question

WilfredEghenedji-9495 avatar image
0 Votes"
WilfredEghenedji-9495 asked WilfredEghenedji-9495 edited

ResX file Unexpected End of File

I opened my vb.net project just to see the following issue: "ResX file Unexpected end of file has occurred. The following elements are not closed: value, data, root. Line 11744, position 21". Am surprised because the project worked well and properly closed the last time i opened it. Really don't know how to solve this. Please help. Thank you.


dotnet-visual-basicwindows-forms
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @WilfredEghenedji-9495 ,

The following elements are not closed: value, data, root.

Check if 'value', 'data' and 'root' elements end as expected with:

 </value>
 </data>
 </root>


1 Vote 1 ·

Hi @WilfredEghenedji-9495 ,
Do you still meet this issue? Please let me know if you need further help.

0 Votes 0 ·

I really still do need it...

0 Votes 0 ·

Hi @WilfredEghenedji-9495 ,
Could you share your project on onedrive or github? It will help us make a test and reproduce your problem.

0 Votes 0 ·
Show more comments

0 Answers