1.2.1 Microsoft .NET Framework
The Tuxedo .NET Workstation Client requires Microsoft .NET Framework 4.8 SDK installation on your system. The Oracle Tuxedo installer program automatically checks to see if .NET Framework is installed or not. If installed, libwscdnet.dll
is automatically registered in the .NET Framework global assembly cache.
If .NET Framework is not installed, you must install it. You can
download the .NET Framework from Microsoft’s .NET Developer
Center. After you have installed .NET Framework, manually
registering libwscdnet.dll
in the global assembly
cache is highly recommended.
You can register/un-register libwscdnet.dll
from
the command line.
To register enter:
- For VS2022 (.NET 4.8):
"C:/Program Files (x86)/Microsoft SDKs/Windows/v10.0A/bin/NETFX 4.8 Tools/x64/gacutil.exe" /i %TUXDIR%\bin\libwscdnet.dll
To unregister enter:
- For VS2022 (.NET 4.8):
"C:/Program Files (x86)/Microsoft SDKs/Windows/v10.0A/bin/NETFX 4.8 Tools/x64/gacutil.exe" /u %TUXDIR%\bin\libwscdnet.dll
Parent topic: How Tuxedo .NET Workstation Client Works