Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created October 10, 2012 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertgreiner/3866587 to your computer and use it in GitHub Desktop.
Save robertgreiner/3866587 to your computer and use it in GitHub Desktop.
FIXED: The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity'
<system.web>
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</assemblies>
</compilation>
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment