| | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 2:43:51 PM Posts: 4,241, Visits: 4,285 |
| what is the password for the SF package file you posted please? framework |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:52:14 PM Posts: 597, Visits: 13,834 |
| | Installing that and rebuilding after worked. Thanks. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 2:43:51 PM Posts: 4,241, Visits: 4,285 |
| Cool |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:52:14 PM Posts: 597, Visits: 13,834 |
| Instead of starting a new thread.....
The NameOnServer property does not seem to be working for some reason, I wrote this months ago and now it isn't working.
I have these two lines of code that used to allow me to deploy a given package file to a SQL Server with any name I choose.
Dim loDatabase As New DatabaseTargetName(profilename)
loDatabase.NameOnServer = dbInstanceName
Now it is ignoring the second line and always applying to the SQL Server using the default name.
Help please 
|
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:52:14 PM Posts: 597, Visits: 13,834 |
| My maybe this is due to my addins being messed up, should they read 1.6.5 now when I add a reference?
I see the file version is 1.6.5 and the Assembly is 1.6.0 (good stuff so we dont have to change all project references) |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:52:14 PM Posts: 597, Visits: 13,834 |
| | | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 9:09:33 AM Posts: 2,661, Visits: 1,876 |
| | When you're calling the DatabaseMigrator.DeployMeta-Data method, are you using the overload that accepts the array of DatabaseTargetName objects? If you don't pass them in, they get ignored... If so, then could you post the code snippet from where you're creating the name through where you're calling the deployment methods? Thanks.
www.bungie.net |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 2:43:51 PM Posts: 4,241, Visits: 4,285 |
| | My maybe this is due to my addins being messed up, should they read 1.6.5 now when I add a reference? |
You will definitely want to get this cleaned up as it will cause a number of issues since we did not change the assembly version, just the file version. If you can't get these removed from your assembly then manually use the gacutil.exe -uf command from the Visual Studio command prompt. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:52:14 PM Posts: 597, Visits: 13,834 |
| | We had the package profile name wrong, it was hard to find the bug because it installed the default instance fine instead of blowing out. Thanks. |
| | | |
|