You are currently viewing the BOOK: Professional ASP.NET Design Patterns section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I just got the book today and when I downloaded the code, noticed it uses solutions created with vs 2008. Are there any vs 2010 converted solutions availbale? I am using vs2010. Thanks.
Carlos
I think the main reason for that is that by supplying 2008 solutions, more people have easy access to the solutions (2008 solutions can be opened in VS 2008 and VS 2010) without maintaing two separate versions of the projects and solutions.
You should be able to simply open them, hit convert, and you're good to go.
I tested all the code with Visual Studio 2010 and it all worked bar three exceptions that were to do with the MVC framework where a method signature had changed between versions 1. 0 and 2.0. If you have any trouble after converting just post here.