Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
We have an application in c# and it uses COM interface for communicating to unmanaged code.Its a multi threaded application.After running application for long time, it shows windows dont send pop up message.We tried to put try, catch in both c# and unmanaged code but its not caught in catch block and we also tried to put unhandled thread handlers and all, but no use.
For all GUI updations,we used begin invoke.We have one C layer and it communications with GUI via COM.We are initializing COM like this and calling method
InitResult = CoInitializeEx(NULL,COINIT_MULTITHREADED);
ComAgent::ITest *ITest;
ComAgent::ITestPtr ptr(__uuidof(ComAgent::Test));


Can any one tell the reason?
Posted
Updated 13-Jul-10 0:07am
v3

1 solution

Without seeing at least the code that is supposed to launch the pop up it is almost impossible to help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900