Configure Genero Studio for Report Writer for C#

Follow this procedure to complete the C# configuration.

Before you begin:

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.

  1. Select Tools >> Genero Configurations.
  2. Under the Environment Sets section, select Microsoft .NET.
    The environment variable FrameworkDir and WindowsSdkDir are listed under the Environment Variables section.
  3. Select the FrameworkDir entry.
  4. Click the Edit icon to open the Environment Variable dialog.
  5. 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.

  6. Select the WindowsSdkDir entry.
  7. Click the Edit icon to open the Environment Variable dialog.
  8. 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.

  9. Click OK until all dialogs close.
  10. Run the OrderReportCSharp demo to verify your configuration.