I have downloaded the ALAX ASP Toolkit but when I add a control to a page I get the following error.
Which is looking for a location in a users folder with the name stephen!
System.Resources.MissingManifestResourceException was unhandled by user code Message=Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.NET4.resources" was correctly
embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed. Source=mscorlib StackTrace: at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String
fileName) at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String
name, CultureInfo culture) at AjaxControlToolkit.Properties.Resources_NET4.get_E_NoScriptManager() in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\Properties\Resources.NET4.Designer.cs:line 68 at AjaxControlToolkit.ScriptObjectBuilder.RegisterCssReferences(Control
control) in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptObjectBuilder.cs:line 332 at AjaxControlToolkit.Twitter.OnLoad(EventArgs e) in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\Twitter\Twitter.cs:line
179 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) InnerException:
Try to add ToolkitScriptManager instead of ScriptManager
It seems that it doesn't like referencing the System.Web.Ajax.dll from the installation file for some reason. Please try referencing the copy from BIN directory in project and hope it will works fine now.
fredsql
Member
5 Points
6 Posts
AJAX ASP Toolkit
Jun 12, 2012 10:47 AM|LINK
I have downloaded the ALAX ASP Toolkit but when I add a control to a page I get the following error.
Which is looking for a location in a users folder with the name stephen!
System.Resources.MissingManifestResourceException was unhandled by user code Message=Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.NET4.resources" was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed. Source=mscorlib StackTrace: at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName) at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture) at AjaxControlToolkit.Properties.Resources_NET4.get_E_NoScriptManager() in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\Properties\Resources.NET4.Designer.cs:line 68 at AjaxControlToolkit.ScriptObjectBuilder.RegisterCssReferences(Control control) in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptObjectBuilder.cs:line 332 at AjaxControlToolkit.Twitter.OnLoad(EventArgs e) in C:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\Twitter\Twitter.cs:line 179 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) InnerException:
ajax
Sparkers
Contributor
2086 Points
470 Posts
Re: AJAX ASP Toolkit
Jun 12, 2012 02:09 PM|LINK
Add this to your mark up.. also see if you addedd the scriptmanager..
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="act" %>
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: AJAX ASP Toolkit
Jun 13, 2012 03:51 AM|LINK
Try to add ToolkitScriptManager instead of ScriptManager
It seems that it doesn't like referencing the System.Web.Ajax.dll from the installation file for some reason. Please try referencing the copy from BIN directory in project and hope it will works fine now.
Please refer this
http://forums.asp.net/p/1577963/3968985.aspx
http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx
http://forums.asp.net/p/1673675/1673675.aspx
</div>Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.