﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Problem with DevExpress 8.1.1.</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:25:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem with DevExpress 8.1.1.</title><link>http://forum.strataframe.net/FindPost15148.aspx</link><description>Hi, &lt;P&gt;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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Private Sub AddBrowseResultsList()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Establish Locals&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim loPanel As Panel = Nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Determine which panel will house the browse results&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With _BrowseDialog.FormLayout&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Get the panel where the listview will reside&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If .TopPanelContents = BrowseDialogLayoutType.BrowseResults Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loPanel = LeftSplit.Panel1 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; ERROR&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ElseIf .BottomPanelContents = BrowseDialogLayoutType.BrowseResults Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loPanel = LeftSplit.Panel2 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; ERROR&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ElseIf .SidePanelContents = BrowseDialogLayoutType.BrowseResults Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loPanel = MainSplit.Panel2 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; ERROR&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/P&gt;&lt;P&gt;Error message:&lt;BR&gt;Error&amp;nbsp;2&amp;nbsp;Value of type 'DevExpress.XtraEditors.SplitGroupPanel' cannot be converted to 'System.Windows.Forms.Panel'.&amp;nbsp;C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialog&amp;#119;indow.vb&amp;nbsp;634&amp;nbsp;31&amp;nbsp;MicroFour StrataFrame Inherited UI&lt;/P&gt;&lt;P&gt;I removed the 8.1.1 reference and reapplied and the problem remained.&lt;/P&gt;&lt;P&gt;I changed the reference back to 7.3.8 and all was ok.&lt;/P&gt;&lt;P&gt;Has anyone successfully migrated to 8.1.1?&lt;/P&gt;&lt;P&gt;Cheers, Peter&lt;BR&gt;</description><pubDate>Wed, 26 Mar 2008 10:59:36 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: Problem with DevExpress 8.1.1.</title><link>http://forum.strataframe.net/FindPost15185.aspx</link><description>They changed some of their base classes and event args is why you were having some trouble.&amp;nbsp; Here is a post with the assemblies compiled for 8.1.1: &lt;A href="http://forum.strataframe.net/FindPost15184.aspx"&gt;http://forum.strataframe.net/FindPost15184.aspx&lt;/A&gt;</description><pubDate>Wed, 26 Mar 2008 10:59:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Problem with DevExpress 8.1.1.</title><link>http://forum.strataframe.net/FindPost15180.aspx</link><description>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.... :D)</description><pubDate>Wed, 26 Mar 2008 10:00:31 GMT</pubDate><dc:creator>Crones</dc:creator></item><item><title>RE: Problem with DevExpress 8.1.1.</title><link>http://forum.strataframe.net/FindPost15149.aspx</link><description>Great...it looks like they may have either changed property names and/or namespaces.&amp;nbsp; I will have to download it and take a look to see what is going on.&amp;nbsp; The most recent version I have downloaded is 7.3.8.</description><pubDate>Mon, 24 Mar 2008 17:08:54 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>