Message 1 of 4
Registering AddIns

Not applicable
08-08-2007
05:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have tried to register my AddIns on different computers, and I have found that "regasm.exe myaddin.dll" will not work. I need to use "regasm.exe /codebase myaddin.dll". This works, but it wil produce a errormessage too.
(I tried the good old regsvr32.exe, but that did not work either...)
"Registering an unsigned assembly with /codebase ..."
I am pretty new to VB .NET, so can anybody please tell me how to create a signed assembly? OR, is there a better/easyer way to get my AddIns registered?
I also have trouble unregistering my addin, probably same reason...
Ronny
(I tried the good old regsvr32.exe, but that did not work either...)
"Registering an unsigned assembly with /codebase ..."
I am pretty new to VB .NET, so can anybody please tell me how to create a signed assembly? OR, is there a better/easyer way to get my AddIns registered?
I also have trouble unregistering my addin, probably same reason...
Ronny