asp.net - Multiple errors after switching from VS 2010 to 2013 -
i maintain website using visual studio 2010, asp.net, , vb.net code-behind. yesterday software switched on visual studio 2013 , converted 2010 project 2013 platform. initially, switch didn't seem cause unexpected errors. morning, however, have been unable debug program using breakpoints. receive error:
the breakpoint not hit. no symbols have been loaded document.
i have checked other stackoverflow questions , have tried multiple solutions, such as:
- cleaning , rebuilding application
- rebooting visual studio , running administrator
- deleting telerik references , adding them again
- checking make sure debug = true set in web config
- turning ajax false check if different errors received or fixed
- checking asp.net option in debugging true
- checking options window out of place
after of this, error still persists. think may have due file not using .net framework 4.5 , using 4.0 instead, not sure how check this. there for-all method set all files 4.5 framework instead of raking through each file , checking/changing?
edit
matt wilko's comment made me realize forgot add in item tried. answer on stackoverflow question suggested deleting old .pdb files. @ symbol load information , compare locations of actual .pdb file.
i had tried , had 6 .pdb files located across 4 backup files, inside debug folder within backup folder, , inside bin folder. symbol load information searching inside iis, temp asp.net files folder, local symbol cache, , various telerik folders. searching telerik.web.ui.pdb , there error states:
cannot find or open pdb file
however, answer did not specify how rectify situation. how point symbol load information accurate folder .pdb files being kept? file delete , keep?
edit 2
as workaround not being able debug in visual studio 2013, have copied code , went 2010 test. wanting publish in 2013 after testing program , receive error states:
could not find file obj/release/package/packagetemp/bin/myproject.xml
i go location , file in question present. how fix error? growing rather weary of of errors receiving in vs 2013. should reinstall entire thing?
Comments
Post a Comment