DVBBS安装

安装好IIS,SQLSERVER2000以及.NET Framework 1.1后,出现如下错误:

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'Dvbbs' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 1:  <%@ Page Debug="True" %>
Line 2: <%@ Import Namespace="Dvbbs.Utils" %>
Line 3: <script language="C#" runat="server">
Line 4: protected override void OnInit(EventArgs e)

Source File: c:/inetpub/wwwroot/bbn/install/environment_test.aspx    Line: 2


Show Detailed Compiler Output:
Show Complete Compilation Source: function OnToggleTOCLevel1() { var elemSrc = window.event.srcElement; var elemLevel2 = document.all(elemSrc.level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; if (elemSrc.usesGlyph == '1') elemSrc.innerHTML = '6'; } else { elemLevel2.style.display = 'none'; if (elemSrc.usesGlyph == '1') elemSrc.innerHTML = '4'; } }


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

 

 

最后是这样解决的:

将web.config文件和bin文件夹放到网站根目录下

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值