petersunnet
04-04-2008, 06:26 AM
I am trying to deploy my first ASP.NET 3.5 site. I have got a compiler error on one App_Code .cs file with LINQ code in it, where Visual C# 2005 is being used (see below)
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc. exe" ...Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
...
I would expect Visual C# 2008 Compiler should be used. Do I need to configure something with web.config, etc? The site works on my machine within VS 2008 environment.
Thanks.
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc. exe" ...Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
...
I would expect Visual C# 2008 Compiler should be used. Do I need to configure something with web.config, etc? The site works on my machine within VS 2008 environment.
Thanks.