What is happening to my variables in Visual Studio 2012 VB.NET? -
What is happening to my variables in Visual Studio 2012 VB.NET? -
i have project upgraded visual studio 2012. web application , worked converting vs 2012 , deploying it. main question debugging code in vs 2012, variables not accessible through debugger (ie: cannot shift/f9 or add together watch).
private sub foobar(byval mystring string) dim anotherstring string if anotherstring.equals(mystring) '// spectacular... anotherstring = mystring end if end sub the variables mystring , anotherstring in instance not accessible. thought might have been due private accessor of method not. know if there setting or reason these may not accessible?
the code set compile , deploy iis web application location , not using debugger postini projects. build , publish before effort debug.
vb.net visual-studio-2012
Comments
Post a Comment