Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exception in Business Object GetDataset
Message
From
20/01/2005 18:44:09
 
 
To
20/01/2005 18:09:12
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00979122
Message ID:
00979133
Views:
15
Solved It!
Problem was that the grid control was also bound to the same dataset that the business object was trying to use on the form.
I had to trick the MM Infragistics UltraWinGrid by telling it I wanted to setup binding manually and then on the Edit Schema dialog (of the UltraGrid designer) selected import schema from DataSource.
This insured that the Data Source and Data Member properties of the UltraGrid were blank.
Infragistics can only work with Designer referenced objects for databinding and schema creation at design time so an additional step is required prior to having the UltraGrid configured as described above.
You must first drag a dataset to the WinForm designer and under Typed dataset selected referenced datasets.
Magically your MM.NET datasets that are referenced in the WinForm are displayed.
Select the desired dataset to be used for the UltraGrid schema creation.
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Previous
Reply
Map
View

Click here to load this message in the networking platform