From: FEBit B. (J. <tr...@fi...> - 2016-11-08 01:21:56
|
FirebirdSql.VisualStudio.DataTools.dll ConnectionProperties is null on Add Connection Dialog -------------------------------------------------------------------------------------------- Key: DNET-713 URL: http://tracker.firebirdsql.org/browse/DNET-713 Project: .NET Data provider Issue Type: Bug Components: DDEX Provider Reporter: FEBit Bilişim Assignee: Jiri Cincura Priority: Blocker ConnectionProperties is null while use vs2013 server explorer / Data Connections / Add Connection Dialog A first chance exception of type 'System.NullReferenceException' occurred in FirebirdSql.VisualStudio.DataTools.dll Additional information: Object reference not set to an instance of an object. public override void LoadProperties() { System.Diagnostics.Trace.WriteLine("FbDataConnectionUIControl::LoadProperties()"); try { this.txtDataSource.Text = (string)ConnectionProperties["Data Source"]; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |