You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SharpProj built locally using the following procedure:
Open cmd
mkdir dev
cd dev
git clone https://github.com/Microsoft/vcpkg.git
git clone https://github.com/AmpScm/SharpProj.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg install proj[core,tiff]:x86-windows-static-md proj[core,tiff]:x64-windows-static-md tiff[core,lzma,zip]:x86-windows-static-md tiff[core,lzma,zip]:x64-windows-static-md
cd ..
Open SharpProj.NetTopologySuite.csproj and change line 16
from
latest-all
to
latest
In the Visual studio open solution SharpProj.sln and build Release x64
When I build the app installer and try to run application on a vanilla Windows 10 22H2 it gets me the following error:
FileNotFoundException: Could not load file or assembly 'SharpProj.dll' or one of its dependencies.
The specified module could not be found.
I also noticed that if I install 'DB Browser for SQLite Version 3.13.1' the problem is solved.
How can I get it working without installing any third party software?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using SharpProj built locally using the following procedure:
When I build the app installer and try to run application on a vanilla Windows 10 22H2 it gets me the following error:
FileNotFoundException: Could not load file or assembly 'SharpProj.dll' or one of its dependencies.
The specified module could not be found.
I also noticed that if I install 'DB Browser for SQLite Version 3.13.1' the problem is solved.
How can I get it working without installing any third party software?
Thanks in advance,
Mladen.
Beta Was this translation helpful? Give feedback.
All reactions