« Previous Next »

Answered Thread: Could not load file or assembly, ? please help out

Last post 10-22-2009 2:01 AM by moutonc. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 06-01-2007, 2:00 AM

    Could not load file or assembly, ? please help out

    I'm trying to get an application running on IIS 7.0,

    i created a new project in Visual Studio Orcas and sends it to the IIS 7.0, using standard Web.config file (auto generated with Visual Stuido when the project is created),

    when i upload it to the server i get the following error:

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

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

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

  • 06-02-2007, 8:18 PM In reply to

    Answered Re: Could not load file or assembly, ? please help out

    Is this feature installed?  The file is not found indicates it is not installed or a reference to the file is not there.  I'd check in the orcas groups for additional assistance.

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 06-07-2007, 2:12 AM In reply to

    Answered Re: Could not load file or assembly, ? please help out

    Hi,

    Have you installed ASP.NET AJAX? You need to install ASP.NET AJAX extensions first:

    http://ajax.asp.net/

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 10-22-2009, 2:01 AM In reply to

    • moutonc
    • Not Ranked
    • Joined on 10-22-2009, 1:55 AM
    • Posts 1

    Re: Could not load file or assembly, ? please help out

    Hi,

    I know this is an old thread in the meantime, but I was struggling with the same issue a while ago - and wrote a blog article to try and save some other people the effort. I documented what didn't work as well as what finally DID.

    http://www.dotnetpulse.com/?p=13

    Hope it helps someone.

    Christian
Page 1 of 1 (4 items)
Microsoft Communities