| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:49:39 AM Posts: 658, Visits: 27,038 |
| Please.
It took 45 minutes to install at a customers site yesterday. Thanks. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| Already done in the next update. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:49:39 AM Posts: 658, Visits: 27,038 |
| It looks like you have the option to do nothing with the databases in 1.6.1.
Would it be possible to update/install the Strataframe database but not install the sample databases during the install the next go around?
Thanks for considering. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:49:39 AM Posts: 658, Visits: 27,038 |
| So I see you kept the same DLL assembly version which is great.
When do I need to update the DLL's on a client machine? Anytime a new EXE is compiled using 1.6.1 in development?
What if I don't use any of the new features in an update? Should i still update my DLL's?
Also how would I know that I indeed have the 1.6.1 DLL's in the GAC/app directory since they are versioned as 1.6.0 ?
Thanks |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 1:09:23 PM Posts: 2,686, Visits: 1,888 |
| Any time you give a new EXE to a client, you should also include the SF DLLs, even if the version did not change. Mainly because you might get MissingMethodExceptions or TypeLoaderExceptions. Always include the exact DLLs that you referenced when you built your EXE, because your EXE stores meta-data about the types and methods that it references from other DLLs. If that meta-data does not match at runtime, you get the pretty, red error window 
www.bungie.net |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:49:39 AM Posts: 658, Visits: 27,038 |
| | OK, how can I confirm that I have the 1.6.1 DLL's installed since they say 1.6.0? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| | If you pull the DLLs from the C:\Program Files\Common Files\MicroFour\StrataFrame folder, you will always have the most recent assemblies. You could also pull them from the C:\Program FIles\MicroFour\StrataFrame\Assemblies folder as well which are the compiled assemblies that we use when installing StrataFrame to place in your GAC. Either of these file locations would be safe and you would know you have the most recent. |
| |
|
|