| | | StrataFrame User
       
Group: StrataFrame Users Last Login: 06/25/2008 11:53:33 AM Posts: 306, Visits: 1,216 |
| | I have finished my First StrataFrame project and now I am ready to deploy my application and have an issue with the message and localization files and I'm not sure how to handle this situation. (I am not using the DDT for deployment yet) My output path for the generated XML message files on my development machine is C:\temp. In my AppMain I have set my MessageXmlPath = C:\temp, which is fine for development, but not for deployment. What's the best way to handle this situation? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 8:47:41 AM Posts: 4,104, Visits: 4,175 |
| | Distribute the XML files as part of your installation. Set the XML path dynamically like this: .MessageXMLPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) |
| | | | StrataFrame User
       
Group: StrataFrame Users Last Login: 06/25/2008 11:53:33 AM Posts: 306, Visits: 1,216 |
| | Perfect... You're the best! |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 8:47:41 AM Posts: 4,104, Visits: 4,175 |
| Glad to help |
| |
|
|