Web Service that calls COM

I

Irepan

I have created an ATL DLL project, this project have a class, I'm sure that
this comm is working cause i've tested by creating some .NET managed windows
programs to test it and is working fine, the way i call this class in this
projects is

ExternLibs.CBlowClass *myClass = new ExternLibs.CBlowClass();

then i can use the method on that class by using:

String *myResult = MyClass->Encipher(blablabla,blablabla);

this works fine on managed projects on C++, VB and C# i've already done
windows projects on those 3 languages to test the COM, the problem starts
when i create a Web Service ASP .NET, if i try to use my object the same way
i've done in VB,C#, and C++ .NET projets it won't work, it doesn't create the
instance of the object, can somebody give me direction of wht i need to do to
make it work?, i've already try using vC++ and VC# to create the web service
but it gives me the same result, i think that i need to use CoCreateInstance
but i don't know how to use it from ASP .NET projects
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,218
Latest member
JolieDenha

Latest Threads

Top