﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</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 00:18:08 GMT</lastBuildDate><ttl>20</ttl><item><title>Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16494.aspx</link><description>I have followed the instructions in the following thread:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/Topic15184-22-1.aspx"&gt;http://forum.strataframe.net/Topic15184-22-1.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alas!&amp;nbsp; I am still having trouble.&amp;nbsp; For some reason, I cannot copy the DLL into the GAC.&amp;nbsp; Windows Explorer gives me the "no can-do" symbol when I am dragging the file onto the assembly folder.&amp;nbsp; This is obviously preventing me from getting the Inherited UI rebuilt properly.&amp;nbsp; Btw, I am attempting to get the 8.1.3 release of DevExpress running.&lt;/P&gt;&lt;P&gt;I will reboot and see what happens after that.&lt;/P&gt;&lt;P&gt;Bill</description><pubDate>Wed, 21 May 2008 17:04:18 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16516.aspx</link><description>Those changes are correct...I think...I will have to go look again, but I made these changes when I updated the DevExpress stuff to 8.1.&amp;nbsp; They changed some namespaces and base controls...which it looks like you found.&amp;nbsp; Good job :)</description><pubDate>Wed, 21 May 2008 17:04:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16514.aspx</link><description>[quote]I really want to make changes based on sound principle; however, I just don't have principles.[/quote]&lt;br&gt;
&lt;br&gt;
ROFL&lt;br&gt;
&lt;br&gt;
Every once in a while I run across some old code that was coded using this timeless axiom of coding methodology, a look of utter horror spreading across my face, until I remember that I had to fix it in 10 mins on a Saturday morning after a buddies bachelor party...:blink:</description><pubDate>Wed, 21 May 2008 15:02:44 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16512.aspx</link><description>My application has responded very well to all of the changes today (Visual Studio, StrataFrame, and DevExpress updates).&lt;/P&gt;&lt;P&gt;Could I still get confirmation that what I did to the Inherited UI solution was the right thing and not a hack job?&amp;nbsp; I, way too often, make changes just because it works.&amp;nbsp; I really want to make changes based on sound principle; however, I just don't have principles.&lt;/P&gt;&lt;P&gt;Wait!&amp;nbsp; Who said that!?! :D&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR&gt;Bill</description><pubDate>Wed, 21 May 2008 14:33:36 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16499.aspx</link><description>For the balance of the errors, I replaced&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;Panel&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;FONT color=#111111&gt;DevExpress.XtraEditors.SplitGroupPanel&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;in the &lt;FONT size=2&gt;BrowseDialogWindow class (4 entries).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;The build was successful.&amp;nbsp; The rebuild was successful and the cache was updated.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;I will now try to see if my application can be accessed and rebuilt with the newer 1.6.5 version of StrataFrame and the DevExpress 8.1.3 UI&amp;nbsp;wrapper. &lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Wed, 21 May 2008 11:12:56 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16498.aspx</link><description>I fixed the first error by replacing&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;System.Windows.Forms.ScrollEventArgs&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;FONT color=#111111&gt;DevExpress.XtraEditors.XtraScrollEventArgs&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;in the &lt;FONT size=2&gt;BrowseDialogSearchFieldsContainer class.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;That error builds away; however, was that the proper thing to do?&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Wed, 21 May 2008 11:04:42 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Rebuilding Inherited UI Assemblies: DevExpress 8.1.3</title><link>http://forum.strataframe.net/FindPost16495.aspx</link><description>Rebooting did not help.&amp;nbsp; I was still not able to drag and drop the DLL into the GAC.&amp;nbsp; &lt;EM&gt;When did that stop working?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I used the gacutil to get the job done.&amp;nbsp; So, then, I opened the Inherited UI solution and did the &lt;EM&gt;rebuild&lt;/EM&gt;.&amp;nbsp; I am still getting a gob of errors.&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;Method 'Private Sub pnlContent_Scroll(sender As Object, e As System.Windows.Forms.ScrollEventArgs)' cannot handle event 'Public Event Scroll(sender As Object, e As DevExpress.XtraEditors.XtraScrollEventArgs)' because they do not have a compatible signature.&amp;nbsp;C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\BrowseDialogSearchFieldsContainer.vb&amp;nbsp;67&amp;nbsp;131&amp;nbsp;MicroFour StrataFrame Inherited UI&lt;BR&gt;&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;BR&gt;&lt;BR&gt;Warning&amp;nbsp;14&amp;nbsp;'Public Property EnumTopMostText() As String' is obsolete: 'This property has been depreciated and is no longer used.&amp;nbsp; Use the TopMostText and TopMostValue properties on the SearchFieldItem class instead.'.&amp;nbsp;C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialog&amp;#119;indow.vb&amp;nbsp;1126&amp;nbsp;77&amp;nbsp;MicroFour StrataFrame Inherited UI&lt;BR&gt;&lt;BR&gt;Errors 3-13 are the same as #2.&lt;/P&gt;&lt;P&gt;Before I get too deep into all of this, is there a simple fix to these errors?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Bill</description><pubDate>Wed, 21 May 2008 10:57:16 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item></channel></rss>