Missing system.resources.dll - Localization Problem

Hi All,

I have a small problem which I cant find answer anywhere.
I wrote a small applcation in C#.
It support english and German, So I am using resouce files for german and they all stored under the "de" and the "de-DE" folders.
My Application loads through Internet Explorer ( IIS ).
when I connect to my page from a German client console and check the IIS log files i see that a lot of GET command failed (404). the strage thing is that those dll are : system.resources.dll and mscorlib.resources.dll.

My application is still working BUT I cant figure out why it searches for those file (.NET files) and if there is any way to solve this annoying problem.

Thanks a lot ....

[813 byte] By [don_net_user] at [2007-12-16]
# 1
what version of the .NET Runtime is installed on the Machine with German Console? I belive there is a German .NET Runtime available, is that the one installed on the german machine or the english .NET Runtime is installed?

Regards,
Saurabh Nandu

SaurabhNandu at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 2

I use the English Framework.
I'll try to install the German one and Test it again.

Thanks

don_net_user at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 3
Hi,

I wrote a small application in C#.
This Application support english and German Languages.
My Applications Runs through IIS and IE.
When I am open the browser and check the IIS Logs I see the following requests:

/Test/de-DE/App.resources.dll - 200
/Test/de/App.resources.dll - 200
/Test/App.resources.dll - 404

I cant understand this IIS fallback. why it needs the resources.dll in the Test directory. all my resources are in de and de-DE files and I mean All ( I can tell this because my application is working corretly in voth languages ).

It happens in each file I download from the IIS server

Can someone Help me with this one.

Thanks ...

don_net_user at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 4
Hi

Can anyone help me with this one ...
I really stuck here and I can figure out what to do

Thanks again

don_net_user at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 5

Try posting on the IIS forums to see why this is happening.
http://forums.asp.net/default.aspx?ForumGroupID=30

Thanks!
Karen
Visual C#

KarenLiuMSFT at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...