﻿<?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 » WinForms (How do I?)  » Populate combobox using enumeration</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 11 Sep 2026 13:02:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28018.aspx</link><description>Hi all,&lt;br&gt;
&lt;br&gt;
I create a file named enum.vb and code inside is&lt;br&gt;
&lt;br&gt;
Public Enum Status as integer&lt;br&gt;
   Active   = 1&lt;br&gt;
   Inactive = 2&lt;br&gt;
End Enum&lt;br&gt;
&lt;br&gt;
At the strataframe combobox's property, I did set the population Type = Enumeration. &lt;br&gt;
Then after i go to populationenumname, i type my Enum's name (status) and search then strataframe prompt me the error as below,&lt;br&gt;
&lt;br&gt;
__________________________________________________________________________________________________________________&lt;br&gt;
&lt;br&gt;
Exception&lt;br&gt;
  Could not gather enums for MicroFour StrataFrame Inherited UI&lt;br&gt;
ReflectionTypeLoadException&lt;br&gt;
  Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&lt;br&gt;
  LoadExceptions:&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraGrid.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.Utils.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.Utils.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.Utils.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraEditors.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraBars.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
  FileNotFoundException&lt;br&gt;
    Could not load file or assembly 'DevExpress.XtraBars.v9.2, Version=9.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;
&lt;br&gt;
Source     : &lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)&lt;br&gt;
   at System.Reflection.RuntimeModule.GetTypes()&lt;br&gt;
   at System.Reflection.Assembly.GetTypes()&lt;br&gt;
   at MicroFour.StrataFrame.Extensibility.ExtensibilityBasics.GetAvailableEnums(Boolean WebProject)&lt;br&gt;
[/size]&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
______________________________________________________________________________________________________________&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
appreciate your help...</description><pubDate>Mon, 23 Aug 2010 10:31:04 GMT</pubDate><dc:creator>Tiong Diu King</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28060.aspx</link><description>You are welcome, Tiong.&lt;/P&gt;&lt;P&gt;And glad you got it working. :cool:</description><pubDate>Mon, 23 Aug 2010 10:31:04 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28058.aspx</link><description>Hi Ivan,&lt;br&gt;
&lt;br&gt;
I did tried it but no work. Anyway i recreate my new project and migrate over all the BO, class, and my forms. Now Enumeration work fine at new project that i recreated. Thanks Ivan for your help to update the assembly and it's help.</description><pubDate>Mon, 23 Aug 2010 10:21:08 GMT</pubDate><dc:creator>Tiong Diu King</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28051.aspx</link><description>Hi Tiong.&lt;/P&gt;&lt;P&gt;In that case, have you tried to click on "Manually Enter Enum Fullname" and then do it?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/b9967aee-a808-40aa-a1ab-7a05.jpg"&gt;</description><pubDate>Mon, 23 Aug 2010 06:56:53 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28045.aspx</link><description>Hi Edhy,&lt;br&gt;
&lt;br&gt;
After update my assembly, when i type enum name and search then the form dispose. &lt;br&gt;
Besides, It's work fine if i tried create new project and test on enum.</description><pubDate>Sun, 22 Aug 2010 10:43:42 GMT</pubDate><dc:creator>Tiong Diu King</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28030.aspx</link><description>[quote][b]Tiong Diu King (08/20/2010)[/b][hr]Hi Ivan, &lt;br&gt;
&lt;br&gt;
Trent's solution is for the trial user. &lt;br&gt;
What's the solution for the license user? What should i do then?[/quote]&lt;br&gt;
&lt;br&gt;
Hi Tiong,&lt;br&gt;
&lt;br&gt;
As Ivan said in the previous post:&lt;br&gt;
[quote]... But it you have the SF source code, you should upgrade your source code references and rebuild it. Let me know if you need help with that. [/quote]&lt;br&gt;
&lt;br&gt;
If you don't have the source code, just login to your "My Account" where you downloaded SF and download and install the source code, then open the MicroFour StrataFrame Inherited UI solution, change the references to the one you use and rebuild, then open your SF Application Solution and make sure the reference to the SF Inherited UI is correct and rebuild.  That should do it.</description><pubDate>Fri, 20 Aug 2010 12:03:00 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28029.aspx</link><description>Hi Ivan, &lt;br&gt;
&lt;br&gt;
Trent's solution is for the trial user. &lt;br&gt;
What's the solution for the license user? What should i do then?</description><pubDate>Fri, 20 Aug 2010 11:41:48 GMT</pubDate><dc:creator>Tiong Diu King</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28024.aspx</link><description>Trent has posted a new release to work with the latest DevEx. Have you upgraded it?&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost27986.aspx"&gt;http://forum.strataframe.net/FindPost27986.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But it you have the SF&amp;nbsp;source code, you should upgrade your source code references and rebuild it. Let me know if you need help with that.</description><pubDate>Fri, 20 Aug 2010 10:21:49 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28022.aspx</link><description>Hi Ivan,&lt;br&gt;
&lt;br&gt;
yes i'm using devexpress v2010 vol 1</description><pubDate>Fri, 20 Aug 2010 10:00:37 GMT</pubDate><dc:creator>Tiong Diu King</dc:creator></item><item><title>RE: Populate combobox using enumeration</title><link>http://forum.strataframe.net/FindPost28019.aspx</link><description>Hi Tiong.&lt;/P&gt;&lt;P&gt;Are you using DevXpress in your solution? If so, which version?</description><pubDate>Fri, 20 Aug 2010 09:09:19 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>