Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet [DNET442] #438

Closed
firebird-automations opened this issue Jun 21, 2012 · 8 comments

Comments

@firebird-automations
Copy link

Submitted by: @cincuranet

Attachments:
DOMAINS_CREATE.sql
OPENINGTableCreate.sql
PROJECTTableCreate.sql

//From mailing list.

Steps are as follows:
1. Create empty database with following parameters:
-Path: C:\Temp\TestDB.FDB
-UserName: SYSDBA // Password: masterkey
-Page Size: 8192
-CharSet: ASCII
-SQL Dialect: 3
-Single File Database

2. Run the DOMAIN create script, followed by the PROJECT create script, followed by the OPENING create Script

3. Add the Database to Visual Studio's (2010) Server Explorer using the DDEX .NET Provider

4. Add a DataSet to a project

5. Add PROJECT table to the DataSet (drag and drop). -- This will work fine

6. Add OPENING table to the DataSet (drag and drop). -- This will throw the error: "Failed to merge object(s). Object reference not set to an instance of an object."

Note that the order in which you add the tables does not matter, it throws the error either way.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: DOMAINS_CREATE.sql [ 12168 ]

Attachment: OPENINGTableCreate.sql [ 12169 ]

Attachment: PROJECTTableCreate.sql [ 12170 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Another failing DB.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: test3.sql [ 12171 ]

Attachment: test3_k.fdb [ 12172 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: test3.sql [ 12171 ] =>

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: test3_k.fdb [ 12172 ] =>

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: test3.sql [ 12173 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Attachment: test3.sql [ 12173 ] =>

@cincuranet
Copy link
Member

Closing because #1001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants