The original BCG control package suddenly encountered an inexplicable and amazing problem during its installation today,
"XML parsing error, xxxx/dummy. vcproj row: 1 column: 45, unknown type error" is always displayed"
Open dummy. vcproj in Notepad
The first line is an xml header.
<? XML verison = "1.0" encoding = "Windows-1251"?>
Locate 45 columns, which is the last?
I saved this dummy. vcproj as unicode format and installed it again. I found that "unresolvable format" was displayed"
It seems that this [encoding = "Windows-1251"] Problem
Change this section to [encoding = "gb2312"]
Install again, OK, and pass.
It seems that it may be related to the version of the operating system I installed, which lacks a language or code.
It seems that these "XX version XP" are really killing people now, and programming is still good with the original version.