Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christopher Rauch 2 posts 22 karma points
    Apr 21, 2010 @ 22:13
    Christopher Rauch
    0

    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

  • Petr Snobelt 923 posts 1534 karma points
    Apr 22, 2010 @ 09:09
    Petr Snobelt
    0

    Have you .NET 3.5 installed on server?

     

    Petr

  • Christopher Rauch 2 posts 22 karma points
    Apr 23, 2010 @ 16:10
    Christopher Rauch
    0

    Thank you for your answer, I do have the the .NET 3.5 Framework installed on the server.

  • Jonas Eriksson 930 posts 1825 karma points
    Sep 30, 2010 @ 13:47
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies