Message 1 of 5
Still having trouble with Add-ins on 64 bit system

Not applicable
08-21-2009
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've read the article from the help files concerning 64 bit add-in as suggested by Sanjay. And everything I'm doing seems to be correct, yet the add-in does not sem to be loaded by Inventor. I've checked the registry and the add-in is registered in the HKCR registry (and also in the Wow6432 Node) they have the correct CSLID. So it seems that Inventor simply is not loading the Add-in. When I run the .bat file to register the addin.
@echo off
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase EventMonitor.dll
PAUSE
I get this message on the Dos screen
RegAsm : error RA0000 : Unable to locate input assembly 'EventMonitor.dll' or one of its dependencies
Press any key to continue...
This is the same code that ran loaded flawlessly on a 64 bit machine at my previous job. The only theory I have is this. We're sorting out an activation code with AutodeskTthe Inventor software I'm running currently it is not activated, I'm running the trial version of the software. Is this the possible reason that the add-in wont load?
@echo off
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase EventMonitor.dll
PAUSE
I get this message on the Dos screen
RegAsm : error RA0000 : Unable to locate input assembly 'EventMonitor.dll' or one of its dependencies
Press any key to continue...
This is the same code that ran loaded flawlessly on a 64 bit machine at my previous job. The only theory I have is this. We're sorting out an activation code with AutodeskTthe Inventor software I'm running currently it is not activated, I'm running the trial version of the software. Is this the possible reason that the add-in wont load?