Precompiling - has anyone succeeded in doing this

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
Hi Folks....Has anyone got any idea how to compile this application, the structure of the project seems to complicating the issue, here is the error I keep getting

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\web.config(130): error ASPC
ONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuild
Provider'

I have a reference to this is in the web.config

<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral,PublicKeyToken=B77A5C561934E089"/>
</assemblies>
<buildProviders>
<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider"/>
</buildProviders>
</compilation>

Any help would be greatly appreciated.
13 anni tempo fa
Looks like a problem in .net framework 4 installation, try to reinstall.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.