Hey.
Everytime we try to run our code we get the error
'Keyword not supported: "version"'
We tried to change the version number many times but it keep sending us the same error message.
Our code is this:
string dbOpretBestilling = @"Data Source=db_owner.Bestillinger;Version=10.50.2500;";
SqlConnection conn = new SqlConnection(dbOpretBestilling);
Really hope you can help us !!