-
I am trying to develop a Node.js addon module with .NET Framework 4.7.2 in order to use a COM component in my JavaScript program. I have created a Class Library project in Visual Studio 2022. Everything looks great until I press the Build button, there goes an error: Packages in use: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have found the answer to the problem:
The key is to use Visual Studio to create and build projects, while command "dotnet build" cannot work with COM components. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also trying to do the same. Could you share your code please? |
Beta Was this translation helpful? Give feedback.
I have found the answer to the problem:
The key is to use Visual Studio to create and build projects, while command "dotnet build" cannot work with COM components.