"Could not evaluate expression"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I'm a Revit API noob trying to go through AdnRevitApiLabsXtra self-learning course and I stumbled upon an issue I can't seem to find a solution to using good'o uncle google. With the initial VS setup, I was unable to get access to my local variables during debugging. It looked more or less like this:
After following some instructions I found on the web I managed to make the variables visible (by enabling Tools->Options->Debugging->General->"Use Managed Compatibility Mode") but now my VS keeps crashing if I try to click on the variables' details after hovering the mouse over it (The debugger's worker process (msvsmon.exe) unexpectedly exited). When I expand details in the "locals" window this worrying message is visible here:
Anyone's got some ideas on how to solve this? I have a feeling like I should be able to access this data if I want to learn anything.
Cheers,
Patryk