Can't run regasm

Can't run regasm

Anonymous
Not applicable
558 Views
2 Replies
Message 1 of 3

Can't run regasm

Anonymous
Not applicable
I have been trying to understand AddIns and ran the SimpleAddIn Sample, I am trying to unregister the AddIn but regasm is not recognised?

Any ideas?

Regards Malcolm
0 Likes
559 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You will need to specify the path where regasm exists. For example, if you
have .NET framework 2.0, regasm.exe is here:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Either update the path environment variable to include the folder above or
just change the current directory to the folder above. Then type regasm /u
"full file name of addin dll" so that regasm can find the dll.

-Venkatesh.
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks Venkatesh that worked fine.
I include the full command path if anyone else needs it.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm /u "C:\Program Files\Autodesk\Inventor 2009\SDK\DeveloperTools\Samples\VB.NET\AddIns\SimpleAddIn\bin\SimpleAddIn.dll"
0 Likes