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
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