Thank you to the author for providing enough framework to help me plug in SolidWorks plugins faster.
But after the successful compilation of the DLL, when I tried to register the DLL file using the cmd file on the website, I encountered an error where the dependency does not exist. What is the problem?
The content of my cmd file is as follows:
"%windir%\Microsoft. NET\Framework64\v4.0.30319\RegAsm. exe" NetSwAddinTest.dll/codebase
NetswAddinTest.dll is the name of my DLL file.
Thank you to the author for providing enough framework to help me plug in SolidWorks plugins faster.
But after the successful compilation of the DLL, when I tried to register the DLL file using the cmd file on the website, I encountered an error where the dependency does not exist. What is the problem?
The content of my cmd file is as follows:
"%windir%\Microsoft. NET\Framework64\v4.0.30319\RegAsm. exe" NetSwAddinTest.dll/codebase
NetswAddinTest.dll is the name of my DLL file.