热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

System.Web.Compilation.BuildManager.CopyPrecompiledFile並未將物件參考設定為物件的執行個體

使用MSBUild的aspnet_compiler.exe发布网站,过程中出现错误[NullReferenceException]:並未將物件參考設定為物件的執行個體

使用MSBUild 的 aspnet_compiler.exe 发布网站,

过程中出现错误

[NullReferenceException]: 並未將物件參考設定為物件的執行個體
    System.Web.Compilation.BuildManager.CopyPrecompiledFile(VirtualFile vfile,
 String destPhysicalPath)
    System.Web.Compilation.BuildManager.CopyStaticFilesRecursive(VirtualDirect
ory sourceVdir, String destPhysicalDir, Boolean topLevel)
    System.Web.Compilation.BuildManager.PrecompileAppInternal(VirtualPath star
tingVirtualDir, IEnumerable`1 excludedVirtualPaths)
    System.Web.Compilation.BuildManager.PrecompileApp(VirtualPath startingVirt
ualDir, IEnumerable`1 excludedVirtualPaths)
    System.Web.Compilation.BuildManager.PrecompileApp(ClientBuildManagerCallba
ck callback, IEnumerable`1 excludedVirtualPaths)
    System.Web.Compilation.BuildManagerHost.PrecompileApp(ClientBuildManagerCa
llback callback, List`1 excludedVirtualPaths)
    System.Web.Compilation.BuildManagerHost.PrecompileApp(ClientBuildManagerCa
llback callback, List`1 excludedVirtualPaths)
    System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil
dManagerCallback callback, Boolean forceCleanBuild)
    System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil
dManagerCallback callback)
    System.Web.Compilation.Precompiler.Main(String[] args)

可在网站的属性页中,取消"允许更新此编译站点"

Updateable 设置为false 
Updateable='true': Allow this precompiled site to be updatable
FixedNames='true': Use fixed nameing and single page assemblies
        <AspNetCompiler
        VirtualPath='/Web'
        PhysicalPath='C:\Jenkins\jobs\KM_ERP2\workspace\Web\'
        TargetPath='C:\Jenkins\jobs\KM_ERP2\workspace\PrecompiledWeb\Web\'
        Force='false'
        Debug='false'
        Updateable='false'
        FixedNames='false' />

 


推荐阅读
author-avatar
雨蝶馨菲_484
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有