dji-sdk / Windows-SDK

DJI Windows SDK: http://developer.dji.com/windows-sdk/
Other
168 stars 116 forks source link

'DJI.WindowsSDK.DJISDKManager' threw an exception. #19

Open pennair opened 5 years ago

pennair commented 5 years ago

Fellow Developers,

I downloaded the most recent release in hopes to update my DLLs and be able to move forward with the new SDK. I can build the project but when I try to execute my app, it errors with the following:

'DJI.WindowsSDK.DJISDKManager' threw an exception. - Inner Exception.
FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I've re-pulled the repo, using both Visual Studio 2017 and the 2019 Preview, I then tried the sample SDK and got the same error. I'm currently on Windows Build 17763.292. Is there something I'm missing?

Thanks!

dji-sdk[bot] commented 5 years ago

Hi, there are two options for you to ask for help:

  1. Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.

  2. Report your issues to dev@dji.com, as it's our official channel for developers to request DJI Developer Support now.

For DJI Developer Support, we have the following three tiers:

NobodyGitsMyPuns commented 5 years ago

I am having this issue too. I have followed the provided instructions to no resolve. It seems like a permissions issue since as soon as I attempt to use the dll i get the hresult. I am going to try modifying the sample rather than integrating the sdk into a new solution.