Windows Develop Bookmark and Share   
 index > Windows Forms Designer > form designer Error
 

form designer Error

I tryed to make a query from adatabase tableusing the query builder. I more or less followed the How tovideo(http://msdn.microsoft.com/en-us/vbasic/bb643828.aspx)and after i got the test to work i turned the visiblity of the options bar(i don't knowwhat it is really called but the blue bar with the save, delete...etc butons). I then tryed to debug/run the program andthe message below poped up on the form design window. When ican'tget to my form page to go back and change the visiblity and i don't know what to change if anything in the premade code.i have not been able to find any post about it on these forums.

"The designer cannot process the code at line 276: Me.CustomerMasterBindingSource.DataSource = Me.ConfiguratorDataSet The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again."

i just started using VB again so i am new to Visual studio 2008. I learned vb5.0 a few years ago.

any ideas or help would be great

thanks

ConfusedIntern  Friday, January 23, 2009 3:29 PM
The Designer is Unstable I found a few other have tickets in aswell. It forgets global. infront a number of calls.
ConfusedIntern  Tuesday, January 27, 2009 2:40 PM

I tryed creating a new form with the same database table and query but i did not turn off the visiblity and i get the same error message.

the ConfiguratorDataSet icon was on the both forms when i viewed it the first i viewed them.

ConfusedIntern  Friday, January 23, 2009 3:50 PM
I used the suggested code(the smallred i)changes generated by visual studios. It had me add global. In front a number of things. here is an example:

Global.Configurator.ConfiguratorDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete

I have no idea what it does. Is it something to do with the .net framework? or more along the lines of a gobal variable?

their are still a number of warning about variables not being declared or defind. I still can't debug the program. Is it normal for the generated code to have this many problems? If not is their a update or a patch for "designer"?

sorry if i rambled andasked a bunch of usless questions.

ConfusedIntern  Friday, January 23, 2009 4:31 PM
The Designer is Unstable I found a few other have tickets in aswell. It forgets global. infront a number of calls.
ConfusedIntern  Tuesday, January 27, 2009 2:40 PM

You can use google to search for other answers

Custom Search

More Threads

• Toolstrip Drop Down Menu
• how print datagridview directly?
• designer error on multi-language forms
• Transparent Panel in Design Time
• how to keep ours form on top (in front) by using VB
• Click once deployment - application data files path
• Custom Designer Window
• Make ComboBox bigger.
• Problem In Dataset!!!
• "Find and Replace" modal dialog box is not visible in developement environment