ResX error
-
Hi this has probably been asked before but i am experiencing difficulties with the following error i encountered while creating a custom user control, it also prevents the form from appearing at design time: Warning 1 ResX file Object of type 'TabHeadingControl.IPage[]' cannot be converted to type 'TabHeadingControl.IPage[]'. Line 185, position 5. cannot be parsed. 185 0 I cannot work out what is going wrong or where this message is originating Thanks in advance George
-
Hi this has probably been asked before but i am experiencing difficulties with the following error i encountered while creating a custom user control, it also prevents the form from appearing at design time: Warning 1 ResX file Object of type 'TabHeadingControl.IPage[]' cannot be converted to type 'TabHeadingControl.IPage[]'. Line 185, position 5. cannot be parsed. 185 0 I cannot work out what is going wrong or where this message is originating Thanks in advance George
I've had a similar message (for different controls) in a User Control. It turned out to be a scoping issue. Post a bit of your code and let us take a look at it.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
I've had a similar message (for different controls) in a User Control. It turned out to be a scoping issue. Post a bit of your code and let us take a look at it.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
I dont know why but it seemed to have repaired itself overnight, i cant get the error to re occur which is odd. Will keep an eye and post the source if it makes another apperance. Thanks for the help George
I've had that happen several times! :laugh: Spend most of a late night trying to find a bug in what looks like perfect code, give up and shut VS down for the night, then reopen the project the next day to find the bug has gone missing. If it helps, I've never had one of those "missing bugs" return later. If quitting fixes it, it stays fixed. :)
"A Journey of a Thousand Rest Stops Begins with a Single Movement"