The type or namespace name 'Forms' does not exist in the namespace 'Autodesk.DataManagement.Client.Framework.Vault'

The type or namespace name 'Forms' does not exist in the namespace 'Autodesk.DataManagement.Client.Framework.Vault'

hans_martin_haga
Advocate Advocate
355 Views
1 Reply
Message 1 of 2

The type or namespace name 'Forms' does not exist in the namespace 'Autodesk.DataManagement.Client.Framework.Vault'

hans_martin_haga
Advocate
Advocate

I'm trying to reference VDF.Vault.Forms with Vault 2021 (all the latest updates as of now) and Visual Studio 2019. All other Vault and Vault VDF APIs are ok, but not VDF.Vault.Forms.* See code below (not complete, only to illustrate the issue).

 

What am I doing wrong?
The referenced DLLs are listed in the screenshot.

 

namespace forms.png

0 Likes
356 Views
1 Reply
Reply (1)
Message 2 of 2

greggeorgi
Contributor
Contributor

Missing dll reference.

 

Autodesk.DataManagement.Client.Framework.Vault.Forms.dll

0 Likes