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

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -