I added and tried to use Ajax widget to Visual Studio express, but as soon I tried to use some of the tools available in this widget I got the following error. I noticed that after I added 'ScriptManager' the error disappeared, is this the right approach
to fix the error?
An exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll but was not handled in user code
Additional information: 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.
Go to the complete details ...