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:
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.
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.
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.
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.
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"
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.
spamme
Member
435 Points
91 Posts
Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 07, 2006 04:42 PM|LINK
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:
AJAX beta usercontrols
spamme
Member
435 Points
91 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 07, 2006 08:25 PM|LINK
tradle
Member
22 Points
14 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 07, 2006 09:00 PM|LINK
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
tradle
Member
22 Points
14 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 07, 2006 09:01 PM|LINK
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
spamme
Member
435 Points
91 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 07, 2006 09:30 PM|LINK
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
isaravanan
Member
46 Points
9 Posts
Do you have any idea about Ajax enabled webpart in MOSS 2007
Nov 07, 2006 10:08 PM|LINK
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
Atlas ajax "Sharepoint server 2007" AJAX beta
(|)
/j\
conquer0
Member
139 Points
33 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 08, 2006 12:03 AM|LINK
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:
LucasBaker
Member
50 Points
10 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 08, 2006 12:54 AM|LINK
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.
conquer0
Member
139 Points
33 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 08, 2006 10:15 AM|LINK
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.
spamme
Member
435 Points
91 Posts
Re: Beta 2 problems - Could not load type 'Microsoft.Web.UI.Design.ExtenderControlDesigner'...
Nov 08, 2006 01:26 PM|LINK