Advanced Debugging!!

V

Vai2000

Hi All, I am building a VS2005 project in which I reference an assembly that
was built on VS2003. While debugging I am not able to step into the code for
that assembly.

I have put the source code for that assembly in the same folder where my
2005 project files are located...What am I missing?

TIA!
 
W

Willy Denoyette [MVP]

| Hi All, I am building a VS2005 project in which I reference an assembly
that
| was built on VS2003. While debugging I am not able to step into the code
for
| that assembly.
|
| I have put the source code for that assembly in the same folder where my
| 2005 project files are located...What am I missing?
|
| TIA!
|
|

Please consult and post debugger questions to the
<microsoft.public.vsnet.debugging> NG.

Willy.
 
C

Chris Dunaway

Vai2000 said:
Hi All, I am building a VS2005 project in which I reference an assembly that
was built on VS2003. While debugging I am not able to step into the code for
that assembly.

I have put the source code for that assembly in the same folder where my
2005 project files are located...What am I missing?

TIA!

If you have it, fire up a copy of VS2003 and load the project for your
VS2003 built assembly. Then attach VS2003 to the process and when it
hits the code in the VS2003 assembly, it should break into the VS2003
debugger.

I'm not 100% sure this will work, but it's worth a shot.
 

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

Top