Can a C# application developed on Visual Studio 2010 run on Windows 10? - visual-studio-2010

My application is developed in C# on VS 2010 and Windows 7. I want to migrate the application on Windows 10 system.
Are there any patch fix available for the same? As I understand VS 2010 does not have support for Windows 10.

https://www.microsoft.com/en-us/download/details.aspx?id=42541
above is the link for service 1 for windows10 try installing hope this solves your problem

Related

Windows universal app in VS2013

Is it possibility to create windows universal app for windows 10 in Visual Studio 2013? Should I install some kind of SDK, and after that everything will be ok or I have to use VS2015?
VS2013 won't work, you have to use VS2015.
You can run VS2015 on Windows 10, Windows 8.1 or Windows 7 to create Windows 10 apps.
Make sure to install the components for Windows Universal App Development during the installation of VS 2015. VS 2015 can be installed side by side with VS 2013.
More info can be found on MSDN
No need to have 2015. Not everyone is having this.
If you are using a different development environment than Visual Studio 2015, you can download a standalone Windows SDK for Windows 10 installer. Note that you don’t need to install this SDK if you’re using Visual Studio 2015 Update 3 – it's already included.
https://developer.microsoft.com/en-us/windows/downloads
Below is the link for SDK
https://go.microsoft.com/fwlink/p/?LinkID=822845
Ramprasad.

Windows CE using VS 2013 & VB.Net

I am using VB.net & Visual Studio 2013 , I like to write a Windows CE application
After searching on the internet I installed VS Update 4, vsSdk, Windows Mobile 6 Standard SDK Refresh, Windows Mobile 6.5 Professional Developer Tool Kit (USA), But nothing is working ,I still don't get the template I did a lot of reading on this issue but I still don't know what do I need to install or where to get it in order to write a VB.net Windows CE application ,
Thanks, Shay
Visual Studio 2013 can be used to develop applications for Windows Embedded 2013 only. All the other versions (Windows CE 6.0, Windows Embedded Compact, Windows Mobile, Windows Embedded Handheld) are supported only by Visual Studio 2008.
If your device provides the .NET runtime or if it allows you to install it (providing all the required OS components to do that), then you can use VB.NET as development language.

VS2010 and Windows 8.1

I've been developing with VB 2010 and Windows 7 for years.
Are there any "issues" I should be aware off when migrating VB2010 over to Windows 8.1
Any advice will be much appreciated.
John
Make sure you install the latest service packs and hotfixes to be fully compatible with Windows 8 and above:
Visual Studio 2010
Visual Studio 2010 SP1
Visual Studio 2010 GDR for Team Foundation Service
Visual Studio 2010 Compatibility Update for Windows 8 and Visual Studio 2012
You will need to upgrade your Visual Studio version to 2013 in order to build Windows 8 and 8.1 apps, but as long as you're targeting a Desktop application, you should be fine.
I have used visual studio 2010 on windows 8.1 and windows 10 so far I did not have any issues working on both the OS.
I am using visual studio 2010 professional with sp1
Me too have been using the VS 2010 Professional on windows 7 and I migrated to Windows 8.1.
Usually I develop console apps, desktop apps and I mostly use Access Databases as the database for my programs..
And also I use C# and VB..
So far I havent had any issue with VS2010 on windows 8.1.
That is my experience about that and I hope this will be a help for you.. :)
Thanks

Open Windows Visual Basic Express for Windows 8 project using VBE for Web using Windows 7

I am going to work on a project and my colleague is using Microsoft Visual Studio for Windows 8. Since I have windows 7, and because we are creating an app that should also work for browsers, I installed Visual Basic Express 2012 for the Web.
Unfortunately I cannot open his project with my version of Microsoft VBE. I might run a Windows 8 virtual machine, but I hope there is another solution, such that I can open the project and can contribute with my version of VBE.
thanks in advance!

Can I use the new VS 2011 to publish Windows XP Compatible Programs?

Can I use Visual Studio 2011 running on the Windows 8 Developer Preview to publish programs that will not only run on Windows 8, but that will run on Windows XP, Vista, 7 and 8? I know that using Visual Studio 2010 while Running XP can produce applications that will run on XP and up, but can it work the other way?
UPDATE: By Publish I mean that I want to package my application into an installer and distribute it.
I am Using Visual Basic .NET as the programing language within Visual Studio 2011
UPDATE 2: Also, If I can't make my app available on XP through 8, then can I use Visual Studio 2010 to do this or is it a matter of Operating Systems?
The version of VS11 that comes in the Win8 DP will only let you build Win8 apps. You can install VS2010 side by side with it though to do other types of development.

Resources