Contents tagged with ASP.NET
-
I'm available for contract work
It has been a while since I posted anything on this blog so I thought I would use it to help find my next role.
-
2.0 Web Service Problem with 1.1 Assembly Redirections (I challenge you)
This is a problem I have been trying to resolve for over three weeks now with no success. I shall try to explain the problem as clearly as I can as it can get very confusing.
I have a Visual Studio 2005 .NET 2.0 Web Service Project which has a single web service class called HelloService. This service has the following content: -
The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found.'.
I have spent probably 4 hours of my life trying to figure out why I keep getting a bizarre error message when I try to browse to a .NET 2.0 Framework Web Service, so after figuring it out I thought I would post this so I never forget it. The solution to the problem was so simple but it took a long time to find it. So what happened: