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?
|