Unhandled connection exception
Just press ctrl+space with invalid connection string in metadata provider.
MSSQLMetadataProvider metadataProvider = new MSSQLMetadataProvider { Connection = new SqlConnection { ConnectionString = "Data Source=localhost;User ID=foo;Password=bar" } }; try { metadataProvider.Connect(); } catch (System.Data.Common.DbException dbException) { // dispatch DB error } var queryBuilder = new QueryBuilder { MetadataProvider = metadataProvider, ... };
Unfortunately we can not even start to investigate the described problem without having the necessary information.
1. What edition of Active Query Builder you use (Winforms, ASP.NET, VCL, ActiveX, Java)? What version?
2. In which demo project this problem can be reproduced, when you have pressed these keys? A screenshot might be helpful to understand the situation.