Bessie –
In regards to your question about how the merge was done… I am using Microsoft Team Foundation Server to manage changes made by multiple developers. The structure is as follows:
UWRiskDecisioner\Main\Source\UwDecisioner branched to
UWRiskDecisioner_Production\Source\UwDecisioner branched to
UWRiskDecisioner_Test\Source\UwDecisioner branched to
UWRiskDecisioner_Development\Source\UwDecisioner branched to
UWRiskDecisioner_Release\Source\UwDecisioner branched to
UWRiskDecisioner_Earthquake\Source\UwDecisioner
Changes were made in the UWRiskDecisoner\Main\Source\UwDecisioner branch as well as in the UWRiskDecisioner_Earthquake\Source\UwDecisioner applications. Both of these applications where working. Changes from UWRiskDecisioner\Main\Source\UwDecisioner were merged down through the hierarchy of branches into the UWRiskDecisioner_Earthquake\Source\UwDecisioner application. The merge process is a function of TFS from which I selected “All changes to a specific version” version type “Latest version”.
In regards to your explination of how Excel Workbook project works … I agree. Unfortunately that is not how it is working. The Excel Workbook project that I am working with has 11 sheets numbered 2 theough 12 (nothing is marked as Sheet1). Sheet12 has been renamed to WindstormResultsSheet. Sheet2 has been renamed to DataSheet. Sheet3 has been renamed to LocationDetailsSheet. Sheet4 has been renamed to PolicyDetailsSheet. Sheet5 has been renamed to LocationDeductiblesSheet. Sheet6 has been renamed to AttritionalPmlDataSheet. Sheet7 has been renamed to UwRulesSheet. Sheet8 has been renamed to AOPLocationDetailsSheet. Sheet9 has been renamed to PolicySummarySheet. Sheet10 has been renamed to AttritionalPmlDataSheetEQ. Sheet11 has been renamed to EarthquakeResultsSheet.
Putting a breakpoint on the first line of the _Startup method of each sheet shows LocationDeductiblesSheet_StartUp as the first line of executed code.
Thank you for your help