Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dll registe with the .NET 6 #10

Open
jinjieTeam opened this issue Jun 14, 2024 · 1 comment
Open

dll registe with the .NET 6 #10

jinjieTeam opened this issue Jun 14, 2024 · 1 comment

Comments

@jinjieTeam
Copy link

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.

@artem1t
Copy link
Contributor

artem1t commented Jun 16, 2024

It is required to use regsvr32 on .comhost.dll instead of regasm to register .NET5/6 dlls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants