Visual-studio – How to reach asp configuration tools in visual studio 2015

asp.netvisual studio

I worked with this top solution provided on the stack over flow till now
Visual Studio 2013 and ASP.NET Web Configuration Tool. I used it perfectly but now i have stuck in another problem having an internal error like "CS0122: 'System.Configuration.StringUtil' is inaccessible due to its protection level"
Any help please….

Best Answer

You can comment out the code that tries to call StringUtil. See this answer: https://stackoverflow.com/a/32488883/3854195