Is it a bug in Ultrawinschedule.UltraMonthViewMultiBase?
I write this msg, because i cant't submit an error form. My support for Winforms is outdatet and i wait for new license for WPF.
We use the Infragistics.Win.UltraWinSchedule.UltraMonthViewMulti
We generate this control at runtime and add it to a UltraGroupBox on the form:Dim objCal As New Infragistics.Win.UltraWinSchedule.UltraMonthViewMultiobjCal.Dock = DockStyle.Filltlp.Controls.Add(grp0, 1, 1)
No other operation happens after this with the control. It appears only on the screen .
My Problem: In productiv-session when the Screen was minimized to the Taskbar , sometimes after expanding the Application crah with the Error as shown (see the Errror Stack in .zip file) . We find no way, to suppress or catch this Failure.
Any help is welcome.
We use Infragistics 10.2, Windows 7, VS2010,
Actually use this sample, its probably closer to what you've described as the setup.
I put this project together to test this further and I used the release of 10.2, since you mentioned you were using 10.2. What specific version of 10.2 were you using? Change the references to use your assemblies. If you start the app, click the Add MVM button and then minimize and restore the app, I did not see a crash. Can you reproduce the problem using this sample?
Hi Matthew, thanks for your answer.
The steps you are wrote are correct.
tlp is TableLayoutPanel.
To make a sample is not very easy, because it is part in a bigger project.
Sure, if its necessary i can do it as a own project, but I think that the issue could not reproduced. Also i can not reproduce the failure in the development environment. The crash occurs only sometimes in production.
For our project, the calendar was in the first step only decoration, so we eliminated this. But in the next phase we use the monthview.
If you have some other ideas, it welcomes.
Thanks
Wolfgang
Hi,
If you can attach a sample to reproduce this I can look into it further. What type of object is tlp?
The steps go like this though:Start the app.Add the MonthViewMulti to an UltraGroupBox control dynamically with a fill dockstyle.Minimize the app.Restore the app.Crash occurs here.
Or did I get the steps wrong?
FYI: You should always be able to submit issues through our main website (http://ko.infragistics.com) and go to My IG on the menu bar and choose My Support Activity and submit a request to our support staff.