aspnet_merge.exe 错误;这里不允许使用相对虚拟路径'VE/web_form.aspx'

aspnet_merge.exe EROR; The relative virtual path 'VE/web_form.aspx' is not allowed here

我正在发布 asp.net Web 表单应用程序构建 asp.net 4.0

应用程序构建成功,但构建后在输出中给出以下错误window

正在生成 AssemblyInfo。

设置[程序集:AssemblyFileVersion("1.0.0.0")]

设置[程序集:AssemblyVersion("1.0.0.0")]

成功生成AssemblyInfo文件。

运行 aspnet_merge.exe.

C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\aspnet_merge.exe C:\Users\me\AppData\Local\Temp\WebSitePublish\project_folder-90277028\obj\Debug\AspnetCompileMerge\TempBuildDir -w project_name -copyattrs C:\Users\me\AppData\Local\Temp\WebSitePublish\project_folder-90277028\obj\Debug\AssemblyInfo\AssemblyInfo.dll -a aspnet_merge(0,0): 发生错误:合并程序集时发生错误:此处不允许使用相对虚拟路径'VE/web_form.aspx'。

========== 构建:1 个成功或最新,0 个失败,0 个跳过 ==========

==========发布:0次成功,1次失败,0次跳过==========

从项目的主文件夹中删除以下文件

App_Code.compiled
App_global.asax.compiled

并从 "bin" 文件夹中删除以下文件

    App_global.asax.dll
    App_WebReferences.compiled

错误将得到解决。我还在寻找这个问题背后的原因