I actually did get it to work. The problem is that the resx reader can not read the comment. and after alot of research and alot of testing I came with the following solution.
I use an XML reader to read the resource by looping. It is difficult but I got it to work. Then on each edit I write the whole resource with an text writer.
I cannot send you the modified files wich I put into an existing website. but I can email you the older files wich DO WORK. So please email me to biodoom@gmail.com I will reply you the files you can use as an example. You can ask me if you have any qeustions.
biodoom
Member
81 Points
74 Posts
Re: Writing Editing Reading Resource .resx files In web Based application asp.net 2.0 C#
Jan 15, 2008 11:03 AM|LINK
I actually did get it to work. The problem is that the resx reader can not read the comment. and after alot of research and alot of testing I came with the following solution.
I use an XML reader to read the resource by looping. It is difficult but I got it to work. Then on each edit I write the whole resource with an text writer.
I cannot send you the modified files wich I put into an existing website. but I can email you the older files wich DO WORK. So please email me to biodoom@gmail.com I will reply you the files you can use as an example. You can ask me if you have any qeustions.
With kind regards,
Kevin Hendricks.