﻿<?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?)  » V1.5 upgrade problem</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 17:43:50 GMT</lastBuildDate><ttl>20</ttl><item><title>V1.5 upgrade problem</title><link>http://forum.strataframe.net/FindPost3196.aspx</link><description>I recently upgraded to V1.5 and now I'm having a problem rebuilding a solution.&amp;nbsp; I deleted the existing references and readded them.&amp;nbsp; Now I'm trying to rebuild the business objects using the Business Object Mapper.&amp;nbsp; It appears that 1 of my 3 business objects is no longer recognized as a Strataframe Business object.&amp;nbsp; Is there any way to correct/resolve the problem with recreating it?&lt;/P&gt;&lt;P&gt;See attached screenshot.</description><pubDate>Mon, 02 Oct 2006 12:02:37 GMT</pubDate><dc:creator>franka</dc:creator></item><item><title>RE: V1.5 upgrade problem</title><link>http://forum.strataframe.net/FindPost3224.aspx</link><description>Thanks Ben that fixed the problem.&lt;/P&gt;&lt;P&gt;FYI - The v1.5 help file still has the property as LoginSuccessful and there is no reference to ShowMainForm.</description><pubDate>Mon, 02 Oct 2006 12:02:37 GMT</pubDate><dc:creator>franka</dc:creator></item><item><title>RE: V1.5 upgrade problem</title><link>http://forum.strataframe.net/FindPost3218.aspx</link><description>The LoginSuccessful property has changed to ShowMainForm.&amp;nbsp; So, if you want to show a login and then either show the main form or exit, then you will need to use this:&lt;/P&gt;&lt;P&gt;e.ShowMainForm = True</description><pubDate>Mon, 02 Oct 2006 08:30:10 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: V1.5 upgrade problem</title><link>http://forum.strataframe.net/FindPost3216.aspx</link><description>That fixed that object but I'm still having a problem with my login process.&amp;nbsp; I use the&amp;nbsp; ShowLoginAndInitMainForm method&amp;nbsp;which passes an ShowLoginAndInitFormEventArgs object as the event arg.&amp;nbsp; In the code, I set the LoginSuccessful property of the ShowLoginAndInitFormEventArgs object.&amp;nbsp; But it appears LoginSuccessful is no longer a property of the object or at least that is what the message says and it doesn't show up in intellisense.&amp;nbsp;&amp;nbsp;Looking in the Help file it appears&amp;nbsp;the method&amp;nbsp;is still valid.&amp;nbsp; What am I missing?&amp;nbsp; See attached screenshot.&amp;nbsp; Thanks!!&amp;nbsp;</description><pubDate>Mon, 02 Oct 2006 07:58:14 GMT</pubDate><dc:creator>franka</dc:creator></item><item><title>RE: V1.5 upgrade problem</title><link>http://forum.strataframe.net/FindPost3198.aspx</link><description>In version 1.5 the business objects BusinessLayer definition was moved from the partial to the main class.&amp;nbsp; This allows you to create a custom BO layer base and inherit from your class rather than the default StrataFrame BusinessLayer without overwriting the changes when the partial is rebuilt.&amp;nbsp; Looking at your class, the only problem you are having is that your UsersBO is missing the BusinessLayer inherited statement.&lt;/P&gt;&lt;P&gt;It should look like this:&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&amp;lt;Serializable()&amp;gt; _&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Public&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Class&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;UsersBO&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Inherits&lt;/FONT&gt;&lt;FONT size=2&gt; MicroFour.StrataFrame.Business.BusinessLayer&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;Once this change has been made, you will be good to go. :)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</description><pubDate>Fri, 29 Sep 2006 13:25:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>