ConnectionManager.AddRequiredDataSourceItem("", "SQL Connection",
DataSourceTypeOptions.SqlServer, "EKZ7", "This connection is used by EKZ7.");
With the Debugger I could see that a SELECT command runs to the StrataFrame database and not to my EKZ7 database.
What did I do wrong?
ConnectionManager.ApplicationKey =
Then run again and see if you have the same issue. There could be something going on since you initially had the StrataFrame settings pointing to the wrong location. I don't think that this would cause the issue, but to remove any doubt, make this change and try again.