How to Handle different Versions of TwinCat 3 - twincat

Currenty I use several virtual machines to handle the diferent versions. I have 3:
TC31-FULL-Setup.3.1.4024.10 Visual Studio 2017 or 2019
TC31-Full-Setup.3.1.4022.4 Visual Studio 2015
TC31-Full-Setup.3.1.4018.47 Visual Studio 2013
I have had multiple versions at the same operative system but it brings problems like the version of the visualization manager or some libraries....
About this theme: https://alltwincat.com/2017/06/29/developing-code-for-different-runtimes/
Some tips or experiences are welcome!

I've recently written more about how to handle different versions of TwinCAT. You can read more about it here:
https://alltwincat.com/2020/11/02/handling-different-versions-of-twincat/

Related

Should I install Visual Studio 2017 beside Visual Studio 2015 or should I first uninstall Visual Studio 2015 and then install Visual Studio 2017?

I am currently using Visual Studio 2015 for programming ASP.NET Core applications. I have the following questions regarding installing Visual Studio 2017:
What is considered to be best practice and/or cleanest method?
Should I install Visual Studio 2017 beside Visual Studio 2015?
Should I first uninstall Visual Studio 2015 and all .NET Core dependencies and then install Visual Studio 2017?
Are there any tools that would ensure a clean uninstall of Visual Studio 2015?
From page Visual Studio 2017 Platform Targeting and Compatibility
Compatibility with Previous Releases Installation
You can install and use Visual Studio 2017 alongside previous versions of Visual Studio, including Visual Studio 2015, Visual Studio 2013, and Visua Studio 2012.
So yes. you can install them without any problem.
VS 2013, VS 2015, and VS 2017 all work well side-by-side. VS 2012 can be a little dodgy on Windows 10, but should also work side-by-side. In theory VS 2010 should also work side-by-side with those, but I've run into quirks in the past with them interfering with one-another.
Projects should round-trip between 2015 and 2017 generally, although there are some one-way upgrade scenarios.
Note that if you really just need the older compiler toolset for some reason, you can also install VS 2017 and select the optional component Microsoft.VisualStudio.Component.VC.140 which installs the older v140 compiler which you can still use with the VS 2017 IDE. That said, there's not a lot of reason to do this since the VS 2015 & VS 2017 C++ standard libraries are binary compatible so you can mix them in a project.
See this blog post for information on VS 2017.
It sounds like you have done some projects in 2015 already, so you will probably want to keep it.
Once you open a project in a new version, it will try to upgrade the project and then you can't go back.
However, if you have multiple versions installed at the same time, when you try to open a project, say, from Windows Explorer, it will open it with the "Visual Studio Version Checker" and will look at the project file and determine which version to open it in.
Bottom line, if you have the hard drive space, there is no reason to not install them alongside each other.
In the past, it was recommended to install them in sequential order if you are installing multiple versions, but it doesn't sound like this is an issue for you and I don't know if that is even a problem anymore as it has been several versions since I have had to deal with that.
Good luck!
Personally, I would keep both - there have been multiple times through the years where you have compatibility issues and NEED to have the prior version(s). I've also had old project that will not upgrade and I've gone back and reinstalled old VS versions.
If you have no reason to keep VS2015 in your computer I would suggest uninstalling it.
I uninstalled VS2015 after installing VS2017 and later noticing that I was still using an old taskbar shortcut to VS2015.
So I was inadvertently still using VS2015.
Maybe some special cases require keeping older versions of VS along side the new version, but for the rest of us, I say, uninstall!
VS 2015 is the last version that is supported by Installshield LE.
If you have a need for building installers in the future, it will be useful to have VS 2015
1,2,3. Visual Studio 2017 has more features over 2015 and it contains 2015's current features so you don't need 2015 alongside 2017. Just stick with 2017. And I don't think you will have any problems while opening 2013 and 2015 projects with Visual Studio 2017.
Uninstall Tool is a good tool to use. It cleanses all the leftover files and registry entries after running the original uninstallation wizard and even tells you how many files will be cleaned after the required reboot.
For people continuing to read this, I have Visual Studio Professional 2008 (For Windows Embedded 6.5), 2010, 2015, 2017 and they all work even if open at the same time.
Edit: As stated in other answers, they need to be installed from oldest version to newest.

Can i run scripts created in Visual Studio 2010 Premium version in Visual Studio 2010 ultimate version

I have created Coded UI scripts in VS2010 Premium version. Now i want to install VS 2010 Ultimate version for Performance Testing.
Will my scripts those were created in 2010 Premium version run in 2010 ultimate version without any further changes?
Yes Vivek. It will definitely run without any changes. Post over here if you are facing any issue while doing the same.
There won't be any issue within different editions of VS but you may need to copy some DLLs if you are trying with different versions like 2012 VS scripts in 2013 VS. you may use relevant Test Agents if you are running outside VS.

How to Open Visual Studio 2012 Professional on Machine with Visual Studio Ultimate

For testing, I need access to both Professional and Ultimate. I do not see how to open Professional after following these steps:
1. Ultimate previously installed
2. Professional was just installed with no errors
3. Visual Studio 2012 is in Windows 8 (by searching in Start screen) and selecting it brings up Ultimate
4. Professional not seen on the Start screen (just Visual Studio 2012 when searching)
5. Professional not seen in folders (missed it or ??)
I looked through stackoverflow posts as well as documentation but did not see the answer. How do I bring up Professional?
Thanks!
You can't have two different editions of the same VS version installed side-by-side. This requirement is typically best handled by installing Professional into a VM.
You can have two different versions, ie: VS 2012 Ultimate and VS 2013 Professional, however.

Can you install VS2013 alongside VS2012 without issues?

I cam across this question here on SE:
Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?
According to one comment with a good amount of upvotes, having 2010 and 2012 installed at the same time can present issues. I then came across this MSDN page about 2013:
http://msdn.microsoft.com/en-us/library/hh266747.aspx
If you use Visual Studio 2013 together with Visual Studio 2012 or Visual Studio 2010 SP1, you can [blah blah]
That suggests that 2013 can be safely installed along with VS2012. Can anyone confirm?
Take a look at Brian Harry´s Blog post announcing Visual Studio 2013.
VS 2013 can be installed side by side with previous versions of Visual Studio or, if you have a VS 2013 pre-release, it can be installed straight over top of the pre-release. TFS 2013 cannot be installed side by side but can also be installed over top of either a previous version (TFS 2012 or TFS 2010) or a pre-release.
Looks like you can, yes.
You can install this version of Visual Studio on a computer that
already has an earlier version installed.
http://msdn.microsoft.com/en-us/library/ms246609%28v=vs.120%29.aspx
Only issue I can see is during uninstallation, where the file associations may get lost.
I was having two installation on my computer. Really no problems.
From personal experience, I've come across multiple issues with using Visual Studio 2012 and prior, while a VS2013 installation exists on a machine.
Some of the issues include built executables failing to launch (double clicking .exe does nothing, but debugging them in VS launches them), and inability to compile solutions that mix C# and C++ projects.
I would avoid 2013 until these issues are resolved, as just having it installed on a machine breaks older code, even if you don't use VS2013.
There are some minor (compatibility) issues between using both VS2010 and VS2012 on the same Solution, but simply having VS2012 installed on your machine won't effect anything in VS2010.
There may be compatibility issues with 2013 Community edition. I had VS 2012 Ultimate and VS 2013 Express installed and working without any issue, but as soon as I installed VS 2013 Community, my VS 2012 Ultimate install has been behaving unusually. When I first open VS 2012 U, there is a really long load time. When I perform some action (open a file, select a menu option, anything actually) I have to minimize and maximize VS 2012 U for the screen to refresh. I am still trying to figure it out myself - so if anyone has a solution, please share.

visual studio 2010 and visual studio 6

i have visual studio 2010 installed on windows 7 machine and now i want to install visual studio 6 on same.
Does it harm my visual studio 2010 or is there any way out for the same.????
Thanks in advance
I've run several flavors of Visual Studio simultaneously on the same box installed in the order they were released. MS talks about doing this here and lists a few cautions/notes about doing so. Haven't installed them out of order before though, and haven't run VS6 in years.
Here's another SO discussion talking about multiple versions.
As an aside, opening solutions with the newer version can make it difficult, if not impossible, to open it again in the older version of Visual Studio.
That said, a colleague said he had considerable issues getting VS 6 to run on Win 7.
My suggestion, if possible, would be to build up a VM with XP on it and install VS 6 on that - certainly simplifies things considerably. Just my two cents.
It shoudn't be a problem,except for webmatrix. I know there is an issue with launching visual studio from Webmatrix if the last install is not the latest see http://forums.iis.net/t/1176503.aspx for more details.

Resources