The exception says: System.Data.SqlClient.SqlException. It is thrown when I try to retrieve the entity "ContractSpecs". Below is the complete text.
ex {System.Data.SqlClient.SqlException} System.Exception
[System.Data.SqlClient.SqlException] {System.Data.SqlClient.SqlException}System.Data.SqlClient.SqlException
HelpLink Nothing String
InnerException Nothing System.Exception
Message "General network error. Check your network documentation." String
Source ".Net SqlClient Data Provider" String
StackTrace " at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.ExecuteMultiRowDataTableRetrievalQuery(IRetrievalQuery queryToExecute, DbDataAdapter dataAdapterToUse, DataTable tableToFill, IEntityFields fieldsToReturn)
at SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.PerformGetMultiAsDataTableAction(IEntityFields fieldsToReturn, DataTable tableToFill, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IPredicate selectFilter, IRelationCollection relations, Boolean allowDuplicates, IGroupByCollection groupByClause, ITransaction transactionToUse, Int32 pageNumber, Int32 pageSize)
at SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.PerformGetMultiAsDataTableAction(Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IPredicate selectFilter, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
at HFDB.DaoClasses.ContractSpecsDAO.GetMultiAsDataTable(Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IPredicate selectFilter, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
at HFDB.CollectionClasses.ContractSpecsCollection.GetMultiAsDataTable(IPredicate selectFilter, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
at HFDB.CollectionClasses.ContractSpecsCollection.GetMultiAsDataTable(IPredicate selectFilter, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses)
at Northwater.DD.HFTrade.FormInstrument.FormInstrument_Load(Object sender, EventArgs e) in C:\DOTNET Models\Trade Models\High Frequency\HFTrade\UiClasses\FormInstrument.vb:line 80" String
TargetSite {System.Reflection.RuntimeMethodInfo} System.Reflection.MethodBase
Aurelien wrote:
Hi,
That's wierd... what is the exception thrown?