I have just used the Solidworks wizard to try and create an addin for Solidworks but I think I need some help. I created a VB.Net Add-in using the SolidWorks VB.Net Add-in Wizard in Visual Studio 2003. It created the Addin just fine. I have added a Windows form to that Addin and so far so good. But what now. The Wizard has created the an Addin folder under the SolidWorks folder and has added the DLL to that directory. How do I get that form to run in Solidworks? I tried to register the DLL using regsvr32 but I get an error saying that no entry point was found in the DLL. Am I supposed to register this DLL? Again what do I need to do to get the form to run in solidworks. Thanks Fred