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()