Re: Calling C++ library from ASP.NET web service
- From: "Mr. Arnold" <MR. Arnold@xxxxxxxxxx>
- Date: Tue, 1 May 2007 17:30:17 -0400
"Zoodor" <Zoodor@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D165DE19-F4B9-42EC-96BE-04DB413F9E9B@xxxxxxxxxxxxxxxx
I doubt that's the problem. It may be, that the C++ program is a COM
application and it's not registered in the registry. If it was some kind of
account restriction, some kind of *Access Denied* message would be coming
back.
The C++ library is not a COM application.
I think you have some kind of pathing or registration Dll issue.
I tried compiling the web service into an assembly and wrote an application
that used the web service class directly (as if it was just a class in an
assembly). I ran it from the web service's bin directory, and it worked fine.
When the exact same method is called via a web service call I am still
getting the same "The specified module could not be found" error.
This is getting really frustrating. If anyone has any suggestions on this, I
would really appreciate it. Just finding out what the missing module is would
be a good start.
..NET will sometimes return extra information in the InnerText property of the exception.
Have you tried using that feature, dumping messages to a text file to see all of the error exception message?
.
- Follow-Ups:
- Re: Calling C++ library from ASP.NET web service
- From: Zoodor
- Re: Calling C++ library from ASP.NET web service
- References:
- Re: Calling C++ library from ASP.NET web service
- From: Zoodor
- Re: Calling C++ library from ASP.NET web service
- Prev by Date: RE: Loss of data between IE5 and IE7
- Next by Date: Re: Calling C++ library from ASP.NET web service
- Previous by thread: Re: Calling C++ library from ASP.NET web service
- Next by thread: Re: Calling C++ library from ASP.NET web service
- Index(es):
Relevant Pages
|