Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
WinSchedule Database Demo
posted

I have reconfigured the WinSchedule Database Demo CS to point to my SQL database.  The sample runs fine on the initial run, however, after adding an owner the sample throws an error.

End of Stream encountered before parsing was completed.  on line 968 of frmMain.cs

for ( int i = 0; i < this.ultraCalendarInfo1.Owners.Count; i ++ )

If I look in the database table the owner was created successfully.

Please Help.