up vote 4 down vote favorite
3
share [g+] share [fb]

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?

link|improve this question

feedback

1 Answer

up vote 14 down vote accepted

Have you turned on Enable Unmanaged Code Debugging in your C# project? alt text

link|improve this answer
1  
You're welcome. I'm glad it worked for you. – billb Apr 19 '09 at 14:57
Thank you thank you thank you. Oh, I don't even want to think about how much time I've spent looking for this on my own. – AnnaR Aug 17 '11 at 12:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.