在web.config中获取错误:未声明requirePermission

时间:2010-10-11 12:04:11

标签: asp.net visual-studio-2005 web-config

在我的项目中,我遇到了错误:

error:requiredPermission attribute not declared

解决这个问题我确实谷歌了     http://dotnetslackers.com/Community/forums/requirepermission-attribute-is-not-declared/p/1241/12676.aspx  然后我发现我必须在我的webconfig的配置标签中添加“xmlns”,我就这样做了:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

但后来我遇到了新的错误:

Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'.

为了解决这个问题,我再次点击谷歌并找到了一个链接:http://www.opcg.com/post/Could-not-find-schema-information-for-the-element-httpschemasmicrosoftcomNetConfigurationv20-configuration.aspx是要删除“xmlns”以解决错误。

所以两个条件都变得矛盾,请帮助我,告诉我该怎么做。

1 个答案:

答案 0 :(得分:0)

我不确定您使用的程序集,但似乎需要完全受信任的权限。

请参阅以下内容:http://msdn2.microsoft.com/en-us/library/zdc263t0(VS.80).aspx

这是详细说明:http://msdn2.microsoft.com/en-us/library/aa302330.aspx

希望这有帮助