Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Error #400
Wed, May 5 2010 11:35 AMPermanent Link

JStew

While we have been using DBISAM forever and testing ElevateDB for awhile, I'm new to it and trying to learn. So I'm sure I'm doing something wrong.

Getting "ElevateDB Error #400 The collation ARA already exists in the configuration EDBConfig" when I try to open an EDBConnection from C# .NET 4.0.

I created the DB in the ElevateDB Manager and can connect to it through the 'Default' Session. It's a local DB. Here is the jist of the code:

               EDBConnection connector;
               EDBConnectionStringBuilder csb = new EDBConnectionStringBuilder();
               csb.Type = "LOCAL";
               csb.ConfigPath = "C:\\test_db\\";
               csb.Database = "EDB_Test_1";
               connector= new EDBConnection(csb.ConnectionString);
               connector.Open(); // fails here

Config path is same as the ElevateDB Manger is using when I can connect through it. Like I said, I'm sure I'm doing something wrong! Thanks for any help you can provide.

OS: Win 7 Ultimate x64
IDE: VS 2010
EDB Version: 2.03 Build 13


-James
Wed, May 5 2010 2:28 PMPermanent Link

JStew

UPDATE:

Appears to be a .NET 4.0 issue. I switched my project to compile on .NET 3.5 and it worked. I looked through forums about anything involved .NET 4.0 and haven't seen anything. Any word on compatibility? Thanks.
Wed, May 5 2010 6:39 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

James,

<< Appears to be a .NET 4.0 issue. I switched my project to compile on .NET
3.5 and it worked. I looked through forums about anything involved .NET 4.0
and haven't seen anything. Any word on compatibility? Thanks. >>

Visual Studio 2010 is not officially supported yet.  However, this issue is
already fixed and VS 2010 support will be in the next ElevateDB build.
Also, the issue is specific to Windows 7 64-bit with Visual Studio 2010.

--
Tim Young
Elevate Software
www.elevatesoft.com
Thu, May 6 2010 8:47 AMPermanent Link

JStew

Tim, thanks for the swift reply. Glad to hear it will be fixed soon, looking forward to it!
Image