I have a Project created in VS2010 that I want to run on SQL2012. The Project deploys to SSMS2012 fine. Runs without error. I converted the Project to a package so I can run it from the command line. When I run it from the command line I get an error that says it is an older version. XML says package format 6 but when I run it on the command line it thinks I am trying to run it against 2008 which is 3 but I am not.
This server was a 2008 server that was upgraded. Is it possible that there is a dll or something that was not upgraded that make it still think it is a 2008? If so what is it and how do I change it? Could it be just a path issue. I have to run it from a particular path. I am running it from the default path location in users.