Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My problem is not with the application, it is Visual Studio.
The problem is that when I open a Form.cs[Design] window in Visual Studio; the above error appears instead of showing design mode of a Form.

Let me explain what project it is:
In order to encapsulating codes I have a WindowsForm named "CRUD" which other Forms inherit form.

"CRUD" has these controls:
1. DataSet
2. TableAdapterManager
3. MasterBindingSource

"CustomerUI" which inherits from "CRUD" has these controls:
1. CustomerTableAdapter
2. PhoneTableAdapter
3. DetailBindingSource
Plus two DataGridView.

(Note: The DataSource property of DetailBindingSource is MasterBindingSource & the DataMember is 'FK_Phone_Customer'.)
With these stuffs I have made a master-Detail form correctly; But I do not realize
the error.
I say it again; Application is working with no error.
What should I do to disappearing the error?
Posted

1 solution

The problem is definitely NOT with visual studio. It's with the data controls inside your form.designer.cs. You need to carefully dig into it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900