#409 closed defect (done)
ConfigMerger merges application and user settings multiple times
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Tools.ConfigMerger | Version: | 3.2 |
Keywords: | Cc: |
Description
Visual Studio updates the config file of an application just when rebuilding the application and not on every build. Therefore, application and user settings are merged multiple times when executing ConfigMerger in the post-build event. This leads to an exception when starting the application.
To solve this issue, ConfigMerger has to check, if an application or user setting has been merged already. In that case, the application and user setting must not be merged but has to be replaced.
Change History (7)
comment:1 Changed 16 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 16 years ago by swagner
comment:3 Changed 16 years ago by swagner
Updated ConfigMerger in main solution in r876.
comment:4 Changed 16 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Fixed in r875.