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.