Hi group,
I'm facing a visualisation problem with XML in VS (.Net 2003):
I have a resx-file with all my resource strings in it for
internationalisation of my programm.
The XML-view looks like this:
<date name="WCL_NUMBERBOX_MINI_TB_TT">
<value>Value to increment or decrement</value>
</date>
But when I switch to the data-view, "WCL_NUMBERBOX_MINI_TB_TT" doesn't
appear. Furthermore when I use it in my application, the value is "null".
Hope, someone can help,
Florian
Truong Hong Thi - 28 Nov 2005 11:48 GMT
There should be something wrong with your file. One thing I spot is the
element name should be "data", not "date", right?
Thi - http://thith.blogspot.com
Florian Pürsch - 28 Nov 2005 12:35 GMT
(o_O)
Oh man, I can't believe this! Am I blind or what? And what about my two
colleagues, who took a look at the code?
Thanks a lot - and sorry for this stupid question...
Florian
> There should be something wrong with your file. One thing I spot is the
> element name should be "data", not "date", right?
>
> Thi - http://thith.blogspot.com