Yes. Thank you, it was blocked by windows.
But after I unlock it, I notice an issue.
I replace the old DLL with the new one in LLBLGen Pro v4.2\Drivers\PostgreSql. No matter what I do to the DriverID in the driver.config, when I create new project and try to "Add relational model data from database", no database structure will be generated in the Catalog Explorer.
If I save the project, and open it. Designer will say
"The XML contains a reference to a driver with ID: '88EBFD8C-CBDD-4452-88AF-1C99E41A123F' which isn't loaded, likely due to a missing ADO.NET provider."
Then, I manually replace DriverID in driver.config and all occurrence of the 88...23F guid with '02639D71-0935-35E8-9D1B-9DD1A2A34627', which is the guid I think it is of the new DLL.
Now I can open the project and will see database structure in the Catalog Explorer.
But if I try to reverse engineer to entity, I got null exception at
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.ReverseEngineerNormalRelationships(IEnumerable1 targetedCatalogs, HashSet
1 entitiesToProcess, MultiValueDictionary2 entitiesToProcessPerTarget, String driverID, MultiValueDictionary
2 fksToIgnorePerGroup, HashSet1& ucsToIgnore, MultiValueDictionary
2& newNavigatorsPerEntityDefinition)
at SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project.CreateNewEntityDefinitionsFromRawDefinitions(List`1 rawEntityDefinitions)
at SD.LLBLGen.Pro.Gui.Classes.GuiController.<>c__DisplayClass76.<PerformReverseEngineerEntitiesFromTargetsAction>b__75()
at SD.LLBLGen.Pro.Gui.Classes.GuiController.<>c__DisplayClass84.<WrapAndExecuteCommandForSlowProjectManipulation>b__83()
at SD.Tools.Algorithmia.Commands.CommandQueueManager.PerformUndoablePeriod(UndoablePeriodCommand cmd, Action codeToExecuteInPeriodFunc) in c:\Myprojects\VS.NET Projects\Algorithmia_hg\SD.Tools.Algorithmia\Commands\CommandQueueManager.cs:line 299
at SD.LLBLGen.Pro.Gui.Controls.CatalogExplorer._commandManager_CommandClick(Object sender, CommandEventArgs e)
upper stack omitted