How to add C++ project with two 3rd party unmanaged DLLs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • genesistr
    New Member
    • Aug 2009
    • 13

    How to add C++ project with two 3rd party unmanaged DLLs

    I have two 3rd party unmanaged c++ dll and one C++ project which uses these dlls. In my asp.net project i added c++ project as reference but in runtime it fails with that error:
    Exception from HRESULT: 0x8007007E

    Visual studio puts c++ project's dll into /bin folder auto. Even if i put other dlls into bin folder, it fails.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Did you register the DLLs using the regsvr32 tool?

    Comment

    Working...