Top
Symfoware Server V12.1.0 Application Development Guide
FUJITSU Software

4.2.2 Setting Up the Visual Studio Integration Add-On

TableAdapter is available for use when you use Visual Studio integration. Visual Studio integration is provided as a Visual Studio .NET add-on ("Npgsql Development Tools for .NET").

A user with administrator privileges can register Npgsql Development Tools for .NET as an add-on by executing pgx_ndtregister.exe as administrator.

Stored location of pgx_ndtregister.exe

The pgx_ndtregister.exe command is stored in the following location:

symfowareServerClientInstallDir\DOTNET\BIN\
Using pgx_ndtregister.exe
> pgx_ndtregister.exe [-x86| -x64]
Options
-x86

Use if registering a 32-bit add-on.

-x64

Use if registering a 64-bit add-on.

If no option is specified, a 32-bit add-on is registered.

Note

Execute this command after installing Visual Studio .NET.