EF exception: Could not find file CodeGenerationSchema.xsd
- by DK
I'm using Entity Framework for a new project (VS 2008, .net 3.5 sp1) and "reasonably happy" with it, especially compared to dataset-based solutions.
One of recurring annoyances is "Could not find file CodeGenerationSchema.xsd" exception during application startup. Exception seems to re-appear rather frequently after changes to the model.
Googling gives temporary and strange workarounds for this error:
Delete .suo file, or
Set Options Debugging General Enable Just My Code = On
May be someone have more permanent, straightforward fix or can explain the reason of this issue.