Share via


PictureServices updated to VS 2008 RTM

Today I updated PictureServices to work with the RTM release of Visual Studio 2008 and the .NET Framework 3.5 (what a mouthful). My testing rigor for this release was less than perfect. Please let me know if you find any bugs.

For what it's worth, the changes in the API made the simple list extensions implementation simpler. Honestly, I was skeptical at first, but it really is pretty straightforward.

Check out the new version here.

Comments

  • Anonymous
    January 14, 2008
    PingBack from http://msdnrss.thecoderblogs.com/2008/01/15/pictureservices-updated-to-vs-2008-rtm/

  • Anonymous
    January 15, 2008
    I've downloaded the new version but when I compile it shows an error on MockFeedService.cs saying that ExtensibleRss20FeedFormatter could not be found. Another question, Where is the client code for Web and windows, Thanks and sorry for my english, Javier P. de Jorge

  • Anonymous
    January 15, 2008
    I am assuming MockFeedService.cs is your code. I removed ExtensibleRss20FeedFormatter from the API, so all references to it need to be changed. The new model is to use the extension methods in the SyndicationExtensions project.

  • Anonymous
    March 07, 2009
    Justin, what happened to PictureServices ? The original link seems to be broken. What do you think about hosting it at CodePlex or so ? I'd be glad to contribute some parts (say, EntLib Caching block integration OR another LiveSearch provider).