Im not sure whats going on here. We have about 8 computers here and im running the same bat file to register the dll. So far 2 computers registered fine while 3 of them have the wrong dll shown when you mouse-over the addin under "Add-Ins" menu.
The wrong dll is C:\\Program Files\\SolidWorks 2009\\sldautotraceu.dll .
The bat file I am running to register the dll is
ECHO OFF:startTASKLIST|find "SLDWORKS.exe"IF %ERRORLEVEL%==0 GOTO CloseGoto Install:CloseClsEcho Please close SolidWorks. It may take up to 10 seconds to fully close.PauseGoto Start:InstallCLSECHO OFFC:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\RegAsm.exe "V:\\SolidWorks\\Addins\\AddinName\\AddinName.dll" /codebaseCLSECHO AddinName has been installed.ECHO See the AddinName pull-down menu in SolidWorks.PAUSE
