Rebooting did not help. I was still not able to drag and drop the DLL into the GAC. When did that stop working?I used the gacutil to get the job done. So, then, I opened the Inherited UI solution and did the rebuild. I am still getting a gob of errors.
Error 1 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. C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\BrowseDialogSearchFieldsContainer.vb 67 131 MicroFour StrataFrame Inherited UI
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
Warning 14 '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:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.vb 1126 77 MicroFour StrataFrame Inherited UI
Errors 3-13 are the same as #2.
Before I get too deep into all of this, is there a simple fix to these errors?
Thanks,
Bill