I have C# Windows form application that works perfectly when I debug it in VS. It has SQLite database.
Then I've created a new Setup project, using InstallShield.
Visual Studio 2012 compiles it and I install application with no error.
But application is slow, when I change user controls or do any action, even to just construct a form, it takes a few seconds. Very very slow, not for using... And I don't even have any critical code, like loops or something...
In setup project I included: .exe.config, .exe, SQLite.dll and .s3db (SQLite database file)
Please help
Thanks