Hi All, In some of the machines, SQL database upgrade issue has been occurred. I can resolve this SQL database upgrade issue by using the following code, SqlEngine engine = new SqlEngine(connecString); engine.Upgrade(); The above mentioned error is resolved on first time running but i got following errors after second time, "Database upgrade issue is not required. Database is already in a compatible format." Is there any permanent solution to avoid this upgrade issue? Should i need to install any SQL packages? Please help me on this.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)