Oracle 10.2.0.2.10 beta

Posts   
 
    
stevec
User
Posts: 2
Joined: 23-Mar-2006
# Posted on: 23-Mar-2006 13:22:21   

Hi there

I've just downloaded the demo and tried to use it with the latest ODP for NET 2.0 from Oracle, 10.2.0.2

Sadly I'm getting a "driver load error", the driver Oracle 10g ODP.NET 10.1.x could not be loaded due to an exception cry

Is there someway to use the new 10.2 driver ??

My system is ... VS 2005 Team Developer NET 2.0 Don't have the file SD.LLBLGen.Pro.ORMSupportClasses.NETxy.dll The file SD.LLBLGen.Pro.ApplicationCore.DLL shows version 1.0.2005.1

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Mar-2006 14:24:45   

Would you please check the following thread, that was about the same problem: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=5631

Don't have the file SD.LLBLGen.Pro.ORMSupportClasses.NETxy.dll

How is that? You should have this file installed on your LLBLGen Pro installation folder under the RuntimeLibraries folder, the path should look like the following: C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet20

stevec
User
Posts: 2
Joined: 23-Mar-2006
# Posted on: 23-Mar-2006 16:10:17   

Thanks for the response

Walaa wrote:

Would you please check the following thread, that was about the same problem: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=5631

I spotted that and tried the fix at the end, i.e. added <dependentAssembly> <assemblyIdentity name="Oracle.DataAccess" publicKeyToken="89B483F429c7342"/> <bindingRedirect oldVersion="10.1.0.000-10.2.0.100" newVersion="10.2.0.100"/> </dependentAssembly>

I've also looked through the FAQ and tried the one about adding the SD.LLBLGen.Pro.DBDrivers.OracleDBDriver.dll to the GAC

But still get the error cry at System.RuntimeTypeHandle .... .... .... at SD.LLBLGen.Pro.ApplicationCore.DBDriverHelper.CreateDBDriverInstance(...) at bg.c()

I don't have the ODP 10.1 installed, only the new beta 10.2.0.2.10

Walaa wrote:

Don't have the file SD.LLBLGen.Pro.ORMSupportClasses.NETxy.dll

How is that? You should have this file installed on your LLBLGen Pro installation folder under the RuntimeLibraries folder, the path should look like the following: C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet20

Ah, I was looking in the main directory, not the sub-directory flushed - it's there and is version 1.0.20051.60123

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39896
Joined: 17-Aug-2003
# Posted on: 24-Mar-2006 11:44:38   

Hmm, it should work, I just fixed a bug in the oracle 10g driver which was encountered by someone using 10.2 beta and a FLOAT type. Could you re-check that you've specified the redirection properly and also could you check fuslogvw.exe and the log for llblgenpro.exe to see where the .NET CLR tries to find which assembly? fuslogvw.exe is located in the .NET SDK folder.

Frans Bouma | Lead developer LLBLGen Pro