How do i install a .Net add-in once I have written it using the Add-in wizard??? Creating a VB 2005 setup project and adding the dll file (and its dependencies) didnt work. When I install and then go to SolidWorks-FILE-OPEN-Add-in(.dll), I get the unable to initialize error. The program works fine in the Debug mode. I havent changed anything from the template. For now I am testing it as is. I set the registration property to the dll files as registerCOM but that doesnt seem to work. Not even on the same machine I have my code on (with ..net frame installed). Anyone has done this???