views:

1298

answers:

2

I have two project in my solution: C/C++ Win32 DLL and some C# application.

What I have to do to be able to step into DLL while debugging?

I switched on all debugging options in C++ project's settings and copied to C# application root next files: MyLib.dll, MyLib.pdb, vc90.pdb, vc90.idb, but it doesn't helped.

What additional actions have I to carry out?

+10  A: 
billb
You're welcome. I'm glad it worked for you.
billb
A: 

Thanks! Very helpful!

Orit
Glad to see my question helped somebody else! P.S. Could you please post this text as a `comment` to billb or mine posts (not as an `answer`)?
abatishchev