Visual Studio 2022 crashes when working with a solution containing two WinForms projects:
Steps to Reproduce:
Expected Result:
Visual Studio should smoothly switch between code and designer views without issues.
Actual Result:
Visual Studio freezes and crashes after switching back to the WinForms designer in Project 2.
Environment:
Additional Notes:
In this scenario, the text on the connection between two shapes is drawn in the wrong location.
Template PDF documents created for example with Foxit PDF Editor, or with documents created programmatically with Aspose.
If the documents are opened with other PDF viewers such as Foxit or Adobe, there are no problems, which is not the case with the Telerik viewer.
I am currently using Telerik UI for WinForms 2024 Q4 24.4.1113.0
For example, if you choose to print second page like this:
It prints only the first page of the document, instead of the second page.
Me.radToggleSwith1.OffText = "OFF"
Me.radToggleSwith1.OnText = "ON"
1. Select two or more cells.
2. Click on the "All charts" button
3. The charts are not displayed and the following error occurs:
Setting the Title property should update the header text:
this.radPageViewPage1.Title = "test";