惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
M
MIT News - Artificial intelligence
D
Docker
量子位
T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
月光博客
月光博客
有赞技术团队
有赞技术团队
J
Java Code Geeks
A
About on SuperTechFans
P
Proofpoint News Feed
Jina AI
Jina AI
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
GbyAI
GbyAI
F
Fortinet All Blogs

博客园 - 火草

The remote server returned an error: (400) Bad Request. --- RosettaNet 3.3 推荐大家一个打电话的好工具,太好了,比挂QQ更有意义 vss不能一次获取整个项目 中国古代谚语、成语、典故收集 诛仙 主题曲 使用FCKeditor 溧阳信息 博客中连续播放多首背景音乐 [外文经典]Kaoma - Lambada (打开后请把左边的播放器关掉,避免2首曲子一起播放^_^) 有趣有趣 修改Windows2003序列号的方法 显卡驱动失败 (王姓发源之一)三槐王发祥莘县地 卸载Oracle 9i 杀进程的超级命令 .net中修改项目名称 开始研究企业应用架构 遇到个奇怪的问题,查询出来的数据不对 一些好的娱乐网站(收集中...)
瞎折腾出来的问题
火草 · 2007-03-14 · via 博客园 - 火草

瞎折腾出来的问题

Posted on 2007-03-14 17:13  火草  阅读(283)  评论()    收藏  举报

前段时间在搞加密混淆,把dll文件拷来拷去,结果搞出个问题来:

=== Pre-bind state information ===
LOG: DisplayName = Freedom.FireGrass.WebControls
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/SpWeb
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Freedom.FireGrass.WebControls
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/spweb/591511f4/c0b0be7/Freedom.FireGrass.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/spweb/591511f4/c0b0be7/Freedom.FireGrass.WebControls/Freedom.FireGrass.WebControls.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/SpWeb/bin/Freedom.FireGrass.WebControls.DLL.

出问题就得解决啊,查来查去,搞来搞去都不行,最后死马当活马医,把dll拷出来放在另一个地方,项目里移除再引用
奇迹(世界)出现了,问题解决了,最后总结项目里的bin文件夹里的东西最好不要随便手动改