建设项目失败

时间:2011-11-14 01:33:07

标签: c# build publish

上周五,当我正在尝试构建我的项目来部署它时,我遇到了这个问题。 每当我构建我的项目(Ctr + Shift + B或F6)时,我总会遇到这种错误。

enter image description here

当我试图从我的PC找到该文件时,它看起来像是在临时文件夹中,在构建我的项目时,这些文件会自动创建。

enter image description here

有人遇到过这种问题吗?

2 个答案:

答案 0 :(得分:1)

您在生成该代码的#region.aspx文件中有一个未公开的.cshtml语句(或者可能是其他语法错误)。

答案 1 :(得分: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