Code Fix: Cannot inherit from DocuSign SmartObject dll assembly to override methods
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.
Issue Description
You cannot inherit the properties and methods of the DocuSign SmartObject dll assembly in a Visual Studio custom project. An error is thrown.
Error Message
error CS0509: 'ExtendDoc': cannot derive from sealed type 'Broker'
Cause
The assembly was marked as sealed, therefore inheritance was not allowed.
Resolution
- Ensure you have K2 4.7 installed.
- Download and Install the K2 4.7 March 2018 Cumulative Update from K2 Partner and Customer Portal.
- Get the K2 4.7 March 2018 Cumulative Update FP6 from Regional Support.
- Install the K2 4.7 March 2018 Cumulative Update FP6 to apply the fix.