ASP.NET Web配置工具和VS2013 [英] ASP.NET Web Configuration Tool and VS2013

查看:69
本文介绍了ASP.NET Web配置工具和VS2013的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!我正在尝试与Web管理工具建立联系,完全正如本文所述:http://stackoverflow.com/questions/20541680/visual-studio-2013-and-asp-net-web-configuration-tool但我的浏览器抛出上面的错误。



'/ WebAdmin'应用程序中的服务器错误。



编译错误

描述:编译服务此请求所需的资源时发生错误。请查看以下具体错误详细信息并正确修改源代码。



编译器错误消息:CS0122:由于其保护级别,'System.Configuration.StringUtil'无法访问



来源错误:

第987行:

第988行://汇总一些独特的应用ID

第989行:字符串appId = StringUtil.GetNonRandomizedHashCode(String.Concat(appPath,appPhysPath))。ToString(x,CultureInfo.InvariantCulture);

第990行:

第991行:



源文件:c:\ Windows \ Mesrosoft.NET \ Framework64 \v4.0.30319 \ ASP .NETWebAdminFiles\App_Code\WebAdminPage.cs行:989




知道发生了什么吗?

谢谢!

Hello to everyone! I am trying to connect with Web Admin Tools doing exactly what is saying this article: http://stackoverflow.com/questions/20541680/visual-studio-2013-and-asp-net-web-configuration-tool but my browser throws the above error.

Server Error in '/WebAdmin' 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: CS0122: 'System.Configuration.StringUtil' is inaccessible due to its protection level

Source Error:
Line 987:
Line 988: // Put together some unique app id
Line 989: string appId = StringUtil.GetNonRandomizedHashCode(String.Concat(appPath, appPhysPath)).ToString("x", CultureInfo.InvariantCulture);
Line 990:
Line 991:

Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\ASP.NETWebAdminFiles\App_Code\WebAdminPage.cs Line: 989


Any idea what happening?
Thank you!

推荐答案

我用google搜索错误信息,这是最好的结果



http://forums.asp.net/t/2048682.aspx?Server+Error+in+asp+netwebadminfiles+Application+ [ ^ ]



请在提出问题之前进行基础研究,如果上述链接无法解决问题,我相信其他人会这样做。
I googled the error message and this was the top result

http://forums.asp.net/t/2048682.aspx?Server+Error+in+asp+netwebadminfiles+Application+[^]

Please do basic research before asking a question, if the above link doesn't solve the issue I'm sure one of the others will.


这篇关于ASP.NET Web配置工具和VS2013的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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