Russell Pooley's .NET Blog
.NET Tools, Source and Research
-
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.
-
Get Free Typemock licenses – ASP.NET bundle launch
-
Oomix Technical Preview
As the chief developer of the mixer for the Oomix site I feel I need to tell the world.
-
Oomix - The Music Revolution
It's been ages since I posted about the development of our collaborative music creation and sales website / application but we're now on the run-up to launch. The site's got numerous ways for developers of all sorts to connect in to it so I'd like to open up a forum to see if anyone has any ideas or would like to build a plugin.
-
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:
-
What is oomix.com
I have been working on a project for over 6 months and we are about to release it to the world, you may ask what has this got to do with weblogs.asp.net and .NET well read the introduction below and it will all make sense.
-
New horizons with Web Methods Ltd
Previously in the past I have found myself constrained to keeping certain posts to myself due to company policies and so forth. But now is very different, I have just started my own limited company providing development and consultancy services.
-
DebuggerDisplay attribute. (To remind me)
Having just read Kenny Kerr's blog on the Attributes Do Nothing post (http://weblogs.asp.net/kennykerr/archive/2006/06/02/Attributes-That-Do-Nothing.aspx) I have decided to partially repost the bit about the DebuggerDisplay attribute so I don't forget it.
-
Trying to debug Outlook 2003 addin, always getting 'cannot attach to process' error
After trying to debug an addin for Outlook 2003 with no joy I turned to google for support, this on previous attempts had not come up with any good solutions but I managed to find the following post: http://www.analogousmember.com/archives/000394.html that resolves the solution.