当我运行aspx页面时显示错误消息 [英] when i run the aspx page display the error message

查看:214
本文介绍了当我运行aspx页面时显示错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<%@ Master Language =C#AutoEventWireup =trueCodeFile =MasterPage.master.csInherits =MasterPage%>



<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

Could not load type 'System.CodeDom.CodeParameterDeclarationExpressionCollection' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

推荐答案

由于两件事导致此错误

1.提及的dll不在您的GAC(全局程序集缓存)中。

2.该DLL无法找到项目引用中提到的路径。
This error due to two things
1.The mentionied dll is not in your GAC(Global Assembly Cache).
2.The dll is not able to find path mentioned in project refernces.

这篇关于当我运行aspx页面时显示错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆