• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Navisworks API

    Reply
    New Member
    paulo_psa
    Posts: 1
    Registered: ‎07-14-2011

    Use RegAsm to register dll

    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

    Please use plain text.
    Active Member
    x2dalyon
    Posts: 10
    Registered: ‎11-22-2011

    Re: Use RegAsm to register dll

    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.

    Please use plain text.