Create a project in Integrated Development Environment - Intergraph Smart WQMS - 6.0 - Customization & Programming - Hexagon PPM

Intergraph Smart Weld Quality Management System Custom Reports

Language
English
Product
Intergraph Smart WQMS
Search by Category
Customization & Programming
Smart WQMS Version
6

Create a new project in the Integrated Development Environment (IDE) as a class library with:

  • .NET version as 4.6

  • Default name space "<empty>"

The following dlls must be referred while creating the project. These dlls are delivered with Weld Quality Management System, located in the installation path …\\SmartPlant Foundation 2018 Server Files\Web_Sites\Server_Name\bin:

  • Reference dlls

  • Intergraph.SPF.Common.Services

  • Intergraph.SPF.Services.FoundationServices

  • SPFServerModuleCore

  • Intergraph.SPF.Services.WQMSService

  • Intergraph.WQMS.Services.WQMSService.Contracts

Use Name Space as Intergraph.SPF.Services.WQMSService.Classes for each class.