ok.. things are not resolved here... go back to beta 1.. everything to beta 1. Still got errors.now I got something that say that it cannot stablish animationextender in the property animation. But this happens only in the IDE. once I play it it goes fine...
any idea??? any beta 2 refresh that really works????
Microsoft.Web.Extensions , Microsoft.Web.Extensions.Design, and Microsoft.Web.Preview
- I don't these entries !!!
(I have installed the 2 MSI files - running VISTA)
Any further ideas
Same here - running XP Pro. I don't even have Microsoft.Web.Extensions.Design.dll in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025
So I have a beta 2 site that works perfectly on my local dev box. When I went to deploy the site to my server (w/o VS installed - the server also previously had beta 1 installed) and was receiving the Microsoft.Web.Extensions.Design.dll error message.
I copied the Microsoft.Web.Extensions.Design.dll to the /bin folder of my site on the server, and now I am receiving the following error messge:
Parser Error Message: Unknown server tag 'asp:UpdateProgress'
So just for fun, I removed the UpdateProgress controls from my page. After that, the page loads, however, none of the Toolkit controls (i.e. dropshadow, popupmenu) are working on my page.
I have tried un-installing and re-installing the beta 2 core package and the november ctp, but that changed nothing.
hi there.. do you have an animationextender inside the updateprogress?? i have the same error with an update panel that has an animationextender inside and it was solved after i removed the animationextender. Anyway it worked ok at runtime with and without
the animationextender.
hi there.. do you have an animationextender inside the updateprogress?? i have the same error with an update panel that has an animationextender inside and it was solved after i removed the animationextender. Anyway it worked ok at runtime with and without
the animationextender.
nope, the only thing inside my updateprogress controls is an asp:image control and some text
So just for fun, I removed the UpdateProgress controls from my page. After that, the page loads, however, none of the Toolkit controls (i.e. dropshadow, popupmenu) are working on my page.
I'm getting the same result, I even copied the supplied sample website to the server so I know its not the code. Page loads but none of the controls will work.
So I have a beta 2 site that works perfectly on my local dev box. When I went to deploy the site to my server (w/o VS installed - the server also previously had beta 1 installed) and was receiving the Microsoft.Web.Extensions.Design.dll error message.
I copied the Microsoft.Web.Extensions.Design.dll to the /bin folder of my site on the server, and now I am receiving the following error messge:
Parser Error Message: Unknown server tag 'asp:UpdateProgress'
So just for fun, I removed the UpdateProgress controls from my page. After that, the page loads, however, none of the Toolkit controls (i.e. dropshadow, popupmenu) are working on my page.
I have tried un-installing and re-installing the beta 2 core package and the november ctp, but that changed nothing.
Thanks in advance,
Andy
I had this same issue (and some of the other issues) as all of you.
My path of fixing all of these:
A) Install the Beta 2 on your webserver. Then REBOOT IT. Restarting the web service did not work for me, I had to reboot it (this fixed your issue aa0606 - presumably the new DLL got registered but the old one was still in memory? They moved UpdateProgress
out of CTP and into the base install it seems).
B) Install the Beta 2 on your machine.
C) Delete the Microsoft.Web.Preview reference from your /bin/. Right-click bin and add reference - browse to the C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 and then add Microsoft.Web.Preview.dll back in.
D) Drag the Microsoft.Web.Extensions.Design.dll into the /bin/ folder of your project from C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.
E) Diff your web.config and the NEW web.config in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 - make sure the assembly references are all updated right in your web.config to the new version - also include the script portions.
Just make sure the new changes get pushed over properly.
That's it. Rebooting the webserver seemed to be a big piece of it - dragging the .dll to the /bin/ folder and re-regging the Microsoft.Web.Preview.dll was the other.
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 02:12 PM|LINK
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 03:56 PM|LINK
I solved it.. in another way...
Uninstall everything (beta 2 of ajax, beta 2 of CTP and also delete the toolkit from HD).
open my original project. Clean the toolbars from the controls and remove the references (all of them).
Installed beta 2 of ajax and the CTP. Open the project.
got a few errors, change the name of the tagprefix in the control property in the web.config. Solved the problems after the name change.
Reinstall the toolkit, open my project, add the reference and worked... didn't add anything to the toolbars yet...
mike963
Member
14 Points
4 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 05:28 PM|LINK
Jody said
click the .Net tab - scroll about 3/4 way down
ADD all three entries for :
Microsoft.Web.Extensions , Microsoft.Web.Extensions.Design, and Microsoft.Web.Preview
- I don't these entries !!!
(I have installed the 2 MSI files - running VISTA)
Any further ideas
Mike
jimmy0x52
Member
55 Points
11 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 05:36 PM|LINK
Same here - running XP Pro. I don't even have Microsoft.Web.Extensions.Design.dll in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025
jimmy0x52
Member
55 Points
11 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 05:55 PM|LINK
Apparently I downloaded at 9:30AM on 11/6 - which means I downloaded the base and CTP Beta 1, not beta 2.
i'm in the process of uninstalling, reinstalling, and trying again.
aa0606
Member
32 Points
10 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 06:30 PM|LINK
So I have a beta 2 site that works perfectly on my local dev box. When I went to deploy the site to my server (w/o VS installed - the server also previously had beta 1 installed) and was receiving the Microsoft.Web.Extensions.Design.dll error message. I copied the Microsoft.Web.Extensions.Design.dll to the /bin folder of my site on the server, and now I am receiving the following error messge:
Parser Error Message: Unknown server tag 'asp:UpdateProgress'
So just for fun, I removed the UpdateProgress controls from my page. After that, the page loads, however, none of the Toolkit controls (i.e. dropshadow, popupmenu) are working on my page.
I have tried un-installing and re-installing the beta 2 core package and the november ctp, but that changed nothing.
Thanks in advance,
Andy
gbianchi
Member
110 Points
22 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 06:41 PM|LINK
aa0606
Member
32 Points
10 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 06:44 PM|LINK
nope, the only thing inside my updateprogress controls is an asp:image control and some text
thanks
HuanAtMG
Member
5 Points
1 Post
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 09:40 PM|LINK
I'm getting the same result, I even copied the supplied sample website to the server so I know its not the code. Page loads but none of the controls will work.
Sooooo frustrated at this point.
jimmy0x52
Member
55 Points
11 Posts
Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design
Nov 08, 2006 09:50 PM|LINK
I had this same issue (and some of the other issues) as all of you.
My path of fixing all of these:
A) Install the Beta 2 on your webserver. Then REBOOT IT. Restarting the web service did not work for me, I had to reboot it (this fixed your issue aa0606 - presumably the new DLL got registered but the old one was still in memory? They moved UpdateProgress out of CTP and into the base install it seems).
B) Install the Beta 2 on your machine.
C) Delete the Microsoft.Web.Preview reference from your /bin/. Right-click bin and add reference - browse to the C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 and then add Microsoft.Web.Preview.dll back in.
D) Drag the Microsoft.Web.Extensions.Design.dll into the /bin/ folder of your project from C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.
E) Diff your web.config and the NEW web.config in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 - make sure the assembly references are all updated right in your web.config to the new version - also include the script portions. Just make sure the new changes get pushed over properly.
That's it. Rebooting the webserver seemed to be a big piece of it - dragging the .dll to the /bin/ folder and re-regging the Microsoft.Web.Preview.dll was the other.