Follow this procedure to complete the C# configuration.
To configure for C#, set the value of the FrameworkDir and
WindowsSdkDirenvironment variables, found in the Microsoft
.NET environment set, to your local Microsoft® .NET Framework directory and Windows SDK directory, respectively.
-
Select .
-
Under the Environment Sets section, select Microsoft
.NET.
The environment variable FrameworkDir and
WindowsSdkDir are listed under the Environment Variables
section.
-
Select the
FrameworkDir entry.
-
Click the Edit icon to open the Environment Variable dialog.
-
Set Value to your local directory for the Microsoft .NET Framework.
The Microsoft.NET Framework should already be installed in
C:\Windows\Microsoft.NET\Framework64. Set the variable to the path of the
latest version of the Framework, for example
C:\Windows\Microsoft.NET\Framework64\v4.0.30319, then click
OK.
Tip:
The Type combobox tells you what type of value is expected.
-
Select the
WindowsSdkDir entry.
-
Click the Edit icon to open the Environment Variable dialog.
-
Set Value to the path of the installed Windows SDK's NETFX X.X Tools directory,
such as:
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8.1 Tools
Do not forget to include the "\bin\NETFX X.X Tools" part of
the path, as it is mandatory! Once the directory is specified, click OK.
Tip:
The Type combobox tells you what type of value is expected.
-
Click OK until all dialogs close.
-
Run the OrderReportCSharp demo to verify your configuration.