Important hotfix released: RE-released.

Posts   
 
    
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39774
Joined: 17-Aug-2003
# Posted on: 09-Jul-2004 18:48:38   

Note: This fix is re-released on july, 10th, because of a bug in the refresher logic which threw out TypedLists for the wrong reasons. If you've downloaded the fix on the 9th, please download this re-release instead.

Available in the upgrades section of the customer area:

Released on: 10-jul-2004 Designer v1.0.2004.1 Date reflected in About Dialog: July 10th, 2004.

NOTE: This hotfix packs various elements together because the schema read update affects these various parts and they have to be downloaded together.

Installation: - close LLBLGen Pro instances - make copy of current LLBLGen Pro installation folder. - copy all files in this archive in the installation folder. - If you have added the Oracle driver of your choice to the GAC manually, you have to remove that addition from the GAC and re-add this hotfix to the GAC.

ADDED: * Gui/Core: new settings so the user can specify which elements to read from the schema during project creation/catalog refresh. These settings are visible in the new project dialog and the refresh dialog

CHANGED: * View and stored procedure DLL SQL is no longer read

FIXED Core/Designer: * TypedList relations weren't properly migrated which caused a project file inflation every time the catalog was refreshed. * IsNullable flag change on fields weren't reported as a project change by the catalog refresher. * When the catalog name was changed (due to the refresh using a different server/catalog), it was not reported by the refresher as a reason to regenerate the code * When multiple fields mapped on entityfields were selected, the group box for individual field edits wasn't disabled which allowed users to click on Is In TypedList checkbox which caused several different errors due to the multiple selection.

FIXED Database drivers (All): * SortedList removal bug fixes during loops in tablefields/viewfields/proc params retrieval routines

FIXED Templates (SelfServicing) * TypedListDAO didn't wire a passed in transaction object to the created command object, making it impossible to run that command inside the passed in ADO.NET transaction.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 497
Joined: 08-Apr-2004
# Posted on: 19-Jul-2004 13:55:56   

Hi Frans.

I am struggling with this - apologies if its something you have addressed already, but I can't find anything:

I cannot get LLBLGen to work with Oracle 9i any more rage - I keep getting "Driver Load Error" exceptions when I try to create a new project and point to "Oracle 8/9i"

Here's the scenario:

I had the June 23rd Final release installed. I deleted the SD "OracleDriver" from the GAC I downloaded the hotfix, and copied those 4 files into my "C:\Program Files\Solutions Design\LLBLGen Pro" folder. I loaded LLBLGen - the date on title bar is now "10-July" Still not working....

I then re-added the Oracle driver to the GAC (your release announcement says this is necessary, is this definately the case as there is no updated OracleDriver dll) I restarted the PC I loaded LLBLGen and tried again... still not working.

Am I doing something wrong?

Thanks frans.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39774
Joined: 17-Aug-2003
# Posted on: 19-Jul-2004 14:27:01   

Could you please start a new thread in bugs/issues with this? Thanks. I'll answer there.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39774
Joined: 17-Aug-2003
# Posted on: 19-Jul-2004 16:56:16   

Btw, there is no 'hotfix' to update the june 23rd version. You need the full installer. Could you try installing the new installer?

Frans Bouma | Lead developer LLBLGen Pro
Posts: 497
Joined: 08-Apr-2004
# Posted on: 21-Jul-2004 10:56:38   

No need for the move - I have solved it - seems that ODP.NET had somehow managed to screw itself up somehow, reinstalling this has solved the problem (for some reason it was missing from the GAC) simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39774
Joined: 17-Aug-2003
# Posted on: 21-Jul-2004 11:15:14   

okidoki simple_smile

Frans Bouma | Lead developer LLBLGen Pro