SQLDirect 1.25.4 and Visual Studio 2008 bug

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
Roman-L
Posts: 2
Joined: Mon 28 Jan 2008 07:48
Location: Russia

SQLDirect 1.25.4 and Visual Studio 2008 bug

Post by Roman-L » Mon 28 Jan 2008 07:53

When trying change CommandText in Visual Studio DataSet Designer the error occurs.
Steps:
1. Put and configure SqlConnection.
2. Create DataSet (SQLDirect – DataSet Wizard…) with this SqlConnection.
3. Go to Visual Studio DataSet Designer.
4. When trying change CommandText (TableAdapter.SelectCommand, SqlTable.UpdateCommand,…) the error occurs:
“Object reference not set to an instance of an object. at VSDataObjectSupport(1253,14)”

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 28 Jan 2008 10:55

I couldn't reproduce the problem.
Please send me a small test project to reproduce the problem.
It is desirable to use 'emp' and 'dept' objects, otherwise include the
definition of your own database objects.

Do not use third party components.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

Roman-L
Posts: 2
Joined: Mon 28 Jan 2008 07:48
Location: Russia

Post by Roman-L » Mon 28 Jan 2008 13:04

Where it is possible to send this example?
The size of archive 37 Kb.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 28 Jan 2008 13:17

You can send the project to sqlnet*crlab*com.

admin
Site Admin
Posts: 41
Joined: Fri 22 Oct 2004 06:50

test

Post by admin » Thu 13 Mar 2008 09:43

test

admin
Site Admin
Posts: 41
Joined: Fri 22 Oct 2004 06:50

test

Post by admin » Thu 13 Mar 2008 10:11

test

admin
Site Admin
Posts: 41
Joined: Fri 22 Oct 2004 06:50

test

Post by admin » Thu 13 Mar 2008 10:11

test

Post Reply