When I run the shortcut after Setup Project Deployment Installation, I got the following error and the application did not launch.
I am creating a Windows Application using Winforms (C#). I even compiled it in release mode but still got the error.
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: sendmail.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 536482de
Problem Signature 04: System.Data.SQLite
Problem Signature 05: 1.0.92.0
Problem Signature 06: 532a0415
Problem Signature 07: 124
Problem Signature 08: 1d
Problem Signature 09: System.DllNotFoundException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
EDIT 1:
I am working with c#, windows form.
I have added the following references:
- EntityFramework.dll
- EntityFrameworkServer.dll
- System.Data.Sqlite.dll
- System.Data.Sqlite.EF6.dll
- System.Data.Sqlite.Linq.dll
The error occurs when I test on my system itself.