Site won't compile???

Last post 12/3/2008 12:15:48 AM by Chris Pietschmann. 3 replies. << Back to Web.Maps.VE v1.0 General
5/27/2008 6:33:26 PM
JimAmigo

Site won't compile???

I got this error when I tried to drag a new ajax control toolkit control onto a webpage. Please tell me how to fix it.

error CS1705: Assembly 'Simplovation.Web.Maps.VE, Version=1.0.5.0, Culture=neutral, PublicKeyToken=ddd80d9b18c0a4dc' uses 'AjaxControlToolkit, Version=1.0.11119.20010, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' which has a higher version than referenced assembly 'AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'

5/27/2008 10:28:27 PM
Chris Pietschmann

Re:Site won't compile???

Your Visual Studio toolbox must referencing an older version (v1.0.10618.0) of the AjaxControlToolkit than the one that Web.Maps.VE requires (v1.0.11119.20010).

To fix this issue, just copy the AjaxControlToolkit.dll that comes with the Web.Maps.VE Trial website into the Bin folder, and overwrite the one that is in there.

12/2/2008 1:20:13 PM
zucvv

Re:Site won't compile???

i have the similar issue, just downloaded the sample site WebMapsVE_1.00.08_dotNet20_TrialVersion.zip didn't change any file and run, errors on compile: help would be appreciated. cheers. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Source Error: Source File: C:\Sites\WebMapsVE\web.config Line: 29 Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
12/3/2008 12:15:48 AM
Chris Pietschmann

Re:Site won't compile???

The version of Web.Maps.VE v1.0 for ASP.NET 2.0 requires the ASP.NET AJAX Extensions to be installed. The version that targets ASP.NET 3.5 doesn't require this install since .NET 3.5 has the ASP.NET AJAX Extensions built in.