-1
最近我從我的機器上只刪除了代碼,因爲我的錯誤列表被破壞了。 此代碼(在實時錯誤檢測)是合法的:JustCode打破了我的錯誤列表
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
fifi.ff.ww;
}
}
}
你能詳細點嗎?你的意思是intellisense沒有警告你有關錯誤嗎?你可以嘗試在安全模式下打開Visual Studio並檢查它是否工作? devenv/SafeMode –
@Ganesh R是的,intellisense工作不正常,也不能在安全模式下工作 –
我建議的最好的事情是修復Visual Studio(如果修復後應用,重新安裝SP1) –