Visual Studio Error: Unable to load DLL sqlite3.dll
Visual Studio, SQLite UWP
Community Edition 2017
SQLiteException: Unable to set temporary
directory.
Unable to load DLL 'sqlite3.dll'
|
Happens,
when Visual Studio is re-installed or you change to an other pc.
Video
Youtube:
Lösung
https://marketplace.visualstudio.com/items?itemName=SQLiteDevelopmentTeam.SQLiteforUniversalWindowsPlatform
SQLite
is a software library that implements a self-contained, serverless,
zero-configuration, transactional SQL database engine.
Dann die
Download-Datei starten
System.TypeInitializationException occurred
HResult=0x80131534
Message=The
type initializer for 'Photos_Videos.clsDB' threw an exception.
Source=<Cannot
evaluate the exception source>
StackTrace:
at
Photos_Videos.clsDB.Database_exists() in
C:\_Daten\Desktop\UWP\Photos_Videos\Photos_Videos\_classes\clsDB.cs:line 131
Inner Exception 1:
SQLiteException: Unable to set temporary
directory.
Inner
Exception 2:
DllNotFoundException:
Unable to load DLL 'sqlite3.dll': Das
angegebene Modul wurde nicht gefunden. (Exception from HRESULT: 0x8007007E)
|