I try to use Z3 Prover for a university project in C# but when I start to create a Context Object I get this Error:
System.DllNotFoundException: Die DLL "z3.dll": Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden.
bei Microsoft.Z3.Native.LIB.Z3_del_context(IntPtr a0)
bei Microsoft.Z3.Context.Finalize()
bei Microsoft.Z3.Native.LIB.Z3_del_context(IntPtr a0)
bei Microsoft.Z3.Context.Finalize()
Is here anyone, who knows a solution?
Thankyou!