Monday, March 26, 2012

ASP.NET AJAX and AtlasUIMap

I've been trying to use the AtlasUIMap in the latest version of ASP.NET Ajax and am having problems. The error I get:Assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not contain a Web resource with name 'Microsoft.Web.Resources.ScriptLibrary.AtlasUIMap.js'.

I've tried a number of different things including changing the name from AtlasUIMap to AjaxUIMap, I've searched the ScriptLibrary folder, and so on and am not finding the Map UI anymore. Has this been removed from the latest release?

Here's the code that errors:

<ajax:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<ajax:ScriptReference Name="AjaxUIMap.js" />
</Scripts>
</ajax:ScriptManager>

Thanks,

Scott

hello.

i think that is correct, ie, it has been removed from this version.


Thank you. I hope they add it back in, I would like to test out this functionality.

No comments:

Post a Comment