Blog信息 |
blog名称:注册会计师(注会)练习软件 日志总数:398 评论数量:116 留言数量:27 访问次数:3268603 建立时间:2005年6月6日 |

| |
[delpih编程]当你用bds2006编的WEB程序IIS下调试不通过时 软件技术
吕向阳 发表于 2009/3/17 10:57:33 |
当你用bds2006编的WEB程序IIS下调试不通过时
如出现
==============以下
Server Error in '/abcblog' Application.
--------------------------------------------------------------
------------------
Description: An unhandled exception occurred during the
execution of the current web request. Please review the stack
trace for more information about the error and where it
originated in the code.
Exception Details: Borland.Data.Common.BdpException:
Source Error:
Line 220: if not Assigned(fEcoSpace) then
Line 221: begin
Line 222: fEcoSpace := TEcoSpaceProvider.GetEcoSpace;
Line 223: rhRoot.EcoSpace := fEcoSpace;
Line 224: // Set additional root handles here and in
DoneWithEcoSpace
==============结束
这时你可通过[开始]-[运行]里输入执行
c:\WINdows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe
-i
具体的原因可能是你先装了BDS2006再装的IIS
|
|
|