I have a C# console project that references a C# class library project in the same solution. When using the VS2010 Profiler (launched with ALT-F2), I can see timing for methods in both the console project and class library project, but the source code for the class library project is unavailable. Instead, I receive the error message:
"Source code not available. You may not have the appropriate symbol paths."
It looks like symbols for the class library project were loaded:
Loaded symbols for C:\...\MyApp\MyAppConsole\bin\Debug\MyAppConsoleApp.exe.
Loaded symbols for C:\...\MyApp\MyAppConsole\bin\Debug\MyAppClassLib.dll.
Also, Tools / Options / Debugger / Symbols says it's configured to automatically load symbols for all modules except excluded, and the excluded list is empty.
What else can I check or do to resolve this?
Maybe this helps: Source code not available. You may not have appropriate symbol paths or there was error loading symbols.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With