Unable to rebuild Inherited UI project


Author
Message
Marcia G Akins
Marcia G Akins
Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
OK - I modified licenses.licx like so:

DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

and now I am getting these error:

------ Rebuild All started: Project: MicroFour StrataFrame Inherited UI, Configuration: Debug Any CPU ------

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(351) : error BC30456: 'BeginUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(390) : error BC30456: 'DataSource' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(411) : error BC30456: 'EndUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(790) : error BC30311: Value of type 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList' cannot be converted to 'System.Windows.Forms.Control'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(793) : error BC30456: 'BringToFront' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(799) : error BC30456: 'Dock' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(1126) : warning BC40000: 'Public Property EnumTopMostText As String' is obsolete: 'This property has been depreciated and is no longer used. Use the TopMostText and TopMostValue properties on the SearchFieldItem class instead.'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb(1703) : error BC30590: Event 'DoubleClick' cannot be found.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(33) : error BC30009: Reference required to assembly 'DevExpress.Printing.v11.1.Core, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' containing the implemented interface 'DevExpress.XtraPrinting.IPrintableEx'. Add one to your project.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(93) : error BC30456: 'InvokeRequired' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(94) : error BC30456: 'Invoke' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(101) : error BC30456: 'InvokeRequired' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(102) : error BC30456: 'Invoke' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(144) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(145) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(145) : error BC30456: 'CreateView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(148) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(201) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(218) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(303) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(331) : error BC30590: Event 'Disposed' cannot be found.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(344) : error BC30590: Event 'ViewRegistered' cannot be found.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(346) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(358) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(359) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(360) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(370) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(371) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(372) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(384) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(415) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(470) : error BC30456: 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(472) : error BC30456: 'GetService' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(495) : error BC30456: 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(577) : error BC30456: 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(598) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(667) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(669) : error BC30456: 'SuspendLayout' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(670) : error BC30456: 'BeginUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(695) : error BC30456: 'DataSource' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(704) : error BC30456: 'EndUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(705) : error BC30456: 'ResumeLayout' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(722) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(744) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(922) : error BC30456: 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(1075) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb(1087) : error BC30451: 'MainView' is not declared. It may be inaccessible due to its protection level.

========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Can anyone help me to get this working?


Marcia G Akins
Marcia G Akins
Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Hi all.

I am trying to rebuild to inherited UI project because I just got a license for DevExpress v 11.1. I replaced all the references in the project with references to Devex v11.1 and I am getting 50 error when I try to do this. Here are the errors:

Error 1 Unable to resolve type 'DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\My Project\licenses.licx 1 MicroFour StrataFrame Inherited UI
Error 2 Unable to resolve type 'DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\My Project\licenses.licx 2 MicroFour StrataFrame Inherited UI
Error 3 Unable to resolve type 'DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\My Project\licenses.licx 3 MicroFour StrataFrame Inherited UI
Error 4 Unable to resolve type 'DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\My Project\licenses.licx 5 MicroFour StrataFrame Inherited UI
Error 5 'BeginUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 351 13 MicroFour StrataFrame Inherited UI
Error 6 'DataSource' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 390 13 MicroFour StrataFrame Inherited UI
Error 7 'EndUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 411 13 MicroFour StrataFrame Inherited UI
Error 8 Value of type 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList' cannot be converted to 'System.Windows.Forms.Control'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 790 34 MicroFour StrataFrame Inherited UI
Error 9 'BringToFront' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 793 13 MicroFour StrataFrame Inherited UI
Error 10 'Dock' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 799 13 MicroFour StrataFrame Inherited UI
Warning 11 'Public Property EnumTopMostText As String' is obsolete: 'This property has been depreciated and is no longer used.  Use the TopMostText and TopMostValue properties on the SearchFieldItem class instead.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 1126 77 MicroFour StrataFrame Inherited UI
Error 12 Event 'DoubleClick' cannot be found. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 1703 114 MicroFour StrataFrame Inherited UI
Error 13 Reference required to assembly 'DevExpress.Printing.v11.1.Core, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' containing the implemented interface 'DevExpress.XtraPrinting.IPrintableEx'. Add one to your project. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 33 18 MicroFour StrataFrame Inherited UI
Error 14 'InvokeRequired' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 93 16 MicroFour StrataFrame Inherited UI
Error 15 'Invoke' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 94 17 MicroFour StrataFrame Inherited UI
Error 16 'InvokeRequired' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 101 16 MicroFour StrataFrame Inherited UI
Error 17 'Invoke' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 102 17 MicroFour StrataFrame Inherited UI
Error 18 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 144 20 MicroFour StrataFrame Inherited UI
Error 19 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 145 21 MicroFour StrataFrame Inherited UI
Error 20 'CreateView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 145 35 MicroFour StrataFrame Inherited UI
Error 21 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 148 30 MicroFour StrataFrame Inherited UI
Error 22 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 201 30 MicroFour StrataFrame Inherited UI
Error 23 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 218 32 MicroFour StrataFrame Inherited UI
Error 24 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 303 24 MicroFour StrataFrame Inherited UI
Error 25 Event 'Disposed' cannot be found. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 331 107 MicroFour StrataFrame Inherited UI
Error 26 Event 'ViewRegistered' cannot be found. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 344 139 MicroFour StrataFrame Inherited UI
Error 27 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 346 16 MicroFour StrataFrame Inherited UI
Error 28 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 358 16 MicroFour StrataFrame Inherited UI
Error 29 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 359 34 MicroFour StrataFrame Inherited UI
Error 30 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 360 34 MicroFour StrataFrame Inherited UI
Error 31 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 370 16 MicroFour StrataFrame Inherited UI
Error 32 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 371 37 MicroFour StrataFrame Inherited UI
Error 33 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 372 37 MicroFour StrataFrame Inherited UI
Error 34 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 384 24 MicroFour StrataFrame Inherited UI
Error 35 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 415 28 MicroFour StrataFrame Inherited UI
Error 36 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 470 63 MicroFour StrataFrame Inherited UI
Error 37 'GetService' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 472 65 MicroFour StrataFrame Inherited UI
Error 38 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 495 25 MicroFour StrataFrame Inherited UI
Error 39 'DesignMode' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 577 20 MicroFour StrataFrame Inherited UI
Error 40 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 598 24 MicroFour StrataFrame Inherited UI
Error 41 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 667 24 MicroFour StrataFrame Inherited UI
Error 42 'SuspendLayout' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 669 17 MicroFour StrataFrame Inherited UI
Error 43 'BeginUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 670 17 MicroFour StrataFrame Inherited UI
Error 44 'DataSource' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 695 21 MicroFour StrataFrame Inherited UI
Error 45 'EndUpdate' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 704 21 MicroFour StrataFrame Inherited UI
Error 46 'ResumeLayout' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 705 21 MicroFour StrataFrame Inherited UI
Error 47 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 722 24 MicroFour StrataFrame Inherited UI
Error 48 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 744 24 MicroFour StrataFrame Inherited UI
Error 49 'MainView' is not a member of 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.EnhancedList'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 922 28 MicroFour StrataFrame Inherited UI
Error 50 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 1075 22 MicroFour StrataFrame Inherited UI
Error 51 'MainView' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Inherited UI\DevExpress\EnhancedList.vb 1087 23 MicroFour StrataFrame Inherited UI


What do I need to do to get this to work?

TIA
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search