Configuring Graphical Scoping (GSC) Module - SmartPlant Enterprise for Owner Operators - Installation & Upgrade - Hexagon PPM

SPO Systems Completion - Installation and Configuration

Language
English
Product
SmartPlant Enterprise for Owner Operators
Subproduct
SPOSC
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10

To use the Graphical Scoping module following configuration need to be added in Desktop_Client.exe.config:

  1. Navigate to the CurrentVersion Directory.

  2. Open Desktop_Client.exe.config for edit and find "assemblyBinding" xml node.

  3. Append the value ;Library\GSC (only the semicolon and text without quotation marks) to the attribute privatePath in the element probing.

    For e.g.

    <runtime>

    <assemblyBinding>

    <probing privatePath= "Library\Unity;Library\SPECP;Library\SPF;Library\PPMCommon;Library\SPF\Services;Library\Expression;Library\UX;Library\Telerik;Library\Office;Library\EnterpriseLibrary; Library\GSC" />

    </assemblyBinding>

    </runtime>