0

I have recently migrated from Visual Studio C# Express 2010 (WinForms) to Visual Studio 2015 Community, i was able to build my projects, but now when i start debugging the locals window doesn't show any variables at all.

My solution configuration is: Configuration: Debug Platform: x86 Build: Checked Deploy: Unchecked

Code analysis settings: Configuration: Active Configuration Platform: Active Platform

I have tried Tools>Options>Debugging>General Checked "Use Managed Compatibility Mode" Checked "Use the legacy C# and VB expression evaluators"

Solution cleaning & Rebuilding but still no luck.

ArturoAP
  • 432
  • 2
  • 13

1 Answers1

0

I had a similar issue upgrading from express. My problem was resolved after I updated Visual Studio 2015 Community to Update 1. I am not 100% if that will resolve your issue, but it fixed mine.

Chase
  • 934
  • 6
  • 18
  • Maybe some of the answers in [this threaad](http://stackoverflow.com/questions/21023194/visual-studio-2012-locals-have-disappeared) will help? – Chase Jan 21 '16 at 21:19