问题描述
大家好,
我正在为VS.NET部署项目开发安装补丁.
我对一个文件进行了一些更改,但DLL版本相同. DLL的大小已增加.我能够成功生成补丁.当我应用此补丁时,DLL的大小保持为旧的DLL,不会随着修改后的大小而更新.
这是我在Patch.log文件中看到的.
================================================== ======
警告(14):文件版本相同.升级:``F:\ Work \ Sample \ UpgradeedImage \ Release \.\ bin \ Sample.DLL''ver = 1.0.0.0;目标:``F:\ Work \ Sample \ TargetImage \ Release \.\ bin \ Sample.DLL''ver = 1.0.0.0.
文件不同:``F:\ Work \ Sample \ UpgradeedImage \ Release \.\ bin \ Sample.DLL'',
``F:\ Work \ Sample \ TargetImage \ Release \.\ bin \ Sample.DLL''.
已创建补丁文件:FTK = _DF3A419E93251C07F0B4CE3C607A0371; temp location =姓氏\ 00009.HDR.
================================================== ================
谢谢你.
问候,
Mahesh
Hi All,
I am working on installation patches for VS.NET deployment projects.
I have made some changes one file but the DLL version is same. The size of DLL has increased. I can able to generate patch sucessfully.When i am apply this patch the DLL size remains to old DLL its not updating with modified size.
Here is what i can see in the Patch.log file.
========================================================
WARNING (14): File versions are equal. Upgraded: ''F:\Work\Sample\UpgradedImage\Release\.\bin\Sample.DLL'' ver=1.0.0.0; Target: ''F:\Work\Sample\TargetImage\Release\.\bin\Sample.DLL'' ver=1.0.0.0.
Files differ: ''F:\Work\Sample\UpgradedImage\Release\.\bin\Sample.DLL'',
''F:\Work\Sample\TargetImage\Release\.\bin\Sample.DLL''.
Patch file created: FTK=_DF3A419E93251C07F0B4CE3C607A0371; temp location=LastName\00009.HDR.
==================================================================
Thanks is Advance.
Regards,
Mahesh
这篇关于在VS.NET部署项目的安装修补程序上需要帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!