We're getting an error when deploying a project to one of our client's servers. The system works fine in our local dev and staging environments. The error is:
The type or namespace name 'Linq' does not exist in the namespace 'System.Data'
We've done the obvious checks: - We have the references in the web.config for System.Data.Linq, System.Core, System.Linq, etc. - Our project's target framework is 3.5 - We have confirmed that the ASP.NET version in IIS on the client's server is 2.0.50727 - We have confirmed that the server has framework 3.5 installed and contains the System.Data.Linq DLL in the Windows/assemblies folder.
Any other ideas?