I tried the databinding capability of ganttview, and during our testing, we tried to add thousands of rows, and to our surprise, the next time we load the data, it displays an error "System.NullReferenceException: Object reference not set to an instance of an object at....., please see attached image.
Thanks
Hello LSG,
Can you send me the updated .mdf file as well? So far I only swapped your updated project's sql references to your .mdf dbo that I have currently stored in my local SQL server. Everything ran the same with no issues. By retrieving your database instead of running your query will prevent any issues testing.
Please see attached updated project file.
Please see attached DBSample.rar for the database.
Now that you modified your project files, I would like to test against them. I’ll need a new DemoInfragistics.rar and database again.
Let me know if you have any additional questions.
Sincerely,
Michael Di FilippoDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Hello,
I have tried your suggestion, I updated the database from null values, and updated my query to follow your suggestion but still gives me the same error.