I am newbie on these forums.
I am running winxp pro with ms vs.net 2005.
I have project that is working fine on my environment but does not work on my friends environment(No vs.net and running Vista)
Basically I traced it to
HTMLDocument myDoc = new HTMLDocument();
This is within function MainThread()
which is started via
t = new Thread(MainThread); t.Start();
I have no idea why this would crash the program.


Sign In
Create Account

Back to top









