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

Rate It (1)

Last post 11-04-2009 7:57 AM by Shijas. 49 replies.

Sort Posts:

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

    09-18-2007, 4:11 AM
    • Member
      3 point Member
    • hasan251
    • Member since 08-20-2007, 8:02 AM
    • Posts 13

    Regards

    Filed under:
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    09-26-2007, 11:20 AM
    • Member
      20 point Member
    • khushi2005
    • Member since 05-25-2007, 5:05 PM
    • Posts 153

    WOw this helped me ..Just make the PublicKeyToken=31bf3856ad364e35'  CAPITAL and it works

    Thanks .I was banging my head for whole day

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

    09-30-2007, 8:59 AM
    • Member
      2 point Member
    • stickybeat
    • Member since 09-30-2007, 12:55 PM
    • Posts 1

     that was the solution I needed. Thanx very much!!!

     

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

    11-08-2007, 5:27 PM
    • Member
      17 point Member
    • bulljustin
    • Member since 10-22-2007, 8:57 PM
    • Posts 9

    Thank you for this solution, it was just what I needed.

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

    12-15-2007, 6:42 AM

    Hi,

     Thanks that reallyt helped be alot !! Saved me hours of search for a stupid lower/uppercase thingy !!

     

    Thanks again.

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

    03-14-2008, 3:25 PM
    • Member
      2 point Member
    • Rizwan21
    • Member since 03-14-2008, 7:24 PM
    • Posts 1

    Its simple. Just serach the files eg. System.******** and copy those files into the bin directoy of your website. You shold be good.

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

    04-19-2008, 11:44 AM
    • Contributor
      2,913 point Contributor
    • engineerachu
    • Member since 10-24-2007, 12:05 PM
    • Madurai/Chennai, TamilNadu, India
    • Posts 804

     I had the same problem since I opened the Visual Studio for the first time, but when I closed VS and reopened, I didn't get the error. It worked fine.

    Cheers,
    Achutha Krishnan

    ~ In order to succeed, your desire of success should be greater than your fear of failure ~
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    04-21-2008, 8:51 AM
    • Member
      27 point Member
    • cyiamxtc
    • Member since 10-06-2006, 4:09 PM
    • Posts 14

     That has certainly gotten me past the inability to compile, but now I am getting "Microsoft JScript runtime error: 'Sys' is undefined"....

     I am really close to uninstalling all this AJAX crap.  What a bug filled bunch of bull.  I am burning DAYS on this and cannot demo the application because of a MS bug...

     Could anyone PLEASE help me on this?

     I have VS 2005 and VS 2008 installed and have the same problem in both.  Nothing seems to get me past the "Microsoft JScript runtime error: 'Sys' is undefined" error.  I have installed, uninstalled, CTP, beta, etc. with no luck what so ever.

    Please help this extremely frustrated developer.  :)

    Thanks in advance,

     

    B


     

    Bill Myers
    Centillion Industries Incorporated
    Pittsburgh, PA
    Filed under:
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    06-08-2008, 1:02 PM
    • Member
      9 point Member
    • Jigzy
    • Member since 02-10-2008, 5:32 PM
    • Multan, Pakistan
    • Posts 125

    This helped me.. thanks Alot :) 

    woony:
    pack27:
    Just copy the System.Web.Extensions.dll into the bin directory of your web application
     
    -Jigzy-

    Please remember to click “Mark as Answer” on the post that helps you.

    This can be beneficial to other members reading the thread.
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    07-22-2008, 12:13 PM
    pack27:

    It's the same thing but the PublicKeyToken is in capitals....

    Save it and browse to my site and bingo!

    I found this from 2-Jan-07. It works for me. After an entire afternoon changing permissions etc because only a FULL administrator can install the AjAX kit on my server, and it still not working, I came across this little gem!

    How the hell were we supposed to guess that the key was case specific, especially as it works on my dev machine.

    Harrumph!

    a louse is not a home, a bug is just a feature
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    07-26-2008, 6:20 AM
    • Member
      8 point Member
    • JainManish
    • Member since 03-08-2008, 3:03 PM
    • India
    • Posts 21

    Thanks a lot!

     I also have an application in which I used the ASP.NET AJAX Controls but since the dlls are not on the Server and My Service Provider is not ready to make the favour for me. So this helped me a lot. You have solved one of my greatest problem

     Once Again Thanks a lot!

    Big Smile 

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

    02-01-2009, 5:36 PM
    • Member
      38 point Member
    • jim.dvorak
    • Member since 02-07-2003, 1:40 PM
    • Hamilton, ON
    • Posts 16

    It worked for me, too.

     THanks.

    --jdd
  • Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    02-03-2009, 12:43 PM

    This worked perfectly!

    Thanks,

    Mike G.

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

    02-05-2009, 8:39 AM
    • Contributor
      7,424 point Contributor
    • satalaj
    • Member since 11-28-2007, 5:41 AM
    • Pune
    • Posts 1,443

    HI. Makesure you have same version in GAC and you are not missing to add refrences of dependent dll .
     
    you can play with GAC like this

    http://www.revenmerchantservices.com/ajax/systemwebextensions.html 

    Satalaj   :)

     

     

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

    07-03-2009, 9:37 PM
    • Member
      2 point Member
    • rburkhal
    • Member since 07-04-2009, 1:07 AM
    • Posts 1

        I found that on the hosted provider ipowerweb, renaming  old version of the web ext.  with the version=3.5.0.0.  That solved the issue with the hosted provider ipowerweb.

Page 3 of 4 (50 items) < Previous 1 2 3 4 Next >