I recently installed VS 2013 in an attempt to upgrade the solution I work on from VS 2010. The solution seems to mostly work correctly except for a deployment project that it contains.
I am getting an error very similar to the one in this question. The only difference being that that question is dealing with the clint profile and I am dealing with the full install of .Net 4.0.
The distinction between that question and mine is that they are dealing with a click-once app and I am dealing with a deployment project. I tried the solutions listed there anyway and there was no change.
Part of the error discusses an option to "download prerequisites from the same location as the application." However, in 2013 I am not even seeing that option anywhere.
Thanks for any suggestions you may have.
--Jacob
P.S.: I did install the necessary add-on to add deployment project support in 2013.