DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet
-----------------------------------------------------------------

                 Key: DNET-442
                 URL: http://tracker.firebirdsql.org/browse/DNET-442
             Project: .NET Data provider
          Issue Type: Bug
          Components: DDEX Provider
         Environment: DEX has been configured and setup with Visual Studio 2010
            Reporter: Jiri Cincura
            Assignee: Jiri Cincura
            Priority: Minor
         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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to