Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When installing Umbraco from the web platform installer, the following error occurs when I go to the install/default.aspx page from the installer.
Compiler Error Message: CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)Source Error:
Line 1: using System; Line 2: using System.Linq; Line 3: using System.Data.Linq; Line 4: using System.Data.Linq.Mapping;
Source File: d:\Websites\app_code\Test.cs Line: 2
Have you .NET 3.5 installed on server?
Petr
Thank you for your answer, I do have the the .NET 3.5 Framework installed on the server.
I had the same problem - have a look at this http://www.hanselman.com/blog/HowToSetAnIISApplicationOrAppPoolToUseASPNET35RatherThan20.aspx
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
The type or namespace name 'Linq' does not exist in the namespace 'System'
When installing Umbraco from the web platform installer, the following error occurs when I go to the install/default.aspx page from the installer.
Compiler Error Message: CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
Line 1: using System; Line 2: using System.Linq; Line 3: using System.Data.Linq; Line 4: using System.Data.Linq.Mapping;
Source File: d:\Websites\app_code\Test.cs Line: 2
Have you .NET 3.5 installed on server?
Petr
Thank you for your answer, I do have the the .NET 3.5 Framework installed on the server.
I had the same problem - have a look at this http://www.hanselman.com/blog/HowToSetAnIISApplicationOrAppPoolToUseASPNET35RatherThan20.aspx
is working on a reply...