Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Well, the good news is that this is 100% on the connection side. This error is genuine as I have never seen this message to date when it truly cannot connect to SQL. Check the following:
1. That the server is up and running
2. That the named instance is correct
3. You have the proper login credentials
4. If none of the above works, open the program.cs and change the Applicationkey to something other than StrataFrameSample and it will force the connection string wizard to come back up again and allow you to reset your connection.
|