A set of .NET Framework managed libraries for developing graphical user interfaces.
Hi @Raneem kamel ,
I noticed this looks similar to your earlier post: error in my design - Microsoft Q&A
In that thread, I suggested checking whether DVLD.ctrPersonInformation can be found by the Windows Forms Designer at design time. Based on the Windows Forms designer troubleshooting documentation, this error usually happens when the required type or assembly reference cannot be found, or when the project containing the control has not been built successfully. The doc also suggests cleaning and rebuilding the project/solution, and deleting the bin and obj folders if needed.
Could you confirm whether you already tried the earlier suggestions?
- Make sure
DVLD.ctrPersonInformationexists in the expected namespace. - Make sure the project or assembly that contains this control is referenced.
- Make sure the full solution builds successfully.
- Try Clean/Rebuild.
- If needed, close Visual Studio, delete the
binandobjfolders, reopen the solution, and rebuild. - Check whether the control was renamed, moved, or had its namespace changed.
If you already tried these and the issue still happens, please share the result of each check, especially whether the full solution builds successfully and where DVLD.ctrPersonInformation is defined. With that information, I can suggest the next troubleshooting steps.
Hope to hear from you soon. I would greatly appreciate it if you could follow this guidance or provide feedback.
Thank you.