Hi
I've uploaded my (first) ASP.NET 3.5 app. The site compiles and runs without problems locally within VWD 2008 Express, but at the server there are compilation errors.
The pages where I used SqlDataSource work fine, but where I've used datasets I get:
Code:
Compiler Error Message: CS0012: The type 'System.Data.TypedTableBase`1<T0>'
is defined in an assembly that is not referenced.
You must add a reference to assembly 'System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089'.
What I don't undertstand is that I do have the exact System.Data.DataSetExtensions reference exactly as above in my web.config.
Previously, I had to comment out all
lines in my code (not that I'm using Linq, these references appeared by default), because these also resulted in a compilation error.
Would this suggest that
web hosting uk doesn't have ASP.NET configured properly? I've asked the tech support guys (who are very helpful) a couple of times but they've so far been unable to provide an answer.
Any thoughts welcome