Problem in calling 32 bit COM component from C# .NET on 64 bit windows server 2008 machine - events not firing
-
Friday, January 09, 2009 4:26 PMHi
I have C# .NET code that calls a third party 32 bit COM component. This COM component will fire events that I need to subscribe to and handle.
My server runs windows server 2008 while my development machine runs windows xp(64 bit).
I have installed the COM component and its 2 dependencies in the syswow64 folder on both machines. Then I add a reference to the COM dll using the add references wizard - COM tab. This generates the interop dll for the third party component.
While this works fine on my development machine - events are fired which I can handle in my .NET code, it does not work on the server.
No errors are thrown on the server. I can instantiate an object of the third party component . I can even set its properties and read them back. However no events are thrown from it.
I have tried hooking up events using the standard += method and also tried using the IConnectionPointContainer method (event handling without delegates). Both do not work on the server and both work on my machine. It also runs on other machines that I have tried.
I am running them as admin on both machines.
The third party provider is not able to recreate this error either - been trying for 3 weeks now.
All Replies
-
Saturday, January 10, 2009 7:27 AMModerator
Hi
This forum is to support interoperability questions on Open Specifications Protocols.There are very helpful communities of developers on the MSDN that may assist you with your solution.
I suggest you post your question on the following forums:
There are several forum on Visual C# at the following link
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=9&SiteID=1There are several forums on .NET development at the following link
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=12&SiteID=1
Regards, Obaid Farooqi- Marked As Answer by Obaid FarooqiMicrosoft Employee, Moderator Saturday, January 10, 2009 7:27 AM
- Edited by Alex MorrillMicrosoft Employee, Owner Thursday, January 15, 2009 9:48 PM removed Windows ref. - forum is for general interoperability