Problem with DevExpress 8.1.1.
 
Home My Account Forum Try It! Buy It!
About Contact Us Site Map
StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Problem with DevExpress 8.1.1.Expand / Collapse
Author
Message
Posted 03/24/2008 5:05:48 PM
StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: Yesterday @ 12:50:49 AM
Posts: 217, Visits: 1,057
Hi,

I've just installed DevExpress 8.1.1 and used their Project Convertor to change the Inherited UI reference. I opened the Inherited UI solution to recompile as had the nine errors - all the same and following is a sample

       Private Sub AddBrowseResultsList()
            '-- Establish Locals
            Dim loPanel As Panel = Nothing

            '-- Determine which panel will house the browse results
            With _BrowseDialog.FormLayout
                '-- Get the panel where the listview will reside
                If .TopPanelContents = BrowseDialogLayoutType.BrowseResults Then
                    loPanel = LeftSplit.Panel1 <<<<<<<< ERROR
                ElseIf .BottomPanelContents = BrowseDialogLayoutType.BrowseResults Then
                    loPanel = LeftSplit.Panel2 <<<<<<<< ERROR
                ElseIf .SidePanelContents = BrowseDialogLayoutType.BrowseResults Then
                    loPanel = MainSplit.Panel2 <<<<<<<< ERROR
                End If
            End With

Error message:
Error 2 Value of type 'DevExpress.XtraEditors.SplitGroupPanel' cannot be converted to 'System.Windows.Forms.Panel'. C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 634 31 MicroFour StrataFrame Inherited UI

I removed the 8.1.1 reference and reapplied and the problem remained.

I changed the reference back to 7.3.8 and all was ok.

Has anyone successfully migrated to 8.1.1?

Cheers, Peter

Post #15148
Posted 03/24/2008 5:08:54 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 11:54:01 AM
Posts: 4,104, Visits: 4,177
Great...it looks like they may have either changed property names and/or namespaces.  I will have to download it and take a look to see what is going on.  The most recent version I have downloaded is 7.3.8.
Post #15149
Posted 03/26/2008 10:00:31 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: StrataFrame Users
Last Login: 2 days ago @ 8:49:49 AM
Posts: 30, Visits: 269
Any luck with this? For the moment I've just commented out the BrowseDialog functions that conflict with 8.1.1 since I don't use it (yet.... )
Post #15180
Posted 03/26/2008 10:59:36 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 11:54:01 AM
Posts: 4,104, Visits: 4,177
They changed some of their base classes and event args is why you were having some trouble.  Here is a post with the assemblies compiled for 8.1.1: http://forum.strataframe.net/FindPost15184.aspx
Post #15185
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 7:19pm

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.047. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.