asp.net web site中reference的version的autoupdate

https://stackoverflow.com/questions/833924/visual-studio-stop-auto-update-on-references

This is valid only for web sites - look in the bin folder of your project and check if there is a file there called ICSharpCode.SharpZipLib.dll.refresh.

Delete it and VS will not look for new versions of the assembly when you build the site.

这些文件可以用notepad++打开,可以看到是从哪里刷新dll的 

 

/Kentico10/LISA.Kentico10/Bin (local)

$ ls *.refresh
Autofac.dll.refresh
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll.refresh
NPOI.dll.refresh
NPOI.OOXML.dll.refresh
NPOI.OpenXml4Net.dll.refresh
NPOI.OpenXmlFormats.dll.refresh

 

使用下面的命令进行删除

rm -r *.refresh

posted @ 2017-11-29 10:40  ChuckLu  阅读(262)  评论(0编辑  收藏  举报