Hi guys,
i am working in vss 2012 but my target frame work will be 3.5 version.
i am getting this error like
App_GlobalResources/' is not allowed because the application is precompiled.
after i delete from Precompiled App.config file
then again i am getting this error. 'Linq' does not exist in the namespace 'System' (are you missing an assembly
reference?)
after i have done changes in web.config
<compilation debug="true">
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</ ...
Go to the complete details ...