Launching app from separate thread

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?
 
D

Davis

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.
 
D

Davis

Just to add the IoExceptions are on the skin file that the main form
loads when it is launched
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top