我的项目将构建一个奇怪的错误但是没有发布它抱怨文件丢失但是文件在磁盘上它在我的cs项目文件中很好它的构建操作也设置为编译。
在cs项目文件中
<Compile Include="DevExpress\ASPxSchedulerForms\AppointmentForm.ascx.cs">
<DependentUpon>AppointmentForm.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DevExpress\ASPxSchedulerForms\AppointmentForm.ascx.designer.cs">
<DependentUpon>AppointmentForm.ascx</DependentUpon>
</Compile>
它存在于desginer文件之前,因为它本身也应该存在于磁盘上我现在不知道还有什么可能没有其他警告。
它在visual studio解决方案文件中也很好,它的集合构建操作可以在磁盘上进行编译和物理存储。
确切的错误是,但文件在那里和在csproject文件中是如上所示。
严重级代码描述项目文件行抑制状态 错误文件 &#39; /DevExpress/ASPxSchedulerForms/AppointmentForm.ascx.cs'才不是 存在。 ApertureNet /DevExpress/ASPxSchedulerForms/AppointmentForm.ascx 1
以下是我的解决方案中文件的屏幕截图,请帮忙 https://snag.gy/CumGx5.jpg
我不相信这是一个特定的devexpress问题,但更多的是视觉工作室的合并问题。