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.

