Autodesk Navisworks API
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Use RegAsm to register dll
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
307 Views, 1 Replies
12-21-2011 07:48 PM
Hi,
I'm trying to use regasm to make a com register of lcodiedx.dll (2012) but I'm receiving the error:
"translated" (error RA0000 : Error loading ......lcodiedx.dll, because it's not a valid .NET assembly)
Is there an advice to properly register and make available the old COM interoperability?
tkx
Paulo
Re: Use RegAsm to register dll
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 01:38 PM in reply to:
paulo_psa
Try installing .NET 4.0 and using the regasm from that framework. That resolved the same issue for me.
