Copied to clipboard

Flag this post as spam?

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


  • tesuji 95 posts 139 karma points
    Feb 11, 2010 @ 22:04
    tesuji
    0

    Install error: Could not load file or assembly 'System.Web.Extensions...

    OK, I'm following the instructions here - 
    http://umbraco.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33743#DownloadId=95707
    - to install Umbraco locally on my Vista PC.

    I created a new website in IIS using port 81. When I go to http://localhost:81/ to start up the "web-based configuration wizard" I get the error below. I've googled this error and it appears related to Ajax. However, I have .NET 3.5 SP1 installed so I should already have everything I need as far as AJAX, right?

    I'm a newbie to all this - IIS, etc.- so please be specific in your replies about what I might do to fix this. 

     

    Server Error in '/' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

    Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

     

    Source Error: 

    Line 97:       <assemblies>
    Line 98:         <!-- ASPNETAJAX -->
    Line 99:         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 100:        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    Line 101:        <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

    Source File: C:\inetpub\Umbraco\web.config    Line: 99 

     

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.

    WRN: Assembly binding logging is turned OFF.

    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

    Note: There is some performance penalty associated with assembly bind failure logging.

    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

     

    Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 

  • Kim Andersen 1447 posts 2196 karma points MVP
    Feb 11, 2010 @ 22:12
    Kim Andersen
    2

    Hi tesuji

    Try installing the ASP.NET AJAX 1.0, right here: http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en

    Sometimes this is not installet, so give it a shot.

    /Kim A

  • tesuji 95 posts 139 karma points
    Feb 11, 2010 @ 22:43
    tesuji
    0

    OK, I got the setup wizard to open. THANKS

     

    I installed Ajax using your link.

    Then I got another error. CS0016: Could not write to output file ‘c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files… ‘Access is denied.’

    I fixed this by giving some more permissions as described here: http://www.jayceooi.com/2008/09/23/cs0016-could-not-write-to-output-file-cwindowsmicrosoftnetframeworkv2050727temporary-aspnet-files-access-is-denied/

  • Kim Andersen 1447 posts 2196 karma points MVP
    Feb 11, 2010 @ 22:47
    Kim Andersen
    0

    That sounds great tesuji. Glad I could help.

    Remember to mark this question as answered if you have no further questions regarding this :)

    /Kim A

  • Hamish 96 posts 154 karma points
    Mar 20, 2010 @ 00:14
    Hamish
    0

    Had the same problem and was about to cry - thanks for the solution Kim

  • Kim Andersen 1447 posts 2196 karma points MVP
    Mar 20, 2010 @ 00:30
    Kim Andersen
    0

    You are very welcome Hamish :)

    /Kim A

Please Sign in or register to post replies

Write your reply to:

Draft