Home All Groups Group Topic Archive Search About

Global resources problem on production server

Author
12 Oct 2006 10:04 AM
Gediminas
Hello,
  We made a project which is using global resources strings for buttons
(ASP.NET 2.0). On development workstation (Windows XP, VS 2005 with .NET 1.1
& 2.0) everything was fine, but when we deployed project to production server
(Windows 2003 RC2, .NET 1.1 & 2.0), on every button, where we used global
resource strings, we saw any text.
This means that our application did not found a global resources file? But I
see App_GlobalResources.dll file in Application Bin directory.

Have someone solution for this problem?

Author
12 Oct 2006 10:37 AM
Anthony Jones
Show quote Hide quote
"Gediminas" <Gedimi***@discussions.microsoft.com> wrote in message
news:D2AB6299-9B62-4DBD-A908-4E14F9042F25@microsoft.com...
> Hello,
>   We made a project which is using global resources strings for buttons
> (ASP.NET 2.0). On development workstation (Windows XP, VS 2005 with .NET
1.1
> & 2.0) everything was fine, but when we deployed project to production
server
> (Windows 2003 RC2, .NET 1.1 & 2.0), on every button, where we used global
> resource strings, we saw any text.
> This means that our application did not found a global resources file? But
I
> see App_GlobalResources.dll file in Application Bin directory.
>
> Have someone solution for this problem?

this is a classic ASP group ask here:-

microsoft.public.dotnet.framework.aspnet
Are all your drivers up to date? click for free checkup

Author
12 Oct 2006 11:14 AM
Gediminas
Thank you!

Bookmark and Share