COM+ Talking To DCOM Object
-
Hello, I have a piece of software written by someone else that has a couple COM+ Applications (which seem to work properly) and they need to in some instances talk to a Desktop type app that creates a DCOM object. For some reason this works flawlessly on Windows XP but does not work on Windows 7. Again to clarify the only problem is the link between the COM+ Applicaiton and the DCOM Object the rest of the code works great. Thanks,
-
Hello, I have a piece of software written by someone else that has a couple COM+ Applications (which seem to work properly) and they need to in some instances talk to a Desktop type app that creates a DCOM object. For some reason this works flawlessly on Windows XP but does not work on Windows 7. Again to clarify the only problem is the link between the COM+ Applicaiton and the DCOM Object the rest of the code works great. Thanks,
The Desktop App references a DLL used in the COM+ application so that it can receive events from that applicaiton.
-
Hello, I have a piece of software written by someone else that has a couple COM+ Applications (which seem to work properly) and they need to in some instances talk to a Desktop type app that creates a DCOM object. For some reason this works flawlessly on Windows XP but does not work on Windows 7. Again to clarify the only problem is the link between the COM+ Applicaiton and the DCOM Object the rest of the code works great. Thanks,