.dll Solidworks Add-in not registering in COM
- by Abhijit
I am trying to register this .dll in COM as an Add-in to Solid Works software.
The dll is building without any error or warnings.But the Add-in is not appearing
in the Windows "Registry Editor" as should be the case.Kindly suggest me a solution.
Thanks in advance.
Below is my code:-
using System;
using System.Collections;
using…