R
Rick van der Arend
Hello,
In my (Visual Studio 2008) solution, I am not able to use C# 3.0
features (like the var keyword) in all of my projects. Does anyone
know what could be the reason?
I am working in a solution with an ASP.NET website and several class
library projects. In the class libraries I can use var, however, in
the website I cannot.
Both the website and the class libraries are targeted for the .NET 3.5
platform. I thought that was the problem, but it seems it is something
else..
Other 'oddity' is that we are not including the LINQ dll's. But this
is the same for the website as for the class libraries, so that
shouldn't be the problem.
Any ideas? Thanks in advance!
Kind regards,
Rick
In my (Visual Studio 2008) solution, I am not able to use C# 3.0
features (like the var keyword) in all of my projects. Does anyone
know what could be the reason?
I am working in a solution with an ASP.NET website and several class
library projects. In the class libraries I can use var, however, in
the website I cannot.
Both the website and the class libraries are targeted for the .NET 3.5
platform. I thought that was the problem, but it seems it is something
else..
Other 'oddity' is that we are not including the LINQ dll's. But this
is the same for the website as for the class libraries, so that
shouldn't be the problem.
Any ideas? Thanks in advance!
Kind regards,
Rick