Visual Studio 2005 - Debugger stopped working -
more fun , pain visual studio. visual studio 2005.
about 2 months ago, started assignment. in role, cannot install or configure development software. trust me has given me plenty of heartburn. no iis involved here, file sharing.
that being said, when first started had problem debugger not working. debugger stopped. able working. problem has returned , pulling every last hair on head.
almost none of symbols loads. can't find pdb files.
in debugger options, checked symbol section. symbol file location entry blank. ? don't know why. did not touch prior problem occurring.
i have cleared temporary asp.net folders.
example:
here module output
cppcodeprovider.dll c:\windows\assembly\gac_msil\cppcodeprovider\8.0.0.0__b03f5f7f11d50a3a\cppcodeprovider.dll no no cannot find or open pdb file. 17 8.0.50727.762 12/2/2006 4:23 6a510000-6a52c000 [1844] webdev.webserver.exe: managed
webdev.webhost.dll c:\windows\assembly\gac_32\webdev.webhost\8.0.0.0__b03f5f7f11d50a3a\webdev.webhost.dll no no cannot find or open pdb file. 3 8.0.50727.42 9/23/2005 4:20 6d040000-6d050000 [1844] webdev.webserver.exe: managed
so enabled shfusion.dll in versio of the framework using...
in gac, can see version of webdev.webhost.dll example:
processarchitecture(x86) public key token matches: b03f5f7f11d50a3a
8.0.50727.42
i see custom dlls.
i should note, created new project. recreated files manually importing them. debugger worked 5 times , died.
i'm @ loss of next?
the obvious has been checked: project set debug configuration manager configuration debug platform .net build : checked.
web.config:
i have attempted manually attach webdev process debug window , doesn't work.
i have googled , problem seems occur quite bit.
you mentioned symbol server settings blank. have tried adding microsoft symbol server location?
go tools -> options -> debugging -> symbols
add following symbol file locations: http://msdl.microsoft.com/download/symbols
you can use point more symbol locations. instance, if have directory of debugging symbols software, place .pdb files there , add directory visual studio load them.
pick directory symbols save , try again.
Comments
Post a Comment