Project cannot start after upgrading from 3.3.3.110/120 to 3.10.0.296 #168
Unanswered
matthewtrahan
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@matthewtrahan Can you create a MRE and attach it here? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On our WPF project, everything works great when we're on MaxRev.Gdal.Core v3.3.3.120 and MaxRev.Gdal.WindowsRuntime.Minimal 3.3.3.110, but when we upgrade each of those to 3.10.0.296 and install MaxRev.Gdal.Universal, I get this error when trying to call GdalBase.ConfigureAll():
I tried a new solution and did the above and called GdalBase.ConfigureAll() and everything worked, so I'm not sure why it's not finding the runtimes in our application. I can verify that gdal_wrap and everything else is available in this folder (D:\source\App\App\App.Application\bin\x64\Debug\runtimes\win-x64\native) pre and post-upgrade so I'm not sure what I'm missing.
Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions