使用Borland试图打开一个Visual Studio 2005的project,出现如下错误,查资料是因为编码问题引起的。
Visual Studio Conversion Tool
Using transform document: C:ProgrammiBorlandBDS4.0BinVSImport.xsl
Input file: C:SoftwarefirmwareDriver chiave E2PcommissioningTest_code_ANSI.csproj
Output file: C:SoftwarefirmwareDriver chiave E2PcommissioningTest_code_ANSI.bdsproj
Destination Document Error: Invalid at the top level of the document.
Line: 1
<? version="1.0" encoding="utf-8"?>
解决方法:
Just a shot from the hip: maybe the document is marked with the UTF-8 tag at the beginning, and the conversion tool has problems reading that. Open the document in any binary editor and look if the first three bytes are 0xEFBBBF (""). If so, delete these three bytes and try again.
参考:
继续阅读与本文标签相同的文章
-
微软职位内部推荐-Senior Development Lead
2026-05-25栏目: 教程
-
微软职位内部推荐-Senior Program Manager
2026-05-25栏目: 教程
-
微软职位内部推荐-Senior PM
2026-05-25栏目: 教程
-
微软职位内部推荐-Principal Software Eng Mgr
2026-05-25栏目: 教程
-
微软职位内部推荐-SDE II
2026-05-25栏目: 教程
