VC++ DLL from ASP.net

  • Thread starter Thread starter Sarvjeet
  • Start date Start date
S

Sarvjeet

i am Calling a VC++ DLL from ASP.net code but it Gives no
output ..But it work fine from VB 6.0 ..What may be the
reason ?
 
i am Calling a VC++ DLL from ASP.net code but it Gives no
output ..But it work fine from VB 6.0 ..What may be the
reason ?

Um ... the code is not written properly is the first reason that comes to my
mind. Can you post how you are trying to do this? With .NET, you have to
wrap the component in order to call it - you don't simply use
Server.CreateObject(...) any more.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top