Answered by:
.Net Framework 2.0 issue with VS 2013 after upgrading from VS2008

Question
-
I have upgraded an application from vs2008 to vs2013. The project itself runs as expected when built on vs2013, However we are having issues with the setup and deployment project (Also upgraded from vs2008). When built it creates two MSIs for client and server. This is as expected. When we try to run either MSIs on target machine we get the following error "This setup requires .NET Framework version v2.0. Please install the .NET Framework and run this setup again. The .NET framework can be obtained from the web. Would you like to do this now?"
I have tested that the client / server applications runs on test (non dev) machine by manually installing . Which leads me to believe the issue is with the deployment project.
Can anyone help with this one?
- Moved by Shu 2017 Monday, September 28, 2015 8:00 AM from C++ forum
Thursday, September 24, 2015 8:01 AM
Answers
-
Try and ask over here: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral
Kind regards,
Margriet BruggemanLois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com
- Proposed as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
- Marked as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
Monday, September 28, 2015 3:29 PMAnswerer -
If you're coding in C++ then I don't know why they moved it. You could also try over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Proposed as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
- Marked as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
Monday, September 28, 2015 3:41 PM
All replies
-
Try and ask over here: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral
Kind regards,
Margriet BruggemanLois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com
- Proposed as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
- Marked as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
Monday, September 28, 2015 3:29 PMAnswerer -
If you're coding in C++ then I don't know why they moved it. You could also try over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Proposed as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
- Marked as answer by Dave PatrickMVP Sunday, October 4, 2015 12:43 AM
Monday, September 28, 2015 3:41 PM -
If you're coding in C++ then I don't know why they moved it. You could also try over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Hi Dave,
They probably moved it as the OP includes no information on his program, and specifically suggests that it's a deployment project issue :)
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})- Edited by Just Karl Monday, September 28, 2015 5:49 PM
Monday, September 28, 2015 5:49 PM -
I have tested that the client / server applications runs on test (non dev) machine by manually installing . Which leads me to believe the issue is with the deployment project.
What technology are you using for your deployment?
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Monday, September 28, 2015 5:50 PM