.net - Visual studio trying to load pdb file when starting the application -


i'm running trouble when try start asmx webservice in visual studio can't initialize service, exception thrown "stackoverflow exception" , it's saying system.web.pdb/system.runtime.serialization not loaded.

checking module's window , can see of dlls symbol status "cannot find or open pdb file" own dll of project, pdb file correctly loaded.

if right click , select "load symbols", visual studio automatically loads many dll's pdbs, appointing temporary directory , error keeps going, now, visual studio says "source information missing debug information module".

checking bin folder, there webservice pdb(and think that's right).

i have tryed enabling/disabling "enable code" in symbol's options, enabling load pdb files microsoft symbols server(just check if error's gone) not happend.

any other advice situation?

i have checked happend when web service(.asmx) running on iis express. if run in visual studio 2010, instead of choosing iis express, check visual studio development server, works well. thing messing me up, because working pretty 2 days ago.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -