Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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!
Posted

1 solution

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.
 
Share this answer
 
Comments
Gio Kats 17-Jul-15 3:54am    
in Command Prompt, when i enter the command says "The following switch requires a value 'path'." What's going wrong?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900