[RESOLVED] AJAX Toolkit Install
I can create a new Web AJAX project, but when I try to add the toolbar items, I get an error loading the .dll
It says it can't FIND the file that I've just browsed to, in the v.directory (below)
I'm using VS2005, and made the folder a virtual AJAXSAMPLE directory. I can't view it either, with the same error.
Quote:
Line 28: <compilation debug="true">
Line 29: <assemblies>
Line 30: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 31: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 32: <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Causing the problems are RED, and fatal
Re: [RESOLVED] AJAX Toolkit Install
Got it. Needed v 1.0 of the Ajax controls & toolkit before the dll for v 2 would work. Everything's fine now.