Where have I been? I've been working like a madman on the local install version of Easy Assets .NET!
Have you ever really gone back and reviewed code you've wrtten long ago? I've been working on Easy Assets .NET for quite some time and the hosted version works great! I'm happy with the performance etc. When I started working on the local install/open source version though I realized just how far my skill with .NET has come along in the last year+ and so I've decided to refactor the entire project so that the local install / open source versions will be even easier to work with.
Good news for my future customers, bad news for my time and sanity. I must give great thanks for .NET Reflector though, it allows me to quickly and easily run through my hosted .dll and pull out the bits I want in VB .NET. The hosted version is in C# but my gut feeling tells me that a VB .NET local install / open source version will be more universally easy to work with.