Problem in Calling native code from managed c++ dll.
Hey,
I wrote a managed c++ class library in viusal studio 2005. This managed c++ dll calls native C++ methods of an SDK. When I referenced this managed c++ library in a console applciation written in C# for testing every thing worked fine. Now I need to call the managed c++ class library through web service written in C#. When I call managed c++ methods from web service the code crashes on the line from where the native code starts( mean native class's objects are instatiated). Can any one help me in this regard. It's kinda hurry. Thanks.

