a matching symbol file was not found in this folder

  • Thread starter Thread starter jeyaseelan2
  • Start date Start date
J

jeyaseelan2

Guest
hi all,

i have a windows service project, it has some class library projects such as BusinessRules, DataCentric, UserCentric etc.,

this service is running in Server(ServerA), i want to debug that service from my Laptop so, i installed Vs2013 Remote Debugger in ServerA, then i Attach Process from my laptop.

Its connected but, its not hitting break point because, its not loading pdb files so, what i did is, i set Symbol creation path into "C:\Users\[account name]\AppData\Local\Temp\SymbolCache" there i manually created folder as BusinessRules.pdb under that i set Assembly information(this is take from Module window by right click ) under that i set pdb file. Now, its showing that "Symbols Loaded" but, still the break point is not hits. Its showing message as "The break point will not currently be hit. No symbols have been loaded for this document"

can you please tell me what i have to do to hit break points?



Thanks In Advance, Jeyaseelan

Continue reading...
 
Back
Top