How come Visual Studio doesn't update existing source code properly?
Example: I have a SQL Server database tool I developed using Visual Studio 2008. I should be able to take this code; convert it for use in Visual Studio 2013 rebuild it and it should work.
Before any modifications are done on existing applications. The first step is to see if your old source code works.
Thanks,
MRM256