I have an application, it’s done and works, but users are reporting a small problem with it, and to be honest, I thought it might be a problem. As the name says, the application is written in C # (.net 3.5) and uses SQL DB. The “problem” is this: when the application starts first, it takes about a minute and a half to go to the database.
Can this be somehow reduced?
Thank you for your time!
EDIT1: The database is local .. sql server and .net framework are installed simultaneously with the application
EDIT2: when the application looks, everything works fine, and when users open winform, where they need to do some database work, they should wait about half a minute at the first start, after which it works fine.
source
share