VS Designer not fully displayed

2 Answers 35 Views
Form Visual Studio Extensions
Álvaro
Top achievements
Rank 1
Iron
Iron
Álvaro asked on 17 Nov 2023, 12:04 PM

Hi guys!

I am working on a project with some Telerik components but I can not display the designer view in VS2022. There is no error, but the designer only displays the components without the final result (see image) so I can not move or render as I wish

I have tried installing the DLL in my GAC as suggested in other posts but still the same.

Any idea? 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 17 Nov 2023, 01:50 PM

Hello Álvaro,

Thank you for the provided details.

What you can do is to double-check if the controls in the ToolBox are targeting the same framework version as the DLLs referenced inside the project. For example, if the controls are targeting .Net4.0 and the referenced DLLs in the project targets .Net4.8 may lead to this behavior. Both versions are the same but they target different frameworks. Here is how you can check this:

VS ToolBox:

Project assemblies:

Double-check this and let me know how it goes. You can also, unload the project, delete the bin and obj folders in the project folder, then load the project and rebuild it. Then open the designer and see if that makes it work.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Álvaro
Top achievements
Rank 1
Iron
Iron
answered on 30 Nov 2023, 10:25 AM

Thanks Dinko

The second suggestion works for me, not the first: unload the project, delete the bin and obj folders in the project folder, then load the project and rebuild it.

Tags
Form Visual Studio Extensions
Asked by
Álvaro
Top achievements
Rank 1
Iron
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Álvaro
Top achievements
Rank 1
Iron
Iron
Share this question
or