I have Vs 2010 and I am trying to follow this tutorial to correct a warning I am getting.
However once I changed it to "%VS100COMNTOOLS%"
per this post I get
this error
The definition for the
<system.webServer>
element is not found in the file C:\Pr ogram Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas\DotNetConfig.xsd.
So I went to this foldre and I see
DotNetConfig.xsd
DotNetConfig20.xsd
DotNetConfig30.xsd
DotNetConfig35.xsd
I am guessing each one is for the .net version(not sure where 4.0 is). I looked into DotNetConfig.xsd and found I don't have that element. I then looked into all the other ones and they do. So should the first not have this or what?