Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Debugging A Thread

Reply
Thread Tools

Debugging A Thread

 
 
OldButStillLearning
Guest
Posts: n/a
 
      03-21-2008
I'm getting a "TypeLoadException" error soon after I invoke a thread. It is
identifying a Enum member is a class for which there is a "reference to".
Anyway I am trying to step through the process to see the exact instruction
which is causing the process to fail, but for some reason I am not able to
step thru the lines of code which are associated with the invoked thread.
Is there something special I need to do to get the debugger to step me
through these lines of code?

Thanks in advance for your assistance!!!
 
Reply With Quote
 
 
 
 
Jeff Dillon
Guest
Posts: n/a
 
      03-21-2008
Do you have the project file loaded for this class? Do you "have" the source
code?


"OldButStillLearning" <> wrote
in message news:51A0AE03-7DDD-43BF-8823-...
> I'm getting a "TypeLoadException" error soon after I invoke a thread. It
> is
> identifying a Enum member is a class for which there is a "reference to".
> Anyway I am trying to step through the process to see the exact
> instruction
> which is causing the process to fail, but for some reason I am not able to
> step thru the lines of code which are associated with the invoked thread.
> Is there something special I need to do to get the debugger to step me
> through these lines of code?
>
> Thanks in advance for your assistance!!!



 
Reply With Quote
 
 
 
 
OldButStillLearning
Guest
Posts: n/a
 
      03-21-2008
Yes, I have the source code and I have an instace of VS 2008 brought up for
each project involved in this process.

 
Reply With Quote
 
Jeff Dillon
Guest
Posts: n/a
 
      03-21-2008
You might try loading up each project into a single instance of VS 2008 so
you can debug all of them.

"OldButStillLearning" <> wrote
in message news:8CD68D31-3952-4B00-820C-...
> Yes, I have the source code and I have an instace of VS 2008 brought up
> for
> each project involved in this process.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with gdb with debugging thread Shivanand Kadwadkar C Programming 1 12-25-2010 07:15 PM
Debugging thread stall Roy Smith Python 2 11-27-2009 03:52 PM
How can I skip debugging Ajax when debugging my code? AAaron123 ASP .Net 3 07-28-2009 04:07 PM
Debugging C vs debugging C++ jacob navia C Programming 11 10-27-2006 07:19 PM
No Debugging of C# Server-Side Script, but Code-Behind Debugging Works Johann Blake ASP .Net 1 01-05-2004 03:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57