Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Error in ResX file? strings.resx
posted

I get an error when i start to iterate thru the filename "..\Resources\\UltraChart\\ChartCore\\strings.resx" 

ResX file Type System.Drawing.Bitmap, System.Drawing in the data at line 826, position 4 cannot be located. Line 880, position 5. cannot be parsed.

_reader = new ResXResourceReader(filename);

ResourceCustomizer rc = new Infragistics.Shared.ResourceCustomizer();foreach (DictionaryEntry entry in _reader)

{

if (entry.Key != null && entry.Value != null)

{

rc.SetCustomizedString(entry.Key.ToString(), entry.Value.ToString());

}

}