Debugging A Thread

  • Thread starter Thread starter OldButStillLearning
  • Start date Start date
O

OldButStillLearning

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!!!
 
Do you have the project file loaded for this class? Do you "have" the source
code?
 
Yes, I have the source code and I have an instace of VS 2008 brought up for
each project involved in this process.
 
You might try loading up each project into a single instance of VS 2008 so
you can debug all of them.
 

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

Similar Threads

Threading issue 3
VBA Debug Issue 2
Debugging 1
Debugging multiple threads 1
Threads debugging 3
Debugging Windows Application with Threads 1
Visual Studio 2008 Debugging Options 1
Debug ASP.Net question 1

Back
Top