Just try to replace temporary:
<resheader name="Reader">
<value>System.Windows.Forms.Design.CFResXResourceReader,
System.CF.Design, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a</value>
</resheader>
<resheader name="Writer">
<value>System.Windows.Forms.Design.CFResXResourceWriter,
System.CF.Design, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a</value>
</resheader>
with that:
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
When you complete editing, restore it again.
--
Sergey Bogdanov
http://www.sergeybogdanov.com
Davide wrote:
>
>
> This is (more or less)the response if I try to open the .resx of .net cf
> with resourcer of Lutz.
>
> System.ArgumentException: not valid input .Resx. Impossible to find a
> valid tag "resheader" for the types of read and write resX.
>
> at System.Resources.ResXResourceReader.ParseXml(XmlReader reader)
> at System.Resources.ResXResourceReader.EnsureData()
> at System.Resources.ResXResourceReader.GetEnumerator()
> at Resourcer.ResourceBrowser.Load(String fileName)
>
> So, I think that this application is not able to open the resourcer of
> .net cf.
>
>
>> Lutz Roeder has great resource editor:
>> http://www.aisto.com/roeder/dotnet/D...File=Resourcer
>>
>> --
>> Sergey Bogdanov
>> http://www.sergeybogdanov.com
>>
>>
>> Jim Cooper wrote:
>>
>>>
>>> > Can you tell me where I can find an
>>>
>>>> application that able me to edit a .resx for .net cf?
>>>
>>>
>>>
>>>
>>> Visual Studio.
>>>
>>>
>>> Cheers,
>>> Jim Cooper
>>>
>>> __________________________________________
>>>
>>> Jim Cooper (E-Mail Removed)
>>> Tabdee Ltd http://www.tabdee.ltd.uk
>>>
>>> TurboSync - Connecting Delphi to your Palm
>>> __________________________________________