StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Issues
»
BOM and Windows 8.1
BOM and Windows 8.1
Post Reply
Like
4
BOM and Windows 8.1
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Terry Bottorff
Terry Bottorff
posted 11 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: Forum Members
Posts: 448,
Visits: 12K
Just got a new machine with Win 8.1 and I am using VS2013.
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.
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.
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.
Any advise would be appreciated. TIA.
Attachments
RegistryError.PNG
(
176 views,
31.00 KB
)
RegistryError2.PNG
(
168 views,
15.00 KB
)
Tags
BOM
Running BOM
Win8.1
Reply
Like
4
Replies
Edhy Rijo
E
Edhy Rijo
posted 11 Years Ago
ANSWER
Post Details
Share Post
E
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
Hi Terry,
Glad it is working.
Edhy Rijo
Reply
Like
4
Terry Bottorff
Terry Bottorff
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 448,
Visits: 12K
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?
Reply
Like
4
Trent Taylor
Trent Taylor
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
Terry:
Without reproducing the index out of bounds, it is hard to tell you what that could be. 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. I have seen this happen with this message before.
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? This is localization debug mode and shows you all keys that are localized. You can turn this on and off by setting this property:
MicroFour.StrataFrame.UI.Localization.DebugMode = true;
Reply
Like
4
Terry Bottorff
Terry Bottorff
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 448,
Visits: 12K
Yes the other pictures are dealing with the # signs showing up. I'll try setting that property and let you know.
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.
TIA.
Reply
Like
4
Terry Bottorff
Terry Bottorff
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 448,
Visits: 12K
MicroFour.StrataFrame.UI.Localization.DebugMode = true;
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???
TIA.
Reply
Like
5
Trent Taylor
Trent Taylor
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
Terry, the property is directly on the Localization class. The fact that you are seeing the behavior in your program means that it has to be there otherwise it would not run. Look through the Object Browser and do a search for Debug Mode and you should be able to find it.
Reply
Like
3
Terry Bottorff
Terry Bottorff
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 448,
Visits: 12K
In the Object Browser I found the Property but I still am not sure how to set it?
See Attached.
Attachments
HowtoSetItsValue.PNG
(
153 views,
5.00 KB
)
Reply
Like
2
Trent Taylor
Trent Taylor
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
It is a static class property, so you don't have to create an instance of the class. Just set the DebugMode property on the localization class. I created a super quick sample and set the property in the constructor of Form1. 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.
Attachments
DebugMode.zip
(
155 views,
33.00 KB
)
Reply
Like
3
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
BOM and Windows 8.1
Terry Bottorff
-
11 Years Ago
Hi Terry, You need to run VS as an Administrator. You may also need...
Edhy Rijo
-
11 Years Ago
Windows 8 and 8.1 have been two of the most annoying releases from...
Trent L. Taylor
-
11 Years Ago
OK now that I have run VS as administrator I seem to be able to run...
Terry Bottorff
-
11 Years Ago
I recreated the form and added all the fields to it at one time and it...
Terry Bottorff
-
11 Years Ago
Hi Terry, Glad it is working.
Edhy Rijo
-
11 Years Ago
Well it worked if I added every field at one time, BUT if I add some...
Terry Bottorff
-
11 Years Ago
Terry: Without reproducing the index out of bounds, it is hard to...
Trent L. Taylor
-
11 Years Ago
Yes the other pictures are dealing with the # signs showing up. I'll...
Terry Bottorff
-
11 Years Ago
MicroFour.StrataFrame.UI.Localization.DebugMode = true; I tried...
Terry Bottorff
-
11 Years Ago
Terry, the property is directly on the Localization class. The fact...
Trent L. Taylor
-
11 Years Ago
In the Object Browser I found the Property but I still am not sure how...
Terry Bottorff
-
11 Years Ago
It is a static class property, so you don't have to create an instance...
Trent L. Taylor
-
11 Years Ago
Post Reply
Like
4
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search