Jump to content

Vista + VS 2005 + Threads + new HTMLDocument = Crash

- - - - -

  • Please log in to reply
2 replies to this topic

#1
Twizzler

Twizzler

    Newbie

  • Members
  • Pip
  • 3 posts
Hello All,
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.

#2
Twizzler

Twizzler

    Newbie

  • Members
  • Pip
  • 3 posts
Here is a copy of what I am working on
UppIT - Free File hosting - ThreadedBrowser.zip

#3
Twizzler

Twizzler

    Newbie

  • Members
  • Pip
  • 3 posts
Dethreaded it... the exeption being thrown was more readible turned out to be lacking file Microsoft.mshtml.dll
DOH!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users