Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Error after upgrading to v11.1
posted

I'm receiving an error in one of my windows forms in the designer file after i upgraded to v11.1.  I'm using VS2010 and CSharp  I've checked all references and they are correct. I reviewed the License.licx file also and it looks correct.

Warning 1 The tool being added is not allowed in this tools collection. C:\DIAM International\CSharp Projects\IFSPOPDisplays\IFSPOPDisplays\frmInventoryMoves.designer.cs 1301 0 

I have underlined and Bold the line giving the above error.

Excerpt Code:

            this.ultraToolbarsManager1.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            controlContainerTool7,
            popupColorPickerTool1,
            controlContainerTool9});
 

Parents Reply Children
No Data