I used to be able to compile the previous toolkits without a problem. But after downloading the latest, I have two references that won't resolve:
System.Web.Extensions
System.Web.Extensions.Design
I've installed the two updates as suggested on the main page.
Any help is greatly appreciated.
Thank you,
Dave
I just installed them this morning and everything went well...
You must desinstall previous AJAX extensions (Beta 2) and install AJAX extensions RC 1, the namespace have changed between the two versions. In Beta 2, namespace was Microsoft .Web.Extensions, and have change to System.Web.Extensions in RC1. You must also modify your web.config file as said in the readme file.
Good luck!
marvin966:
I just installed them this morning and everything went well...
You must desinstall previous AJAX extensions (Beta 2) and install AJAX extensions RC 1, the namespace have changed between the two versions. In Beta 2, namespace was Microsoft .Web.Extensions, and have change to System.Web.Extensions in RC1. You must also modify your web.config file as said in the readme file.
Good luck!
That was it. Thank you very much. Everything is working as they should be.
No comments:
Post a Comment