我剛剛創建一個Hello World測試這個:「無法識別的轉義序列」的錯誤(AssemblyInfo.cs中)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Helloworld1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadLine();
}
}
}
我得到同樣的錯誤,不管我建:
Error 1 Newline in constant AssemblyInfo.cs 11 28 Helloworld1
Error 2 Unrecognized escape sequence AssemblyInfo.cs 13 46 Helloworld1
Error 3 Syntax error, ']' expected AssemblyInfo.cs 36 43 Helloworld1
Error 4 ) expected AssemblyInfo.cs 36 43 Helloworld1
請注意行號。這段代碼中沒有36行!
有人可以告訴我發生了什麼事。 (是的,我已經關閉並重新打開了我的Visual Studio 2010 Pro。)
錯誤聲稱來自您的'AssemblyInfo.cs'文件。顯示。 – David
你能向我們展示'AssemblyInfo.cs'類的代碼 – Sachin
這隻能通過損壞的硬盤容易地解釋。隨意恐慌。請不要*瘋狂地刪除文件來解決問題,使用另一臺機器去superuser.com尋求建議。 –