I have added a resource file default.resx under the Global_AppResources folder, but getting the following error. I don't know why is it looking for default.resources?
Server Error in '/IIC' Application.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "default.resources" was correctly embedded or linked into assembly "App_Web_gxnvo7fm" at compile time, or that all the satellite assemblies required
are loadable and fully signed.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "default.resources" was correctly embedded or linked into assembly "App_Web_gxnvo7fm"
at compile time, or that all the satellite assemblies required are loadable and fully signed.
Source Error:
Line 35: ddlTarget.DataSource =DataAccessList.GetTargets();
Line 36: ddlTarget.DataBind();
Line 37: ddlTarget.Items.Insert(0, new ListItem(stringManager.GetString("All", CultureInfo.CurrentCulture)));
Line 38:
Line 39: cblCategory.DataSource =DataAccessList.GetCategories();
[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "default.resources" was correctly embedded or linked into assembly "App_Web_gxnvo7fm" at compile time, or that all the satellite assemblies required are loadable and fully signed.]
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +655
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +681
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +681
System.Resources.ResourceManager.GetString(String name, CultureInfo culture) +77
_Default.FillFilterDropdowns() in c:\Inetpub\wwwroot\IIC\Default.aspx.cs:37
_Default.Page_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\IIC\Default.aspx.cs:24
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
SRIDHAR ANJA...
Member
370 Points
92 Posts
Resource file not found
Jul 26, 2007 02:59 PM|LINK
I have added a resource file default.resx under the Global_AppResources folder, but getting the following error. I don't know why is it looking for default.resources?
Server Error in '/IIC' Application.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "default.resources" was correctly embedded or linked into assembly "App_Web_gxnvo7fm" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "default.resources" was correctly embedded or linked into assembly "App_Web_gxnvo7fm" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Source Error:
Source File: c:\Inetpub\wwwroot\IIC\Default.aspx.cs Line: 37
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832