Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
anyone please help

I have a C# Windows Application Created in Visual Studio 2003, and I converted it when I opened it on Visual Studio 2008..

now the problem is..
the debugger can't hit the breakpoints I placed in the code..:confused:
it says:
The breakpoint will not currently be hit. No symbols have been loaded for this document


now I can't debug the project..how will I know where to find the problem if I can't debug it.. :((

I'm using Visual Studio 2008 with .NET Framework 3.5

thanks in advance

-derrick
Posted

You need to do a debug build. That's true no matter what version of VS you have.
 
Share this answer
 
That typically happens if you don't have matching PDB files in the Debug or Release folder.

Check if you have them, and if you do, try deleting them and doing a Rebuild All.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900