2011-11-14 145 views
0

上週五,當我試圖構建我的項目來部署它時,我遇到了這個問題。 每當我建立我的項目(Ctr + Shift + B或F6)時,我總會遇到這種錯誤。建築項目失敗

enter image description here

當我試圖找到從我的電腦文件,它看起來像它居住在臨時文件夾中,並建立我的項目時,該文件自動創建。

enter image description here

任何人都遇到這樣的問題呢?

回答

1

在生成該代碼的文件.aspx.cshtml中有一個未封閉的#region語句(或者可能存在某種其他語法錯誤)。

+0

我認爲這樣做很繁瑣,因爲我認爲我項目中的每個.cs文件都有相應的App_Web_ 。另外我想問問visual studio是否會在第一個位置生成這些文件? – Rob

+1

@Rob:這些文件是ASP.Net編譯過程的一部分,應該忽略。你應該能夠從生成的代碼中找出它是哪個文件。 – SLaks

+0

謝謝slaks我覺得我的隊友忘記用#endregion把#region放進去 – Rob

0
check if everything matches... 
then use project properties to set properties of output exe. 
Then use build solution to build the project. 
You Will fine output exe in debug>bin folder