|
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: |
Answered by
zhujin917
Jan 16, 2025
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. |
0 replies
Answer selected by
zhujin917
|
Hi, I am also trying to do the same. Could you share your code please? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.