mc++ web service with multiple libraries gives internal server error?

  • Thread starter Thread starter Conroy
  • Start date Start date
C

Conroy

Hi,

I had written a managed C++ library which uses some unmanaged c++ code,
and tested it using a managed C++ console app.

I am now trying to access the managed library from the default "hello
world" webservice. The problem is that if I try to invoke a method
with any call to the library, the browser will show "Internal Server
Error" before even entering the webservice method that calls the dll.

Does anyone have any ideas?
I also tried copying all required dll's to a folder in the path.

Thanks..
Conroy
 
Hmm..

I just tried creating a new managed c++ library with only a class with
a single method that just returns a number, and this one also breaks my
webservice.

I guess it must be some configuration issue...
 
Back
Top