VS 2008 - Procedure to ship C#/WPF solution to ensure compatibility

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-04-09T11:59:23Z Indexed on 2010/04/09 12:03 UTC
Read the original article Hit count: 169

I am attempting to collaborate on a C#/WPF project with another developer remotely via e-mail; and although the code compiles perfectly when it leaves, my collaborator has not been able to compile the code on his side. We are both using VS 2008 Version 9. This is the first time trying to work with someone else on an application and I was hoping that someone would advise me if there are any suggestions to obtain and ensure compatibility between the two of us? Additionally, is there a recommended procedure to prepare the solution for shipment (ie. just zip up the solution folder? export the application? etc.)?

Thanks very much.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about projects-and-solutions