﻿<?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  » Error when select language</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 09 Apr 2026 04:17:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8861.aspx</link><description>[quote]Thanks for that, worked perfectly. I'm very impressed with timeliness and quality of&amp;nbsp;the support for StrataFrame.[/quote]&lt;/P&gt;&lt;P&gt;I am glad it got you going!&amp;nbsp; Thanks for your nice comments! :)&lt;/P&gt;&lt;P&gt;[quote]When is&amp;nbsp;1.6.1 due, is it weeks or months?[/quote]&lt;/P&gt;&lt;P&gt;We are still 3-4 weeks out from releasing it.&amp;nbsp; We have made quite a few changes and even added a some new controls.&amp;nbsp; Additionally we have made some changes that we just want to really test thorougly through unit testing and real-world environments before making it available.&amp;nbsp; So it will be mid-June before we post it.&amp;nbsp; Even though the release will be 1.6.1, it will have a lot of new features.</description><pubDate>Thu, 17 May 2007 09:23:10 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>Error when select language</title><link>http://forum.strataframe.net/FindPost7964.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I hit error while I select language from langauge form. I checked my table and I can see field lng_EventID. Also, I can run RetrieveTextValue() sucessfully. Any ideas?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;[quote]ArgumentException&lt;BR&gt;&amp;nbsp;lng_eventid is neither a DataColumn nor a DataRelation for table .&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : System.Data&lt;BR&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Data.DataRowView.get_Item(String property)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.SetActiveLanguageButtonText(Int32 LocaleID)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.SetActiveLanguage(String ApplicationKey, Int32 LocaleID, String UserName)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.LanguageSelectionDialog.cmdSelect_Click(Object sender, EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)[/quote]</description><pubDate>Thu, 17 May 2007 09:23:10 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8851.aspx</link><description>Trent,&lt;/P&gt;&lt;P&gt;Thanks for that, worked perfectly. I'm very impressed with timeliness and quality of&amp;nbsp;the support for StrataFrame.&lt;/P&gt;&lt;P&gt;When is&amp;nbsp;1.6.1 due, is it weeks or months?&lt;/P&gt;&lt;P&gt;Thanks, Peter</description><pubDate>Wed, 16 May 2007 19:37:36 GMT</pubDate><dc:creator>Peter Denton</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8822.aspx</link><description>Peter,&lt;/P&gt;&lt;P&gt;Drag the attached file into your GAC.&amp;nbsp; This will resolve the DB2 provider error.&amp;nbsp; The files that were posted the other day had a reference to this assembly but won't when we actually release 1.6.1.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Extract the ZIP file and drag&amp;nbsp;the DLL&amp;nbsp;file into the c:\windows\assembly folder and see if the problem persists.</description><pubDate>Wed, 16 May 2007 07:09:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8821.aspx</link><description>Ben,&lt;/P&gt;&lt;P&gt;I copied the dll's into&amp;nbsp;both "C:\ProgramFiles\MicroFour\StrataFrame\Assemblies" and "C:\Windows\assembly" (aka the GAC) and it fixes&amp;nbsp;the problem of an exception being caused whenever ShowAvailableLanguages()&lt;SPAN style="FONT-WEIGHT: normal"&gt; is called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is now a different problem. I have just started a new application, and had just created a few new BOs and went to the Business Object Mapper, confugured the project and the business objects, and then went to "Build All Partials" and I get the following exception:&lt;/P&gt;&lt;P&gt;FileNotFoundException&lt;BR&gt;&amp;nbsp;Could not load file or assembly 'IBM.Data.DB2, Version=9.0.0.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208' or one of its dependencies. The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MicroFour StrataFrame AddIns&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.BuildPartialClass(String ClassName, Int32 ProjectItemPK, Project ParentProject)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.BuildPartialClassesForProjectThread(Object ProjectNode)&lt;BR&gt;&lt;/P&gt;&lt;P&gt;At this point the Buisness Object Mapper is frozen, the only way out is to use the the task manager to end the task, which also exits visual studio. I'm not using DB2, and the only recent change was the dll's so I copied the old ones back and tried again and I could build the partials fine. New ones in again and the exception came back.&lt;/P&gt;&lt;P&gt;I can work with the ShowAvailableLanguages() causing an exception, and at least I now know that it wasn't me doing something stupid, so I'll revert to the old dll's. I hope that,&amp;nbsp;in the fullness of time, there will be a fix that allows both ShowAvailableLanguages() and the business object mapper to work.&lt;/P&gt;&lt;P&gt;Peter</description><pubDate>Wed, 16 May 2007 02:23:48 GMT</pubDate><dc:creator>Peter Denton</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8766.aspx</link><description>Ah, yes, I was able to reproduce this and fix it.&amp;nbsp; Here are the newest DLLs containing the fix.&amp;nbsp; I've included all&amp;nbsp;7 because there are probably a few other minor changes that might have changed a method signature, and you don't want to get a MissingMethodException...</description><pubDate>Mon, 14 May 2007 09:09:17 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8755.aspx</link><description>G'day&lt;P&gt;I'm also trying storing the localisation messages in my Application's SQL server database. I copied the MessageLanguages and MessageItems from the StrataFrame database into my database (I think using SQL Server to generate a create script on each table in the StrataFrame database,&amp;nbsp;running the scripts against my database and then creating my own rows appropriate to my application).&lt;/P&gt;&lt;P&gt;I'm having the same problem with &lt;FONT color=#008000&gt;ShowAvailableLanguages casuing the following exception:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Exception Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Data&lt;BR&gt;Exception Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.ArgumentException&lt;BR&gt;Exception Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lng_eventid is neither a DataColumn nor a DataRelation for table .&lt;BR&gt;Exception Target Site: get_Item&lt;/P&gt;&lt;P&gt;---- Stack Trace ----&lt;BR&gt;&amp;nbsp;&amp;nbsp; System.Data.DataRowView.get_Item(property As String)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewRecipeMaint.EXE: N 00428&lt;BR&gt;...&lt;/P&gt;&lt;P&gt;I have checked and lng_eventid is definitely in the MessageLanguages table where it's meant to be. I've checked to ensure that I'm accessing the database for localisation that I thought I was (by changing a value and seeing that new value reflected in my program).&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Are there any further thoughts on the problem?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Peter&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Sun, 13 May 2007 20:39:04 GMT</pubDate><dc:creator>Peter Denton</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8264.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Any update?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Wed, 18 Apr 2007 22:59:42 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8128.aspx</link><description>Thanks, Chan, give me a bit to see if I can reproduce it on this end.</description><pubDate>Mon, 16 Apr 2007 08:59:07 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8113.aspx</link><description>Hi,&lt;P&gt;I checked, and the field exist as shown in attached file.&lt;/P&gt;&lt;P&gt;[img]messagelanguages.jpg[/img]</description><pubDate>Fri, 13 Apr 2007 22:03:46 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8089.aspx</link><description>Well, all of the columns should be there, then.&amp;nbsp; Does your StrataFrame database contain the field lng_EventID in the MessageLanguages table?&amp;nbsp; I believe that the field has been included in the database for quite some time, but it could be that your database does not include it...</description><pubDate>Thu, 12 Apr 2007 08:55:33 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8038.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I use management studio to create "create script" and run against my database.</description><pubDate>Tue, 10 Apr 2007 20:19:33 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8011.aspx</link><description>It seems as through the SQL Tables are missing some data... there are only a few columns in the report data that you sent.&amp;nbsp; Is the structure of the tables a match to the structure of the tables within the StrataFrame database?</description><pubDate>Tue, 10 Apr 2007 09:16:38 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost8002.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Any news?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Mon, 09 Apr 2007 20:05:59 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost7969.aspx</link><description>I use SQL Server database as data storage. Here it is.&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Sat, 07 Apr 2007 12:05:31 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Error when select language</title><link>http://forum.strataframe.net/FindPost7968.aspx</link><description>hmm...could you post the Languages and Message items files so I could take a look at this?&amp;nbsp; I am not sure without looking at the data what to tell you.</description><pubDate>Sat, 07 Apr 2007 11:38:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>