I have few forms through out the software that have the same behavior in terms of the issue. It happens on my machine (development environment) and all the other machines that software have been installed.
All the forms have to ribbon that is working and displaying all the features absolutey fine, once it opened. When the form is been minimized and opened again, top ribbon is gone. Only white blank square is displayed where the ribbon suppose to be.
I tried to click or drag on the white blank area, but nothing happens.
I am developing software with VB.NET 2012 using Infragistics 12.1 on Windows 8 machine.
Is this a bug in the ribbon? We are working with Infragistics for a long time now and we never had this issue. It started to happen recently. Any thoughts?
Alan,
Please find attached project file. I have added new folder called Assemblies where some of the assemblies could be found. If you need any others, please let me know.
Rasa Rin
Rasa,
Did you remove the bin and obj directories? This will reduce the size of the zip file. If there are assemblies that need to be referenced that we don't have it is best to include them in a folder in the solution folder. Does this allow you to make the sample small enough when zipped to attach here?
Hello,
I managed to reproduce the error, but it wouldn't let me to attach the project. I have zipped VB project file before attaching it - Size 14.3 MB.
After I press Save when attaching the file it shows me "Sorry, the page you requested was not found." window. Is there any other way I could send you the application?
I had this check box un-ticked.
Do you also have Enable Just My Code unchecked in the debugging options?
Tools - Options -> Debugging -> General -> Enable Just My Code
If this is checked it may prevent visual studio from catching thrown exceptions for code that you don't have debug symbols.