|
The '.NET Runtime Target' selection box can be pulled down and a different
.NET version targetted for code generation. Currently only the following
.NET versions are supported:
-
Version 1.1 [1.1.4322]
-
Version 2.0 [2.0.50727]
Version 2.0 is set as the default version.
IMPORTANT NOTE:
The code generated by the .NET 2.0 version of CodeXS WILL NOT build in
VS2003/.NET 1.1, primarily because the generated objects are implemented using
partial classes. The code generated by the .NET 1.1 version of CodeXS
WILL (almost always) build and execute correctly in VS2005/.NET 2.0.
|
|