Questions tagged [version-compatibility]

This designation specifies whether and the extent to which different versions of a program, software library, package, operating system or other component are mutually compatible.

Overview

This designation specifies whether and the extent to which different versions of a program, software library, package, operating system, programming language specification or other component are mutually compatible.

Breaking changes

Version compatibility is customarily associated with "breaking changes". This is a circumstance in which a difference between two or more versions of a software library or other component produces undesirable side effects, such as error messages or operational failure.

32 questions
0
votes
1 answer

Is it possible to build maven 1.x project using maven 2.x?

I know, we can convert the project.xml from maven 1.x to pom.xml for maven 2.x, but I have come across a complex project setup that was build using maven 1.x, and I just have maven 2.x currently installed in my machine locally. There is a option to…
mtk
  • 13,221
  • 16
  • 72
  • 112
0
votes
1 answer

Windows Service with Visual Studio 2005 solution not opening with Visual Studio 2010

I am unable to open a solution created using visual studio 2005 version. The solution has two windows services within. I recently upgraded to Visual Studio 2010. Now I am unable to open the solution file. I have tried to open it using Visual Studio…
1 2
3