Last week I downloaded and installed AJAX and the associated toolkit viaASPAJAXExtSetup.msi andAjaxControlToolkit.zip respectively.
When I open thetoolkit.sln file in VS2005, I get a flock of error messages, most notable of which are messages to the effect that the app is unable to find the System.Web.Extensions.dll and System.Web.Extensions.Design.dll files.
In looking at the installed files I noticed the following differences between the AJAX Extensions files and the Toolkit Files:
o AJAX Extensions inC>Program Files>Microsoft ASP.Net>ASP.Net 2.0 AJAX Extensions>v1.0.61025 folder contains aweb.config file that includes numerous "microsoft.web" and "Microsoft.Web.Extensions" entries.
o AtlasControlToolkit files in C>Program Files>Microsoft ASP.Net, the resultant files also containweb.config files: One in each of the "SampleWebSite", "ToolkitTests", and "ToolkitWebsiteTemplate" sub-folders. Each of these threeweb.config files include numerous "system.web" and "System.Web.Extension" entries.
I assume that theSystem.Web.xxx is the appropriate syntax.
Is there possibly a newer version of theASPAJAXExtSetup.msifile that synchronizes the syntax between these two apps?
Is there something else that I may have missed?
(I had previously been using ATLAS: I uninstalled the ATLAS app, and deleted the toolkit folder before I installed teh AJAX apps)
Never mind.
I downloadedASPAJAXExtSetup.msi againand the toolbox now works OK.
All of the config files now match each other.
No comments:
Post a Comment