Cannot create DataRelation 2005

G

Guest

I have some code in a VB.NET 2003 assembly that creates two DataTables and a
DataRelation between them. Neither table is specifically added to a DataSet.
This runs fine in other VB.NET 2003 projects.

When I add this assembly to a VB.NET 2005 project, it dies when this code is
executed, complaining that neither column is in a DataSet.

Did something change with respect to DataRelations in .NET Framework 2.0?
Why isn't the VB.NET 2003 assembly executing using .NET Framework 1.1?

Thanks, Richard
 
C

Cor Ligthert [MVP]

MoWhite,

Can it be that you forgot to show the relation code to us?

I am not aware from any changes.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top