﻿<?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 / Issues  / Errors populating combo boxes using the PopulationDataSourceSettings/PopulationType properties / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Fri, 04 Jul 2008 17:01:40 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Errors populating combo boxes using the PopulationDataSourceSettings/PopulationType properties</title><link>http://forum.strataframe.net/Topic16068-10-1.aspx</link><description>Glad you found it :)</description><pubDate>Thu, 01 May 2008 13:36:48 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Errors populating combo boxes using the PopulationDataSourceSettings/PopulationType properties</title><link>http://forum.strataframe.net/Topic16068-10-1.aspx</link><description>Hi Trent,&lt;/P&gt;&lt;P&gt;As you suggested, I found I was missing an .dll file.  As always, excellent support and help.  Thanks!:)</description><pubDate>Thu, 01 May 2008 12:30:44 GMT</pubDate><dc:creator>jjp</dc:creator></item><item><title>RE: Errors populating combo boxes using the PopulationDataSourceSettings/PopulationType properties</title><link>http://forum.strataframe.net/Topic16068-10-1.aspx</link><description>This is one of the most common redistribution issues that I see.  You do you have the assemblies up to date on the client machine.  This can happen due to the following issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Old assemblies are still in the GAC or on disk&lt;/LI&gt;&lt;LI&gt;New assemblies did not get distributed&lt;/LI&gt;&lt;LI&gt;Permission issues prevents the assemblies from being updated&lt;/LI&gt;&lt;LI&gt;Multiple versions of the same assembly are in the GAC (i.e. MSIL, x86 builds)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It is going to be something along these lines, so you might start with the above "gotchas" and go from there.</description><pubDate>Thu, 01 May 2008 11:11:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>Errors populating combo boxes using the PopulationDataSourceSettings/PopulationType properties</title><link>http://forum.strataframe.net/Topic16068-10-1.aspx</link><description>Hi Strataframe Team,&lt;/P&gt;&lt;P&gt;I made some simple changes to some forms and I rebuilt a new exe and redistribute it to the clients machines.   The application runs fine on my development machine.  But when I try to run it on the client machines it gives me the errors below.  From what I can tell through additional testing, the errors are occuring for ALL combo boxes I am populating using the BO with the PopulationDataSourceSettings/PopulationType properties.   What is really strange is all of these forms and combo boxes and BOs have been working fine for a long time!?!?&lt;IMG title=Crazy src="http://forum.strataframe.net/Skins/Classic/Images/MessageIcons/Crazy.gif" align=absMiddle&gt;   Help?&lt;/P&gt;&lt;P&gt;====================================================================================================================================================&lt;BR&gt;Type 'CMPR.LocationsViewBO' could not be found in the referenced assemblies.&lt;BR&gt;  Exception (Exception): Source="MicroFour StrataFrame Base"; Target=null; Tag=null; &lt;BR&gt;    Message = "Type 'CMPR.LocationsViewBO' could not be found in the referenced assemblies."&lt;BR&gt;    InnerException (FileNotFoundException): Source="mscorlib"; Target=null; Tag=null; &lt;BR&gt;      Message = "Could not load file or assembly 'DevExpress.XtraReports.v8.1, Version=8.1.1.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified."&lt;BR&gt;      StackTrace = &lt;BR&gt;          "   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)&lt;BR&gt;             at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection)&lt;BR&gt;             at System.Reflection.Assembly.Load(AssemblyName assemblyRef)&lt;BR&gt;             at MicroFour.StrataFrame.Tools.Common.GetTypeFromReferencedAssemblies(String TypeName)"&lt;BR&gt;      FileName = "DevExpress.XtraReports.v8.1, Version=8.1.1.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1"&lt;BR&gt;      FusionLog = &lt;BR&gt;          "WRN: Assembly binding logging is turned OFF.&lt;BR&gt;          To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&lt;BR&gt;          Note: There is some performance penalty associated with assembly bind failure logging.&lt;BR&gt;          To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].&lt;BR&gt;          "&lt;BR&gt;  Environment: ThreadIdentity="" DateTime=["2008-05-01 11:41:17.099"] ThreadName=null WindowsIdentity="STRUSS\JPagley" ThreadId="1" DomainName="cmpr.exe" OSVersion=["Microsoft Windows NT 5.0.2195 Service Pack 4"] MachineName="INVENTORY"&lt;BR&gt;    UserName="JPagley"&lt;BR&gt;  Remaining Stack Trace  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;BR&gt;    at MicroFour.StrataFrame.Tools.Common.GetTypeFromReferencedAssemblies(String TypeName)&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateComboFromBusinessObject(IListControl lstControl, Object[] Parameters)&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateCombo(Control lstControl, Object[] Parameters)&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.DevEx.ComboBoxEdit.PopulateCombo(Object[] Parameters)&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.DevEx.ComboBoxEdit.Requery()&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.DevEx.ComboBoxEdit.InitializeObject()&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()&lt;BR&gt;    at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)&lt;BR&gt;    at System.Windows.Forms.Form.OnCreateControl()&lt;BR&gt;    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)&lt;BR&gt;    at System.Windows.Forms.Control.CreateControl()&lt;BR&gt;    at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;    at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Thu, 01 May 2008 11:04:16 GMT</pubDate><dc:creator>jjp</dc:creator></item></channel></rss>