How do you debug/fix a \"Common Language Runtime detected an invalid program\" error? What exactly does it mean anyway?
I have a C# MVC 2 web app that can deployed t
For me this happened when I added a view to my entity model. By default the designer sets all the columns Entity Key property to true. When I set it to false for all decimal/numeric columns the error goes away. Tas