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
--
 
Back
Top