Attempting to debug my webservice from VS.NET, and I’m getting this message, eventually I track it down the the VDIR ASP.NET setting for the version of .NET to load.
Having recently installed .NET 2.0, it must have changed the default, since my ASP.NET application was trying to load .NET 2.0 for my 1.1 Webservice.
I change it back to 1.1, and all is well with the world once more.
Published by