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.
In the new rlease (its on the release page) - There is no Microsoft.Web.Extensions.Design.dll - this comes from the toolkit sample site.. I copied all the preview stuff etc et al....to the appropiate
Is this because there is a new core ajax release that is corresponding on this and I am just to download trigger happy?
Could not load file or assembly 'Microsoft.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
I hope I can offer some insight with the the experiences I have had.
I downloaded Ajax Beta 2 and installed it onto my Vista RC2 machine at home. Then downloaded the new Control Toolkit and everything was working great.
So I installed Beta 2 onto my web server (Windows Server 2003), uploaded the new Toolkit dll and revised web.config and discovered exactly the same problem as you guys are mentioning.
So I had a look at the contents of the folder at C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 on my local machine and did indeed find the file "Microsoft.Web.Extensions.Design.dll"
Then I took a look at the same folder on my server and the file was missing (as was the entry in ther GAC).
So I uninstalled AJAX Beta 2 from both machines and tried again..
And again "Microsoft.Web.Extensions.Design.dll" was installed OK on my local machine but not on my server.
So I did it again just to make sure with the same result.
Result:
"Microsoft.Web.Extensions.Design.dll" is part of the Ajax Beta 2 installation package but will not install on some machines.
Hi guys - yeah the problem you're having is because you installed on a machine w/o VS. All of our machines have VS, so we didn't catch this problem. On a machine w/ VS, Microsoft.Web.Extensions.Design.dll gets dropped.
Probably the best workaround for this is to go get that file from a machine with VS and either install it (gacutil -f Microsoft.Web.Extensions.Design.dll) or try dropping it into the bin directory, which I believe should also work but I haven't tried it.
I've been talking with the AJAX team about this, so we're on top of it. Sorry for the confusion.
Don't forget, this posting is provided "AS IS" with no warranties, and confers no rights.
Well All my systems have VS Team Studio on it.... as well as VS .(Visual Studio)..the issue is that there is a new dll... part of the ajax Beta 2 ..
Its located in: \Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025
Drag and drop it into your bin as it does not get GACed...the core does but apparently not the design dll...
Hope that solves the issue for others reading this and thanks for the feedback Sburke...
Also note:
Problem: New Beta 2 as did Beta MSI detects the other version and states -
"Goto Control Panel - Add Remove Programs - and remove previous version".
Guess what? There is no entry in the Add and Remove programs listing beyond the CTP. Better have saved the previous bits - as you have to re-run the installer for Beta 1 to have the option to uninstall. However, this may be a quirk because I use Team
Studio? I doubt that one...
Those will be the two biggest issues as far as installing and getting around things to get to the breaking changes for the all around Beta 2 bits for the core, ctp and toolkit
ok.. my fault.. I didn't have the beta 2 installed...
I install it.. have the same problem...
I try to install it using: gacutil -f Microsoft.Web.Extensions.Design.dll (better use the /i option [;)]) but still not working.. but different error...
"No se puede cargar el tipo 'Microsoft.Web.UI.Design.ExtenderControlDesigner' del ensamblado'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. "
(translation) cannot find 'Microsoft.Web.UI.Design.ExtenderControlDesigner' from 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
any idea?? adding them to the bin directory didn't work either...
jodywbcb
Contributor
4482 Points
985 Posts
New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 12:29 AM|LINK
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.
In the new rlease (its on the release page) - There is no Microsoft.Web.Extensions.Design.dll - this comes from the toolkit sample site.. I copied all the preview stuff etc et al....to the appropiate
Is this because there is a new core ajax release that is corresponding on this and I am just to download trigger happy?
Release 61106 Production
My Blogs on .Net 2.0 and Ajax
http://csk.wbcb.com
http://ArtbyJody.com
dslamp
Member
30 Points
6 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 01:21 AM|LINK
Same problem here.
Could not load file or assembly 'Microsoft.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
61106
g-spot-web
Member
266 Points
99 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 11:49 AM|LINK
Hi!
I hope I can offer some insight with the the experiences I have had.
I downloaded Ajax Beta 2 and installed it onto my Vista RC2 machine at home. Then downloaded the new Control Toolkit and everything was working great.
So I installed Beta 2 onto my web server (Windows Server 2003), uploaded the new Toolkit dll and revised web.config and discovered exactly the same problem as you guys are mentioning.
So I had a look at the contents of the folder at C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 on my local machine and did indeed find the file "Microsoft.Web.Extensions.Design.dll"
Then I took a look at the same folder on my server and the file was missing (as was the entry in ther GAC).
So I uninstalled AJAX Beta 2 from both machines and tried again..
And again "Microsoft.Web.Extensions.Design.dll" was installed OK on my local machine but not on my server.
So I did it again just to make sure with the same result.
Result:
"Microsoft.Web.Extensions.Design.dll" is part of the Ajax Beta 2 installation package but will not install on some machines.
So I've gone back to Beta 1
nprudhoe
Member
61 Points
17 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 02:05 PM|LINK
Hi, Same issue on XP! After two hours trying to get my projects converted I'm dropping back a version too.
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 02:13 PM|LINK
sburke_msft
Contributor
4396 Points
770 Posts
Microsoft
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 04:37 PM|LINK
Hi guys - yeah the problem you're having is because you installed on a machine w/o VS. All of our machines have VS, so we didn't catch this problem. On a machine w/ VS, Microsoft.Web.Extensions.Design.dll gets dropped.
Probably the best workaround for this is to go get that file from a machine with VS and either install it (gacutil -f Microsoft.Web.Extensions.Design.dll) or try dropping it into the bin directory, which I believe should also work but I haven't tried it.
I've been talking with the AJAX team about this, so we're on top of it. Sorry for the confusion.
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 04:49 PM|LINK
hi there.. maybe a stupid question.. but by VS you mean???
and I have the only installation here.. is there any other way to get that file???
jodywbcb
Contributor
4482 Points
985 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 04:49 PM|LINK
Well All my systems have VS Team Studio on it.... as well as VS .(Visual Studio)..the issue is that there is a new dll... part of the ajax Beta 2 ..
Its located in: \Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025
Drag and drop it into your bin as it does not get GACed...the core does but apparently not the design dll...
Hope that solves the issue for others reading this and thanks for the feedback Sburke...
Also note:
Problem: New Beta 2 as did Beta MSI detects the other version and states - "Goto Control Panel - Add Remove Programs - and remove previous version". Guess what? There is no entry in the Add and Remove programs listing beyond the CTP. Better have saved the previous bits - as you have to re-run the installer for Beta 1 to have the option to uninstall. However, this may be a quirk because I use Team Studio? I doubt that one...
Those will be the two biggest issues as far as installing and getting around things to get to the breaking changes for the all around Beta 2 bits for the core, ctp and toolkit
see this post as well http://forums.asp.net/thread/1455784.aspx
My Blogs on .Net 2.0 and Ajax
http://csk.wbcb.com
http://ArtbyJody.com
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 05:23 PM|LINK
ok.. my fault.. I didn't have the beta 2 installed...
I install it.. have the same problem...
I try to install it using: gacutil -f Microsoft.Web.Extensions.Design.dll (better use the /i option [;)]) but still not working.. but different error...
"No se puede cargar el tipo 'Microsoft.Web.UI.Design.ExtenderControlDesigner' del ensamblado'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. "
(translation) cannot find 'Microsoft.Web.UI.Design.ExtenderControlDesigner' from 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
any idea?? adding them to the bin directory didn't work either...
tfsmag
Contributor
3467 Points
686 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 07, 2006 07:13 PM|LINK
wow what a pain in the butt... i upgraded and it broke everything, after trying to fix it for a couple of hours I just reverted back to beta 1.
I think i'll wait awhile longer before upgrading again.... like when i have 8-10 hours to figure out what the hell broke and how to fix it.
Jeff Turner
Don't forget to mark the correct answer for your
question to help out future visitors!