The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception
After starting the proxy, you see the following error:
The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception.
This error happens when macOS doesn't consider the libe_sqlite3.dylib
file an executable.
Open the dev-proxy
installation folder in a command prompt and execute chmod +x libe_sqlite3.dylib
.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.