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!!!
Jeff Dillon - 21 Mar 2008 19:47 GMT
Do you have the project file loaded for this class? Do you "have" the source
code?
> I'm getting a "TypeLoadException" error soon after I invoke a thread. It
> is
[quoted text clipped - 7 lines]
>
> Thanks in advance for your assistance!!!
OldButStillLearning - 21 Mar 2008 19:55 GMT
Yes, I have the source code and I have an instace of VS 2008 brought up for
each project involved in this process.
Jeff Dillon - 21 Mar 2008 21:04 GMT
You might try loading up each project into a single instance of VS 2008 so
you can debug all of them.
> Yes, I have the source code and I have an instace of VS 2008 brought up
> for
> each project involved in this process.