The given key was not present in the dictionary.

Posts   
 
    
ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 15-Jan-2010 20:44:29   

On a SQL server new project pointing to a database where I am the admin.

When I hit the Create button

Aug 24th build

The given key was not present in the dictionary.

-----[Core exception]-------------------- at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerSchemaRetriever.CreateTableSynonym(String catalogName, String schemaName, String tableName) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerSchemaRetriever.RetrieveAllTablesViewsSynonymsAndFields(SqlConnection connectionSqlServer) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerSchemaRetriever.RetrieveSchema(String connectionString, IDBSchema schemaToRetrieve, SchemaFetchFlags fetchFlags) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerCatalogRetriever.RetrieveSchemas(String connectionString, IDBCatalog catalogToRetrieve, SchemaFetchFlags fetchFlags) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerDBDriver.PopulateSelectedCatalogs(Hashtable callBacks, Hashtable connectionElements, SchemaFetchFlags fetchFlags, Hashtable properties) at SD.LLBLGen.Pro.Gui.Forms.NewProjectWizard.CreateNewProject()

ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 15-Jan-2010 20:47:40   

See attachment for screen shot

ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 15-Jan-2010 20:48:22   

I downloaded the newest LLBL as of just now and tried with that and got the same error.

ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 15-Jan-2010 20:49:22   

See attached database create schema

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 16-Jan-2010 04:32:48   
David Elizondo | LLBLGen Support Team