Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

Last post 11-16-2006 1:12 PM by Grzesiek23. 15 replies.

Sort Posts:

  • Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 12:42 PM
    • Member
      435 point Member
    • spamme
    • Member since 06-03-2003, 5:35 PM
    • Posts 91

    I'm using a user control and it worked in Beta 1, but doesn't seem to work in Beta 2.  Any help would be greatly appreciated. 

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner' from assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    Source Error:

    Line 1:  <%@ Control Language="VB" AutoEventWireup="false" CodeFile="AdvancedFilterControl.ascx.vb"
    Line 2:      Inherits="AdvancedFilterControl" %>
    Line 3:      

    Filed under: ,
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 4:25 PM
    • Member
      435 point Member
    • spamme
    • Member since 06-03-2003, 5:35 PM
    • Posts 91
    a reboot seemed to work, but now I don't have any intellisense for the controls that have been moved to the GAC (updatepanel, scriptmanager, etc).  any help on that would be great too.
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 5:00 PM
    • Member
      22 point Member
    • tradle
    • Member since 11-07-2006, 6:04 PM
    • Posts 14

    I'm not sure if this will help or not, but that's the same issue I had all morning, and it was tied to versioning between beta 1 and beta 2.  Did you rip everything out before re-installing?

     I hate to suggest it not knowing if I'm right or not, but that may be your most viable solution - rip out, start over.

     Be well.

    Tim

  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 5:01 PM
    • Member
      22 point Member
    • tradle
    • Member since 11-07-2006, 6:04 PM
    • Posts 14

    I'm not sure if this will help or not, but that's the same issue I had all morning, and it was tied to versioning between beta 1 and beta 2.  Did you rip everything out before re-installing?

     I hate to suggest it not knowing if I'm right or not, but that may be your most viable solution - rip out everything - GAC and all, start over.

     Be well.

    Tim

  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 5:30 PM
    • Member
      435 point Member
    • spamme
    • Member since 06-03-2003, 5:35 PM
    • Posts 91

    Thanks - I tried uninstalling and reinstalling and nothing seemed to work.  I actually found another post though about a similar problem that was worked around by opening the master page associated with the file, and that seemed to work.  Pretty dumb but hopefully it'll be fixed someday. 

    http://forums.asp.net/thread/1436552.aspx

     

  • Do you have any idea about Ajax enabled webpart in MOSS 2007

    11-07-2006, 6:08 PM
    • Member
      46 point Member
    • isaravanan
    • Member since 10-17-2006, 7:06 PM
    • Posts 9

    hi,

    I am looking for Ajax enabled webpart in MOSS 2007,

    Anybody is can help me it giveing an example on this...

     thanks in advance.

    Saravanan

     

    Saro ((~ ~))
    (|)
    /j\
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 8:03 PM
    • Member
      139 point Member
    • conquer0
    • Member since 09-30-2005, 11:43 PM
    • Germany
    • Posts 33
     I have the same Problem  as above and rebooting DOES NOT help! on the development machine was all ok (VS Webserver)

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

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

    Source Error:

    Line 1:  <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
    
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-07-2006, 8:54 PM
    • Member
      50 point Member
    • LucasBaker
    • Member since 11-08-2006, 1:00 AM
    • Tauranga, New Zealand
    • Posts 10

    I had the same issue and ended up having to remove all of my Beta 1 libraries in the bin directory (including the AjaxControlKit.dll file).

    Once I installed and refreshed the AjaxControlKit.dll file, I stopped receiving the error.

  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-08-2006, 6:15 AM
    • Member
      139 point Member
    • conquer0
    • Member since 09-30-2005, 11:43 PM
    • Germany
    • Posts 33

    I have tried with the last version of CTP (Beta 2) and Toolkit Release 61106. there were no Problems with the integrated VS Webserver.

    I have tried to reboot, delete the Cache files,... I had this error on all Sites using CTP and/or Toolkit. (e.g. CollapsiblePanel)

    The sites which only using the framework (e.g. updatepanel), works fine.

  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-08-2006, 9:26 AM
    • Member
      435 point Member
    • spamme
    • Member since 06-03-2003, 5:35 PM
    • Posts 91
    i think i narrowed that particular problem down to the ajaxcontroltoolkit.dll.  delete it from your bin directory, download the latest version, and copy the dll from the sample website/bin folder from the new toolkit.  That seemed to do it for me.  also make sure you don't have any *atlas*.dll files in your bin, because they seem to confuse the framework, and also make sure your web.config file has all the changes for the new beta.  i basically created a new ajax enabled website and used that web.config file and copied the relevant stuff from my existing web.config file into it.  good luck - someday maybe they will have some documentation on this.  i know that i will not be upgrading anymore until the final release comes out, because this is an enormous time waster.
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-08-2006, 10:00 AM
    • Member
      5 point Member
    • netski
    • Member since 11-08-2006, 2:54 PM
    • Posts 1

    Also had the same problem, solved with the following:

    * Remove reference to AjaxToolkit.dll

    * Add new reference AjaxToolkit.dll (download from Codeplex) 

    * Remove reference to Microsoft.Web.Preview.dll

    * Add new reference to Microsoft.Web.Preview.dll which was included with your Microsoft ASP.NET AJAX 1.0 Beta 2

     

    You may need to install the Futures November CTP if you are having troubles running your controls (which worked before).  I was successful after killing the aspnet_wp working process in the running processes.

     

    Sincerely,

    Timothy Grant Vogelsang 


     

  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-09-2006, 8:13 AM
    • Member
      50 point Member
    • rb_jlm
    • Member since 11-09-2006, 1:04 PM
    • Posts 10
    There is actually a very easy solution to this that I found. I traced the error back to the AjaxControlToolkit (ACTK). If you open the ACTK solution and go to the TK project within the solution, just add a reference to Microsoft.Web.UI.Design. Then, just recompile and you are finished. If you try to compile the ACTK without first doing this, you will see the error. Once I did this and referenced the new AjaxControlToolkit.dll, everything was fine.
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-10-2006, 11:04 AM
    • Member
      94 point Member
    • davidanderson
    • Member since 08-29-2006, 8:59 PM
    • Nashville TN
    • Posts 91
    I had this error along with several other oddball errors when I converted from Beta 1 to Beta 2. First of all, the documentation for how to do this is terrible. I followed every step very precisely and nothing worked at first. After beating my head against the wall for nearly 4 hours, I discovered the problem was with the way I was installing the new dll for the AjaxControlToolkit. I was just trashing the old one and replacing it with the new one (in file view). I discovered that it's much more dependable to open Visual Studio, delete it from the bin folder and then do an "Add Existing Item." This technique seems to get the references straightened out and pointing to the correct dll.
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-10-2006, 5:57 PM
    • Member
      5 point Member
    • bearzo
    • Member since 11-10-2006, 10:53 PM
    • Posts 1
    I had the same problem it seemed as though my versions of beta 1 and beta 2 had some mis-matched dll's (either my AtlasControlToolkit.dll was older, or my Microsoft.WebExtensions was old).  I just download the most recent versions of BOTH and it worked.  Same problem with the CTP, so if you updated one you should update all.
  • Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...

    11-16-2006, 1:06 PM

    Get the latest version of Ajaxtoolkit will solve the problem

    thank you

Page 1 of 2 (16 items) 1 2 Next >