When using Visual Studio 2010 Beta 2 and the Infragistics controls i get errors when i add a ToolbarManager on the form.
Try this:Create a simple Windowsforms application.On the Form1 add the Toolbarmanager. Click on yes to add the container control.Add a toolbar and some Tools to that toolbar.
Save the form. Close the form and open it again.I get the question to add the container control again and if you continue an error screen.
Does anyone else have this problem ? I submitted a support request but no response yet.
Please advise.
P. Ruedisueli
I'm having the same problem too. Anyone have any ideas of a workaround for now?
I've done some digging into this issue, and I've found that two support cases were already logged with Developer Support for this behavior.
This appears to be a bug in Visual Studio 2010 Beta 2. The issue itself is that the BeginInit() and EndInit() calls are not being properly serialized.
Microsoft is already aware of this issue and expects to have a fix in place by the RTM of VS2010. Here are some related links to pages on Microsoft's site regarding this issue:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=508152http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=499882