Where are symbols loaded from in a c# application -


i have c# application got developers. when application starts run, see message box telling me symbols loading. located on machine, there 1 message says:

loading symbols tiprodata.dll from:  \\missioncontrol\users\klewis2\documents\cvsroot\c_sharp\tiprodata\obj\release 

i not connected called missioncontrol. question application information load symbols here?

also, when end application, see these warning messages in output window:

windowsformsapplication1.vshost.exe' (clr v4.0.30319: windowsformsapplication1.vshost.exe): loaded '\\psf\home\downloads\trade-ideas api2 new2\trade-ideas api2\ti_pro_api\ti_pro_api\ti_pro_api\tiprodatatest\tiprodatatest\bin\debug\tiprodata.dll'. cannot find or open pdb file.  windowsformsapplication1.vshost.exe' (clr v4.0.30319: windowsformsapplication1.vshost.exe): loaded '\\psf\home\downloads\trade-ideas api2 new2\trade-ideas api2\ti_pro_api\ti_pro_api\ti_pro_api\tiprodatatest\tiprodatatest\bin\debug\serverconnection.dll'. cannot find or open pdb file. 

what strange these .dll on machine in exact location described in warning message. why can symbols not loaded here?


Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -