Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
19 Posts
Apr 14, 2010 03:23 AM|LINK
Thank you, you have saved me from pulling my hair out.
Updated web.config to add the line
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, publicKeyToken=b77a5c561934e089" />
to the system.web -> compilation -> assemblies section.
For some reason a 3.5 project adds this line but a 4.0 project does not.
NerdENerd
0 Points
19 Posts
Re: Views Wont Compile After Upgrade to .NET 4.0
Apr 14, 2010 03:23 AM|LINK
Thank you, you have saved me from pulling my hair out.
Updated web.config to add the line
to the system.web -> compilation -> assemblies section.
For some reason a 3.5 project adds this line but a 4.0 project does not.