﻿<?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  » Population Data Source Settings crashing</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 08:51:31 GMT</lastBuildDate><ttl>20</ttl><item><title>Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost1907.aspx</link><description>In one of my projects I am trying to set Data Source Settings on combo boxes.&amp;nbsp; On all of them I have tried it comes up and then the settings form disappears and I see the wait window saying it is looking for business objects.&amp;nbsp; This just stays up and I never get to the population data source settings.&amp;nbsp; I end up having to exit the project and can't get the settings to come up.&amp;nbsp; This is the only project I have seen it happen in, but it happens on all of the combo boxes.</description><pubDate>Wed, 18 Oct 2006 16:29:01 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3686.aspx</link><description>Well, I am glad that you got it going.&amp;nbsp; I agree that it is frustrating when you can't get the error message.&amp;nbsp; It is frustrating from our side when we are trying to support you guys.&amp;nbsp; But we will try to get some message showing up ;)</description><pubDate>Wed, 18 Oct 2006 16:29:01 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3684.aspx</link><description>I think I have this one fixed...not completely sure but it seems that way for now.&amp;nbsp; I had it narrowed down to one dll, not really one BO I guess.&amp;nbsp; I believe what the problem was is that I had a circular reference.&amp;nbsp; I still don't see how this affected the BO search, but for now I guess it's fixed.&amp;nbsp; :hehe:&lt;/P&gt;&lt;P&gt;And I wasn't really suggesting that you guys put error messages in for this.&amp;nbsp; I was just venting about VS2005....I have so many issues with it, and coming back to my desk to find my IDE sending an error report didn't help. HAHA... :w00t:</description><pubDate>Wed, 18 Oct 2006 15:54:02 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3678.aspx</link><description>If you comment that one business object out does the error persist?&amp;nbsp; As for the error messages getting snuffed, this is thanks to Visual Studio.&amp;nbsp; It is actually very hard to show an error in the DTE....you have to put a try catch around the exact location that is failing...even then it is a crap shoot.&lt;/P&gt;&lt;P&gt;How do you know you have it narrowed down to a single BO?&amp;nbsp; If this is the case, post the BO source code so we can look at it and see if there is something fishy.</description><pubDate>Wed, 18 Oct 2006 13:46:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3671.aspx</link><description>I am having this problem yet again.&amp;nbsp; I'm not sure why I keep getting it.&amp;nbsp; It would be great if we could get some sort of actual error message or log instead of the Searching for Business Objects wait window just sitting on the screen.&amp;nbsp; I have narrowed it down to one business object, but I have no idea what is wrong with it.&amp;nbsp; I have no code in the constructor and nothing that seems out of the norm.&amp;nbsp; I still don't understand what causes this issue.&amp;nbsp; Please help.</description><pubDate>Wed, 18 Oct 2006 11:39:14 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3219.aspx</link><description>That works fine for the new project....However, I can open the BO Mapper without error on the project I'm having the error with.&amp;nbsp; I only get a problem on the PopulationDataSourceSettings BO search.&amp;nbsp; I'll start adding things from the project into the new test project and see if I can find where the error is coming from.&amp;nbsp; Let me know if you have any other ideas.&amp;nbsp;</description><pubDate>Mon, 02 Oct 2006 09:11:10 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3210.aspx</link><description>Try this...create a new StrataFrame application project.&amp;nbsp; Add a single BO and then open the BO Mapper.&amp;nbsp; More than likely the error will not persist.&amp;nbsp; If this is the case, then we need to begin disecting your other solution and see if there is anything different that could be throwing the error.&amp;nbsp; For example, do you have solution folders or anything out of the norm?</description><pubDate>Sun, 01 Oct 2006 20:24:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost3203.aspx</link><description>I'm having this issue again.&amp;nbsp; I think it was one of my BO's before, but this time I can't get it to go away.&amp;nbsp; I have taken all BO's out of my project and am still getting this error.&amp;nbsp; I just have the "Searching for Business Objects, Please wait..." wait window that stays up on the screen.&amp;nbsp; I see the Population DataSource Settings window come up for a split second then go away.&amp;nbsp; I'm not sure where to look for this error...any ideas?</description><pubDate>Fri, 29 Sep 2006 15:45:17 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Population Data Source Settings crashing</title><link>http://forum.strataframe.net/FindPost1915.aspx</link><description>Andria,&lt;P&gt;If you'll recall early on I think you had a problem here because you had some code in the New() of a business object attempting to Fill.&amp;nbsp; Do you by chance have any code in the New() of a business object that may be causing an error.&lt;/P&gt;&lt;P&gt;The reason the form goes away is because an error occurred.&amp;nbsp; The problem with the DTE environment is that is doesn't like to expose error messages very much.&amp;nbsp; It usually just snuffs them like you have seen.&amp;nbsp; I am fairly confident the problem is with one of the BOs.&amp;nbsp; Let me know if you see anything in the BOs.&amp;nbsp; In fact you can temporarily exclude them one by one from the project until you determine which one is causing the error.&amp;nbsp; To exclude a BO, right click on it and click Exclude from project.&amp;nbsp; To add it back in just right click on the file and click Include in Project.</description><pubDate>Fri, 21 Jul 2006 10:07:24 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>