I've been working with this C# project in VS2022 for months with no problems. All of a sudden when I try to debug and view content of variables I get:
Unable to evaluate within module 'MyModule' (guid): the module metadata is invalid.
I did a rebuild, didn't fix. I deleted the obj and hidden .vs directory, rebuild, didn't fix. Breakpoints work, but no access to content of variables.
Any ideas on how to fix this?