StrataFrame Forum

Solution Preferences dialog box is not showing

http://forum.strataframe.net/Topic18014.aspx

By Jeff Pagley - 7/22/2008

The Solution Preferences dialog box is not showing when I select it from the Strataframe->Solution Preferences menu within VS2005.  What do I need to do to get this to display?

Thanks,

Jeff

By StrataFrame Team - 7/22/2008

Well, it's probably throwing an exception when it tries to open the preferences.  We'll probably have to create a build that has a try/catch or two around the opening of the dialog to determine where the exception is being thrown.
By Jeff Pagley - 7/22/2008

Hi Ben,

Could this be associated with the other post that Trent is working on for me where the listview's PopulateDataSourceSettings is failing?

Jeff

By Chris Diesel - 9/26/2008

Same thing happening here.  Click on "Solution Preferences" menu option and nothing happens.
By Jeff Pagley - 9/26/2008

Hi Chris,

If you have not updated yet, make sure you have downloaded the lastest version and more importantly let it update the SF database.  When I reinstalled and had the installation update the SF database, it fixed the problem.

By Dustin Taylor - 9/26/2008

Yep, give Jeff's suggestion a shot and let us know if you still experience problems Smile.
By Chris Diesel - 9/26/2008

Problem ended up being the "Application Database Connection" was pointing to my application instead of StrataFrame's.  Thanks for the help!
By Ben Dornis - 9/26/2008

We're having the same problem here. Default installation - Database has been updated - only thing we can't get into is the Solution Preferences.
By Trent L. Taylor - 9/26/2008

We have proven with all of these that it has not been SF and been one of the following issues:

  1. The connection string was wrong and not pointing to a StrataFrame database
  2. The StrataFrame database structures were not updated (changes were made to the preferences)
  3. The AddIns and Extensibility assemblies were not up to date and running on older versions of these assemblies which did not match the structures.
By Ben Dornis - 9/26/2008

1. The connection string was wrong and not pointing to a StrataFrame database

2. The StrataFrame database structures were not updated (changes were made to the preferences)

3. The AddIns and Extensibility assemblies were not up to date and running on older versions of these assemblies which did not match the structures.



Sounds like #3 since everything else is working perfectly and we didn't make any changes to the install except not install the sample database. but we did a complete uninstall (1.6.1) and reinstall of strataframe 1.6.6. If the installer didn't do it correctly then how can we update it by hand?
By Ivan George Borges - 9/29/2008

Hi Ben.

For that, you could first make sure that your MicroFour StrataFrame AddIns.dll and MicroFour StrataFrame Extensibility.dll assemblies are present in the GAC and are the proper version, and do a search on your machine to ensure there isn't a different version sitting out there that visual studio might be grabbing instead.