-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Apologies if the dependency was mentioned and I didn't see it
If the C++ runtime (or SDK) is missing on a user's machine they will get the following exception when connecting to DataBento:
System.DllNotFoundException: Unable to load DLL 'databento_native' or one of its dependencies: The specified module could not be found. (0x8007007E)
I am a C++ dev so I always have the SDK installed, but my coworker is a C# dev and did not. He got that exception until he installed the C++ dependencies.
An easy way to add them is to do a Visual Studio Repair and add the following to the install:
After doing the install/repair he stopped getting the exception.
Metadata
Metadata
Assignees
Labels
No labels