Version 2.0.7.122
Firebird .net 2.0.1
When I add a user control to another project I get this error.
When I comment this line I can add the usercontrol.
Types.GetMulti(Nothing)
The error when that line is not commented out. I have the app.config in all projects.
An invalid connection string argument has been supplied or a required connection string argument has not been supplied.
Hide
at FirebirdSql.Data.FirebirdClient.FbConnectionString.Validate()
at FirebirdSql.Data.FirebirdClient.FbConnection.set_ConnectionString(String value)
at FirebirdSql.Data.FirebirdClient.FbConnection..ctor(String connectionString)
at Emanager.HelperClasses.DbUtils.CreateConnection(String connectionString) in C:\Documents and Settings\Thomas Belknap\My Documents\Visual Studio 2005\Projects\EManagerData\HelperClasses\DbUtils.vb:line 50
at Emanager.HelperClasses.DbUtils.CreateConnection() in C:\Documents and Settings\Thomas Belknap\My Documents\Visual Studio 2005\Projects\EManagerData\HelperClasses\DbUtils.vb:line 63
at Emanager.HelperClasses.DbUtils.DetermineConnectionToUse(ITransaction containingTransaction) in C:\Documents and Settings\Thomas Belknap\My Documents\Visual Studio 2005\Projects\EManagerData\HelperClasses\DbUtils.vb:line 76
at Emanager.DaoClasses.OutsourcetypeDAO.DetermineConnectionToUse(ITransaction transactionToUse) in C:\Documents and Settings\Thomas Belknap\My Documents\Visual Studio 2005\Projects\EManagerData\DaoClasses\OutsourcetypeDAO.vb:line 81
at SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.PerformGetMultiAction(ITransaction containingTransaction, IEntityCollection collectionToFill, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IPredicate selectFilter, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
at SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase1.GetMulti(IPredicate selectFilter, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
at SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase
1.GetMulti(IPredicate selectFilter)
at Emanager.UserControls.uiContactType.uiContactType_Load(Object sender, EventArgs e) in C:\Documents and Settings\Thomas Belknap\My Documents\Visual Studio 2005\Projects\EManager.Windows\Emanager.UserControls\uiContactType.vb:line 49
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.UserControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at System.Windows.Forms.Design.ControlDesigner.DesignerControlCollection.Add(Control c)