Launching app from separate thread

  • Thread starter Thread starter Davis
  • Start date Start date
D

Davis

Hi, I have a main GUI app (test framework) which creates a thread and
launches
another GUI app using Reflection ie Assembly.Loadfrom then in new thread
Application.Run.

Then i intend to invoke the controls on the app to be tested from my test
framework
thread. Is this valid in CF. I've based all this on this article taken from
desktop

http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/

Can the concept in this article be applied to CF?
 
Hi Chris, I have a file that the app to be tested reads i'm getting
random IoExceptions accessing. I don't have any issues when
the app runs on its own. I can manually just click on the exe
in the directory to test that.

I have ruled out file corruption issues etc. The only difference is
the app is launched by the testframework as described in that
article. So i was just wondering whether there were any subtle issues
to do with multithreading on CF.
 
Just to add the IoExceptions are on the skin file that the main form
loads when it is launched
 
Back
Top