Vault 2019 SDK build & runtime errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on building an internal tool to help automate one of out internal processes using the Vault SDK.
I prototyped my code using the VaultBrowserSample project. I started a new project using only the components I need.
When I try to build it into an .NET Core project I get the error when trying to run the login:
Autodesk.DataManagement.Client.Framework.Vault.Forms.Library..cctor()
Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.Initialize()
I'm guessing this might have something to do with the mismatch between 32 & 64-bit?
I tried writing a simple console app that I could reference from my .NET Core project
Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll
The error the app throws is
"External component has thrown an exception."
"\r\nServer stack trace: \r\n at Autodesk.Connectivity.WebServices.ServiceBase`1.ServiceProxy`1.Invoke(MethodInfo methodInfo, Object[] args, TServiceInterface obj)\r\n at Autodesk.Connectivity.WebServices.RealProxy`1.Invoke(IMethodCallMessage methodCallMsg, MethodInfo methodInfo, InvokeDelegate invokeFunc)\r\n\r\nException rethrown at [0]: \r\n"
Any suggestions?