﻿<?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 » Issues  » BO Mapper Error</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 07 May 2026 21:38:18 GMT</lastBuildDate><ttl>20</ttl><item><title>BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11831.aspx</link><description>I am getting a fatal error everytime I open the BO Mapper now.&amp;nbsp; I have been getting it more and more frequently, and now I get it everytime I try to open it.&amp;nbsp; I have just added a new table and need to link it to a BO, but can't because I can't get into the mapper.&amp;nbsp; I have attached a screenshot, but it doesn't show much.&amp;nbsp; One time a&amp;nbsp;stack trace&amp;nbsp;came up but it was&amp;nbsp;covered&amp;nbsp;by the error window and when&amp;nbsp;I moved it&amp;nbsp;the error window&amp;nbsp;traced over and blanked&amp;nbsp;out the text on the stack trace.&amp;nbsp; I think it said something about System.Drawing.&amp;nbsp; It almost seems like some sort of memory/threading error since when I bring up the screen some pieces of it seem to not be drawing all the way.&amp;nbsp; Notice in the screen shots you can see other windows "through" the mapper.&amp;nbsp; Please let me know something on this.&amp;nbsp; I'm kind of stuck and unable to continue development until I can work with the mapper.&amp;nbsp; Thanks.</description><pubDate>Tue, 16 Oct 2007 09:14:44 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost12021.aspx</link><description>Excellent :)&amp;nbsp; The good thing about OnPaint is that you can try/catch it and if it fails, the WM_PAINT message is sent so much that it will just paint again (likely succeeding the second time).</description><pubDate>Tue, 16 Oct 2007 09:14:44 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost12007.aspx</link><description>Well Ben, whatever you did worked.&amp;nbsp; I haven't had the error since putting those assemblies on my machine.&amp;nbsp; I have gone into the mapper changed some customizations and built some partials all without error.&amp;nbsp; And the form actually comes up normally, no more transparencies where the paint didn't work.&amp;nbsp;&amp;nbsp; THANKS!!!</description><pubDate>Mon, 15 Oct 2007 16:48:46 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11975.aspx</link><description>Here are the DLLs with the try/catch in the OnPaint.&amp;nbsp; Maybe this will allow you to use the BOMapper on your computer.</description><pubDate>Mon, 15 Oct 2007 09:18:46 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11974.aspx</link><description>That is a very, very odd error.&amp;nbsp; For some reason, it seems that the SQL query is pushing a WM_PAINT message up the WndProc call sequence on a background thread.&amp;nbsp; The WaitOne means that the SQL Server client is pausing the main thread while the background thread does the processing, but I have no idea why it's trying to paint during that.&amp;nbsp; We can put a try/catch in the OnPaint to prevent an exception from being thrown, but other than that, all I know to do is check the thread context to make sure it's on the main thread before painting.</description><pubDate>Mon, 15 Oct 2007 09:12:42 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11949.aspx</link><description>Oh, and just worth pointing out here.&amp;nbsp; I was able to go to another machine with the same assemblies and bring up the BO Mapper perfectly.&amp;nbsp; It points to the same database and everything.&amp;nbsp; Not sure exactly what that tells us, but it almost seems to be isolated to my PC.</description><pubDate>Thu, 11 Oct 2007 14:25:39 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11948.aspx</link><description>Well, I'm not sure if this helps or not but I did get this screenshot out of the whole thing.&amp;nbsp; It actually gave me an error when I tried it again....and it looks like a memory problem of some kind.&amp;nbsp; But it did actually load up all of the projects before it gave me the error that time.&amp;nbsp; Here's the screenshot.</description><pubDate>Thu, 11 Oct 2007 14:08:35 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11947.aspx</link><description>Well i finally got back&amp;nbsp;to what I was working on after being pulled onto a different project.&amp;nbsp; I downloaded the assemblies and put them in the gac.&amp;nbsp; It looked promising, since the BO mapper came up and let me actually create my BO's and build some partials.&amp;nbsp; However, it still had that 'transparent' look on some of the windows.&amp;nbsp; The kind of thing that looks like a memory problem usually.&amp;nbsp; Then when I tried to go back in it a second and third time it crashed the IDE.&amp;nbsp; So we are back to where we started.&amp;nbsp; What should I do now?&amp;nbsp; Any ideas?</description><pubDate>Thu, 11 Oct 2007 14:03:43 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11881.aspx</link><description>If you downloaded the SF assemblies from the previoys post, be sure to update the UI assembly with this one.&amp;nbsp; There was a minor bug with the disabled states of a TextBox or MaskedTextBox.&amp;nbsp; Sorry :blush:</description><pubDate>Fri, 05 Oct 2007 09:59:28 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11844.aspx</link><description>Andria,&lt;/P&gt;&lt;P&gt;I have attached the latest SF assemblies which will be part of the 1.6.2 release.&amp;nbsp; These are what we have been running on for a while and have been tested quite a bit so I am not concerned for you to run on them.&amp;nbsp; I left out the Inherited assembly since you probably have the latest version of DevExpress already in your references and nothing else has changed in that assembly.&lt;/P&gt;&lt;P&gt;I do not think this will fix your problem...but it is worth a shot.&amp;nbsp; I think it is data related.&amp;nbsp; Try this first, and if it does not work, then the only thing I can do is have you send your your SF SQL data (mdf or a backup) via a PM or something and I would have to debug it.&amp;nbsp; There is no way for me to determine what is going on in the DTE without debugging it.&amp;nbsp; Thanks.</description><pubDate>Thu, 04 Oct 2007 10:11:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11835.aspx</link><description>Hi Andria,&lt;/P&gt;&lt;P&gt;While we didn't have this problem we did have an issue with the BO mapper that someone else also reported and the SF guys fixed with a new DLL. Sorry but I don't know who made the post of what forum it was in but it was in the last 4 to 8 weeks. All I can suggest is that you trawl the forums looking for a post with attachments - it may (or may not) help. It certainly fixed the problem we had.&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Wed, 03 Oct 2007 16:28:02 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: BO Mapper Error</title><link>http://forum.strataframe.net/FindPost11832.aspx</link><description>Ooops....here are those screenshots.</description><pubDate>Wed, 03 Oct 2007 14:30:50 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item></channel></rss>