Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Error 1 error RG0000: The parameter is incorrect Line 23270, position 5. g:\C++\Programe te Miat\Libri i Shitjeve V 1.5 EAK TEAM\Libri i Shitjeve V 1.5 EAK TEAM\Form1.resX 23270

Warning 2 ResX file The parameter is incorrect Line 23270, position 5. cannot be parsed. 23270


line from 23269 to 23279

XML
</value>
  </data>
  <data name="notifyIcon1.Text" xml:space="preserve">
    <value>notifyIcon1</value>
  </data>
  <data name="notifyIcon1.Visible" type="System.Boolean, mscorlib">
    <value>True</value>
  </data>
  <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    <value>17, 56</value>
  </metadata>
Posted
Comments
[no name] 5-Sep-13 6:31am    
And? Looks like you have a extraneous </data> tag with no matching <data>. Did you try and remove it and see that fixes it?
[no name] 5-Sep-13 7:22am    
yeah... i delete all this line and the problem still exist...
[no name] 5-Sep-13 7:33am    
the error stack

Instances of this error (1)

1. Hide Call Stack

at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
at System.Drawing.Icon..ctor(Stream stream, Int32 width, Int32 height)
at System.Drawing.Icon..ctor(Stream stream)
at System.Drawing.IconConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(Object value)
at System.Resources.ResXDataNode.GenerateObjectFromDataNodeInfo(DataNodeInfo dataNodeInfo, ITypeResolutionService typeResolver)
at System.Resources.ResXDataNode.GetValue(ITypeResolutionService typeResolver)
at System.Resources.ResXResourceReader.ParseDataNode(XmlTextReader reader, Boolean isMetaData)
at System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900