Jump to content

Recommended Posts

Posted

Hi,

 

Ihave one native c++ (created in VC++ 6.0 (MFC dll). I want to use thisdll in my C# ASP .net project. So, what I did is created a wrapperclass(dll) for the native dll in Vc++ .net (class library project).

 

Now,I added this dll in my project through add reference method and wasable to succesfully add it in my project. But, when I tried to importthe namespace using Using xxx (I am unable to find the namespace of thedll in the intellisense). However, I can see the namespace, its classesand methods in the object browser. I even typed it but when i build itthrows error

 

"Error*** 1*** The specified module could not be found. (Exception from HRESULT: 0x8007007E)"

 

But you can see that dll info in object browser.

 

 

However, I am able to add this dll in windows application. ** ***

 

 

*Plz help. Without this I cant proceed into my project.

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...