No luck.
So what I did was as follows:
1) Generated a key pair using "sn -k mykey.snk"
2) Create a default swaddin project in C# running Visual Studio 2008
in admin mode
2) Changed the project settings to sign the assembly using the keyfile
generated above
3) registered the assembly using "regasm swaddin.dll /codebase" using
the visual studio command prompt in admin mode (actually using the
full paths)
4) Launch solidworks from the debugger, with a breakpoint attached to
the ConnectToSW function (visual studio warns that the breakpoint
won't be hit because no symbols have been loaded from that document)
5) Inspect the Active Add-in's by clicking tools->Add-Ins in
Solidworks. My add in is not listed.
6) Try to open the add in manually, clicking file->open, switching
to .dll file types, and browsing to the location of my dll. This is
where Solidworks sends the message "Unable to initialize the Add-In
component"
Anything wrong with this process flow?
--Tyler