parser Error Message:could not load "Aspcool.jianghu"
source Error
line1:<%@ Page Language="c#" codebehind="index.aspx.cs" autowireup="false" inherits="Aspcool.jianghu" %>
我觉得好象没什么错误啊,请帮我分析一下
还有:老弹出这个:
Unable to find script library /aspnet.client/system.erb/1_1_4322/WebUIValidation.js'.Try placing this file manually,or reinstall by running aspnet_regiis_c'.
这是啥原因啊?

解决方案 »

  1.   

    不知道你的程序命名空间的情况,这个估计你是用IDE开发的,你试着新建立一个文件看看。.他的命名情况line1:<%@ Page Language="c#" codebehind="index.aspx.cs" autowireup="false" inherits="Aspcool.jianghu" %>这里inherits=这里有错..,没有包含index
      

  2.   

    我是用matrix做的,我的命名空间是aspcool.
    inherits="aspcool.jianghu"这里有错吗?还要包括"index"
    inherits="index.aspcool.jianghu"?好象不是吧?
      

  3.   

    line1:<%@ Page Language="c#" codebehind="index.aspx.cs" autowireup="false" inherits="Aspcool.jianghu" %>我不知道你这里jianghu是什么东西,你试着line1:<%@ Page Language="c#" codebehind="index.aspx.cs" autowireup="false" inherits="Aspcool.index" %>这样看看
      

  4.   

    jianghu是命名空间里的一个类,继承不是要继承里面的类吗?