No symbols have been loaded for this document
- From: Gunnar_Frenzel@xxxxxx
- Date: 4 Mar 2007 10:14:41 -0800
Hello,
I have a solution with three projects, a C# Windows application using
a managed C++ dll (which is a wrapper for the C++ dll) and a native C+
+ dll. When I try to debug I can only set breakpoints to the C#
application and the managed C++ wrapper dll, but not in the native C++
dll project. Any breakpoints there lead to: "The breakpoint will not
currently be hit No symbols have been loaded for this document.". All
three projects generating a .pdb file which has the same date and time
as the dlls generated so its generated anytime I build the solution.
In the output window (loading symbols) and the Debug -> Windows ->
Modules window only the C# application and the managed C++ dll occur.
Calling methods from the native C++ dll work properly so the dll is
working and used properly. Why are the symbols for this dll are not
loaded and how can I get the breakpoints working?
Thanks in advance for any help.
Regards,
Gunnar
.
- Follow-Ups:
- Re: No symbols have been loaded for this document
- From: Oleg Starodumov
- Re: No symbols have been loaded for this document
- Prev by Date: MyApplication error
- Next by Date: RE: Immediate Window
- Previous by thread: MyApplication error
- Next by thread: Re: No symbols have been loaded for this document
- Index(es):
Relevant Pages
|
Loading