G
Guest
Hi,
We are running a ASP .NET application on Win2K server (.NET framework 1.1)
I have recently started getting this error - Failed to load resources from
resource file.
I would like to understand what causes this error.
It is a multi-language app and in Application_BeginRequest we do
Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture(Request.UserLanguages[0]);
Thanks in advance for any help.
Ramani
We are running a ASP .NET application on Win2K server (.NET framework 1.1)
I have recently started getting this error - Failed to load resources from
resource file.
I would like to understand what causes this error.
It is a multi-language app and in Application_BeginRequest we do
Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture(Request.UserLanguages[0]);
Thanks in advance for any help.
Ramani