Is it possible to migrate vb6 application running on windows server 2003 to windows server 2012 - windows

we have an application running on windows server 2003 which needs to be migrated to windows sever 2012. Is it possible to do the as is migration without actually updating the application. The application is currently scheduled in windows scheduler on windows server 2003. Also please suggest if we can achieve this with any migration tool.

VB6 applications should generally work without changes in all current Windows versions, including Server 2012 R2 and Windows 10. The official word at Support Statement for Visual Basic 6.0 on Windows Vista, Windows Server 2008, Windows 7, Windows 8 and Windows 8.1, Windows Server 2012, and Windows 10 is:
The Visual Basic team is committed to “It Just Works” compatibility for Visual Basic 6.0 applications on the following supported Windows operating systems: Windows Vista, Windows Server 2008 including R2, Windows 7, Windows 8 and Windows 8.1, Windows Server 2012 including R2, and Windows 10.
Now, you mention that this particular app is currently scheduled in windows scheduler. There have been significant changes between Server 2003 (or Win XP) and 2012 (or Win 8.x) in areas of security, file/registry virtualization, UAC etc. If your app violates any of the new rules, then it may require an update - but that would be because of what it does, and not because it's written in VB6.

I've installed several .exe created in vb6 in Windows Server 2012 R2 without problem.
The only question was the use of an very old setup.exe for installing, that was replaced to using an setup.msi, but the .exe and .dll and even .ocx incuded in the solution all works.

Related

Does Katalon Studio works on Windows Server 2012 R2 standard?

Katalon Studio is not working on Windows Server 2012 R2 standard while installing Win App Driver for Desktop Application Automaton it states it is only supported for Windows 10, Windows Server 2016 or higher can anyone support for the same
Apparently, Katalon Studio is not supported on Windows Server 2012, as stated by this thread, but is supported on Windows Server 2016.
This might not be clear from OS Requirements, at first glance.

can windows programs running on windows XP or 7 run on windows 2012 r2?

I am managing a "legacy" environment,owned by retired developers.
A have many Windows Forms Silverlight applications built with VS 2010,2012,2013 running on windows xp and windows 7.
We are moving to a new hardware/software environment running windows 2012 R2,so
I was asked if these older applications can run on ws2012r2.
My understanding is that these applications should work;what is the best approch to answer this problem?
Thank you

Can I develop for WIndows Phone 8.1 on Windows Server 2008 R2?

I am using a Windows Server 2008 R2 virtual machine for general windows development (SharePoint among other things, hence the server edition).
I have received a project from a client that I need to debug, and it is a Windows Phone 8.1 project developed on Windows 8.1 - can I "convert" this project or develop on it in it's current form on this virtual machine?
When I open the solution, the project itself just says "Windows 8.1 required", and I would prefer not having to set up another VM with Windows 8.1, Visual Studio, etc. again just for this specific solution.
No. The project already says that 8.1 is required. WS2008 doesn't have the bits it needs to render the Phone app.

How install Windows Phone SDK on Win Server 2008R2?

I use windows server 2008r2 for development. I want try work with Windows phone 7 SDK. But it available only for Windows7 and Vista.
Is there some trick for development on WinServer?
I did this with the v7.0 version of the tools by following the instructions at Buliding Windows Phone 7 projects on Windows Server 2008
I have tried with the Mango tools though (as don't need to build on Server anymore).
There is no provision to develop WP7 applications on Windows Server 2008 or R2.
There is a workaround to compile WP7 projects on Windows Server 2008, which supports TFS builds, but as far as development on the platform the installer prevents you from doing that. Frustrating, to say the least!

XP mode development in Win 7

I am a developer and have a XP laptop that I use to dev a SQL 2005 database and MSAccess 2003 frontend database as well as VS2003 website.
I want to upgrade to Win 7 using XP mode to install the software above. This is because I still want to install Office 2007 on Win7 etc.
Do you think XP mode on Win7 will be reliable enough for this? Also do all xp mode apps have to run in the xp mode window? Is it possible to access xp mode SQL db from Windows 7 mode?
Visual Studio .NET 2003 is not compatible with Windows 7 and would have to be run in XP Mode. Visual Studio 2005 will require Service Pack 1 to work properly as well. SQL Server 2005 will install without a problem at all.
The XP mode offered in Windows 7 is basically an integrated Windows Virtual PC. The XP mode can be reliable (if you think we can call XP reliable) but the performance of a virtual machine will always be lower comparing to a natively installed windows xp.
You can make the SQL db in the XP mode accessible from Windows 7, since XP Mode is essentially a virtual machine, you need to configure the database in the Virtual Machine to allow external connections to it as a database server.

Resources