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