如何使用Vb在Asp.Net中清除此错误 [英] How Can I Clear This Error In Asp.Net With Vb

查看:102
本文介绍了如何使用Vb在Asp.Net中清除此错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.dxbButton
{
    color: #000000;
    font: normal 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #7F7F7F;
    background: #E0DFDF url('<%=WebResource("DevExpress.Web.Images.Editors.edtButtonBack.gif")%>') repeat-x top;
    padding: 1px;

    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;







我在运行此网站时突然收到错误应用程序

'WebResource'未声明。由于它的防护等级,它可能无法访问。





如何清除此




I got an error suddenly while running this web application
'WebResource' is not declared. It may be inaccessible due to its protection level.


how can i clear this

推荐答案

Quote:

'WebResource'未声明。由于其保护级别,它可能无法访问。

'WebResource' is not declared. It may be inaccessible due to its protection level.

转到该WebResource,然后通过右键单击它来查看其属性。



请参阅安全选项卡和查看是否为当前用户设置了足够的权限。否则,由管理员访问Visual Studio。

Go to that WebResource, then see its properties by right clicking on it.

See the Security tab and see whether sufficient permission is set for current user or not. Else access Visual Studio by Administrator.


这篇关于如何使用Vb在Asp.Net中清除此错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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