Hi
i must develop an multilanguage application (german, italian). I have a localized winform with the description in this 2 languages. Now i have a Usercontrol which is localized too. If i would like drag this usercontrol from the toolbox of the vs.net into my winform the vs.net give me the following error:
An exception occurred while trying to create an instance of PFUtilityLibrary.USCWeekDaysCheck. The exception was "Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "USCWeekDaysCheck.resources" was correctly embedded or linked into assembly "PFUtilityLibrary". 
baseName: USCWeekDaysCheck locationInfo: PFUtilityLibrary.USCWeekDaysCheck resource file name: USCWeekDaysCheck.resources assembly: PFUtilityLibrary, Version=1.0.1361.25253, Culture=neutral, PublicKeyToken=null 

I use the Framework 1.0, somebody have an idea what is the problem?
thx