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

推荐订阅源

博客园 - 【当耐特】
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Y
Y Combinator Blog
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
Recorded Future
Recorded Future
I
InfoQ
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
C
Cybersecurity and Infrastructure Security Agency CISA
Know Your Adversary
Know Your Adversary
MongoDB | Blog
MongoDB | Blog
T
Tor Project blog
The Register - Security
The Register - Security
H
Help Net Security
Cisco Talos Blog
Cisco Talos Blog
P
Privacy & Cybersecurity Law Blog
NISL@THU
NISL@THU
P
Palo Alto Networks Blog
B
Blog RSS Feed
Latest news
Latest news
T
Threat Research - Cisco Blogs
The Hacker News
The Hacker News
C
Cisco Blogs
P
Privacy International News Feed
T
The Exploit Database - CXSecurity.com
V
Vulnerabilities – Threatpost
S
Schneier on Security
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
www.infosecurity-magazine.com
www.infosecurity-magazine.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
AI
AI
Google Online Security Blog
Google Online Security Blog
H
Hacker News: Front Page
N
News and Events Feed by Topic
W
WeLiveSecurity

博客园 - qqhe325

一个js游戏 向del.icio.us学习 lucene.net优化总结 Fxcop使用笔记 web service 记录1 自定义加密web.config实验记录 DTC:该伙伴事务管理器已经禁止了他对远程/网络事务的支持 C#基础- 抽象类,静态类 js自动加载日期类 img的onload事件 当图片路径超出网站根目录时 vs2005宏的问题 asp.net 2.0 access 未指定的错误 oledbparameter在update时出错不报错 grove 小例子 delegate和event例子 你试图打开的项目是Web项目,请指定URL路径 策略模式 我们是怎样的一代人[转]
asp.net 在分析向此请求提供服务所需资源时出错
qqhe325 · 2007-07-03 · via 博客园 - qqhe325

 1 “/FTB”应用程序中的服务器错误。
 2 --------------------------------------------------------------------------------
 3 
 4 分析器错误 
 5 说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。 
 6 
 7 分析器错误信息: 找不到文件或程序集名称“FreeTextBox”,或找不到它的一个依赖项。
 8 
 9 源错误: 
10 
11 
12 行 1:  <%@ Page Language="vb" %>
13 行 2:  <%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
14 行 3:  <script runat="server">
15 行 4:  
16  
17 
18 源文件: c:\inetpub\wwwroot\FTB\FTB_1.6.3_zh_Source\test.aspx    行: 2 
19 
20 程序集加载跟踪: 下列信息有助于确定程序集“FreeTextBox”无法加载的原因。
21 
22 
23 === Pre-bind state information ===
24 LOG: DisplayName = FreeTextBox
25  (Partial)
26 LOG: Appbase = file:///c:/inetpub/wwwroot/FTB
27 LOG: Initial PrivatePath = bin
28 Calling assembly : (Unknown).
29 ===
30 
31 LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
32 LOG: Post-policy reference: FreeTextBox
33 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ftb/cb228751/eac56167/FreeTextBox.DLL.
34 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ftb/cb228751/eac56167/FreeTextBox/FreeTextBox.DLL.
35 LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/FTB/bin/FreeTextBox.DLL.
36 LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/FTB/bin/FreeTextBox/FreeTextBox.DLL.
37 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ftb/cb228751/eac56167/FreeTextBox.EXE.
38 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ftb/cb228751/eac56167/FreeTextBox/FreeTextBox.EXE.
39 LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/FTB/bin/FreeTextBox.EXE.
40 LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/FTB/bin/FreeTextBox/FreeTextBox.EXE.
41 
42  
43 
44 
45 --------------------------------------------------------------------------------
46 版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573 

碰到这种问题,通过查看 程序集加载跟踪 有助于问题的解决,从31到40行程序在不断寻找FreeTextBox程序集,但都没找到,c:/inetpub/wwwroot/FTB/肯定没有bin,建一个旧会解决问题。
在iis中配置网站的时候给含有bin的目录创建应用程序,一般都能解决问题.