Problem using Com Dll in .NET App.

Kuldeeptewari

New member
Joined
Oct 15, 2004
Messages
1
Hi All !
Im trying to call methods of a COM dll(built using MFC support in VC++) in my .Net application.Intellisense is showing up the methods/properties of the classes of dll,and im also able to get and set the properties, but when I try to call the methods, the application just hangs up. :p

Iv tried both ways(Adding reference and copying the dll in GAC).

Im using Win 2003 Server machine.
Will anyone help me??

regards and bye.
waiting for ur replies.
Kuldeep.
 
Last edited by a moderator:
Try This Thread

Try this thread where I had a question that was answered with a COM type solution:

[THREAD]90180[/THREAD]

It may have nothing to do with your problem, but then again it may help out some. :)
 
Back
Top