Support for Visual Studio 2012 and later

LANSA Application Design

Support for Visual Studio 2012 and later

LANSA recommends that you use the version of Visual Studio that the LANSA runtime is built with. For Visual LANSA 13.x that is Visual Studio 2010.

The LANSAUBIFWizard.vsz file needs to be modified to change the version to match the Wizard running it.

The shipped Wizard is for Visual Studio 2010 and is known internally as 10.0. Hence this line in the file:

Wizard=VsWizard.VsWizardEngine.10.0

Visual Studio 2012, is known internally as 11.0:

Wizard=VsWizard.VsWizardEngine.11.0

Visual Studio 2013 is known internally as 12.0:

Wizard=VsWizard.VsWizardEngine.12.0

The generated project requires Visual Studio 2010 to be installed. If it is not there will be an error when building it:

Error MSB8020

Do what the message says to fix it.