﻿<?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  » BOM and Windows 8.1</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 16 May 2026 04:12:31 GMT</lastBuildDate><ttl>20</ttl><item><title>BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32394.aspx</link><description>Just got a new machine with Win 8.1 and I am using VS2013.&amp;nbsp;&lt;div&gt;I seem to be able to run VS and Strataframe(Lastest Version) seems to load ok. It does keep asking me about building toolbox but I know I could check don't ask again and that would probably go away. But that is not the real issue.&lt;div&gt;I was able to create a database using DDT but now I am trying to run the Business Object Mapper and I get the errors found in the attached pictures.&amp;nbsp;&lt;div&gt;I am sure it is rights but I am trying to run every thing as an Admin but I don't know about the BOM.&lt;div&gt;Any advise would be appreciated. TIA.</description><pubDate>Wed, 05 Feb 2014 08:52:17 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32409.aspx</link><description>It is a static class property, so you don't have to create an instance of the class.&amp;nbsp; Just set the DebugMode property on the localization class.&amp;nbsp; I created a super quick sample and set the property in the constructor of Form1.&amp;nbsp; In your app you will want to set it in the program.cs or the AppMain.vb depending on which language you are using, but I wanted you to be able to see it without a bunch of other code around.</description><pubDate>Wed, 05 Feb 2014 08:52:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32408.aspx</link><description>In the Object Browser I found the Property but I still am not sure how to set it?&lt;div&gt;See Attached.</description><pubDate>Tue, 04 Feb 2014 15:04:34 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32406.aspx</link><description>Terry, the property is directly on the Localization class.&amp;nbsp; The fact that you are seeing the behavior in your program means that it has to be there otherwise it would not run.&amp;nbsp; Look through the Object Browser and do a search for Debug Mode and you should be able to find it.</description><pubDate>Tue, 04 Feb 2014 13:42:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32405.aspx</link><description>&lt;span style="color: rgb(0, 0, 128); font-family: 'Courier New', Verdana; font-size: 11px; line-height: 21.33333396911621px; white-space: pre; background-color: rgb(255, 255, 255);"&gt;MicroFour.StrataFrame.UI.Localization.DebugMode = true;&lt;/span&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 128); font-family: 'Courier New', Verdana; font-size: 11px; line-height: 21.33333396911621px; white-space: pre; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 128); font-family: 'Courier New', Verdana; font-size: 11px; line-height: 21.33333396911621px; white-space: pre; background-color: rgb(255, 255, 255);"&gt;I tried to find the above property but can not. I am not sure how to set it to true or false. I have tried looking at the form properties and the toolstrip properties but to no avail???&lt;/span&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 128); font-family: 'Courier New', Verdana; font-size: 11px; line-height: 21.33333396911621px; white-space: pre; background-color: rgb(255, 255, 255);"&gt;TIA.&lt;/span&gt;</description><pubDate>Tue, 04 Feb 2014 12:56:38 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32404.aspx</link><description>Yes the other pictures are dealing with the # signs showing up. I'll try setting that property and let you know.&amp;nbsp;&lt;div&gt;Also, I will have to digest what you put in paragraph one. Right now I do not understand but let me chew on it a bit.&lt;div&gt;TIA.</description><pubDate>Tue, 04 Feb 2014 10:26:16 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32403.aspx</link><description>Terry:&lt;br/&gt;&lt;br/&gt;Without reproducing the index out of bounds, it is hard to tell you what that could be.&amp;nbsp; First, make sure that you don't have any query logic in your constructor or something trying to access a database without wrapping it in a test to see if you are in design mode.&amp;nbsp; I have seen this happen with this message before.&lt;br/&gt;&lt;br/&gt;Secondly, I assume that the other two pictures you were referring to had to do with the "#" signs on each side of the text, correct?&amp;nbsp; This is localization debug mode and shows you all keys that are localized.&amp;nbsp; You can turn this on and off by setting this property:&lt;br/&gt;&lt;br/&gt;&lt;pre style="font-family:Consolas;font-size:13;color:black;background:white;"&gt;&lt;span&gt;[codesnippet]MicroFour.StrataFrame.UI.Localization.DebugMode = true; [/codesnippet]&lt;/span&gt;&lt;/pre&gt;</description><pubDate>Tue, 04 Feb 2014 08:56:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32402.aspx</link><description>Well it worked if I added every field at one time, BUT if I add some fields and then run the form and then go back and try to add more field it DOES NOT WORK.... I get the errors I posed? Any ideas?</description><pubDate>Tue, 04 Feb 2014 08:38:47 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32401.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;Glad it is working.&amp;nbsp; </description><pubDate>Tue, 04 Feb 2014 08:02:02 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32400.aspx</link><description>I recreated the form and added all the fields to it at one time and it works fine??????</description><pubDate>Tue, 04 Feb 2014 07:14:35 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32399.aspx</link><description>OK now that I have run VS as administrator I seem to be able to run the BOM with no issues. Thanks for forcing me to make sure VS was running as an Admin.&lt;div&gt;But now I am getting another strange happening. I built a form and added a Business Object to it. Loaded the business object and that all worked good. I put some text boxes on the form and bound them to some of the fields of the BO. Ran the form to see how they looked and then when I went back to add the rest of the fields I get an error found in the ClickBinding picture attached. I don't believe I have ever seen this error before. The fields that are already bound still work but I can not bind any of the remaining fields?&lt;div&gt;Also, I am getting strange results on the MaintenanceFormToolStrip when I am in design mode. Attached picture. When I run the form they seem to work fine and the text appears correct?????&lt;div&gt;Also, when I tried deleting the Configuration for the Business Object and reassigning it with the hopes that would fix my problem I got the form that also is attached as a picture.&lt;div&gt;Thank you for any help you could pass my way.&lt;div&gt;TIA.</description><pubDate>Mon, 03 Feb 2014 15:36:16 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32396.aspx</link><description>Windows 8 and 8.1 have been two of the most annoying releases from Microsoft in quite some time.&amp;nbsp; Makes me long for the days of Windows XP past.&amp;nbsp; Microsoft is trying to rid their reputation for being an easy target for viruses.&amp;nbsp; So to do this, even people logged in AS an administrator have limitations when accessing certain components through applications.&lt;br/&gt;&lt;br/&gt;Edhy's solution will work, but remember that when you do this you are actually running as a different user within that application that you are within your Windows session.&amp;nbsp; So you will lose printer mappings, drive mappings, etc.&amp;nbsp; You can add them back in while logged in as that user, but this is one thing that does get semi- annoying.&amp;nbsp; It is also good at losing those settings from time to time.&lt;br/&gt;&lt;br/&gt;But it WILL resolve most issues regarding security.</description><pubDate>Mon, 03 Feb 2014 08:43:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BOM and Windows 8.1</title><link>http://forum.strataframe.net/FindPost32395.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;You need to run VS as an Administrator.&amp;nbsp; You may also need to modify the DDT application shortcut to also run as Administrator.&lt;br/&gt;&lt;br/&gt;I have been using Windows 8.0 and then 8.1 and that is all it required on my system.</description><pubDate>Sun, 02 Feb 2014 18:20:14 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>