Advertisement
Guest User

msbuild error

a guest
Jun 17th, 2010
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 KB | None | 0 0
  1. Project "C:\dev\Incentive\UI\IncentiveUI.sln" (1) is building "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\VisionCritical.Incentive.UI.Common.csproj" (5:19) on node 0 (Rebuild target(s)).
  2. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\Bin\Debug\VisionCritical.Incentive.UI.Common.dll".
  3. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\Bin\Debug\VisionCritical.Incentive.UI.Common.pdb".
  4. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\Bin\Debug\VisionCritical.Incentive.DomainModel.dll".
  5. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\Bin\Debug\VisionCritical.Incentive.DomainModel.pdb".
  6. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\ResolveAssemblyReference.cache".
  7. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\Control\AutoSelectAllTextBox.g.cs".
  8. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\Control\ModalOverlay.g.cs".
  9. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\Control\TabButton.g.cs".
  10. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\Control\VCTextBox.g.cs".
  11. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\VisionCritical.Incentive.UI.Common.g.resources".
  12. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\VisionCritical.Incentive.UI.Resource.Strings.resources".
  13. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\VisionCritical.Incentive.UI.Common.csproj.GenerateResource.Cache".
  14. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\VisionCritical.Incentive.UI.Common.dll".
  15. Deleting file "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\obj\Debug\VisionCritical.Incentive.UI.Common.pdb".
  16. EntityClean:
  17. Successfully cleaned the output for 0 EDMX files.
  18. EntityDeploy:
  19. Processing 0 EDMX files.
  20. Finished processing 0 EDMX files.
  21. CoreResGen:
  22. Processing resource file "Resource\Strings.resx" into "obj\Debug\VisionCritical.Incentive.UI.Resource.Strings.resources".
  23. ApplicationContext.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  24. Event\AssigmentRuleUpdatedEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  25. Event\ClearAllProgramValuesEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  26. Event\DeleteProgramRequestedEvent.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  27. Event\ProgramListUpdatedArgs.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  28. Event\ProgramUpdatedEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  29. Helpers\DomainHelpers.cs(4,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  30. Helpers\Helper.cs(4,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  31. ViewModel\AssignmentRuleViewModel.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  32. ViewModel\AssociatedStudy.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  33. ViewModel\AssociatedStudy.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  34. ViewModel\ProgramViewModel.cs(7,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  35. ViewModel\ListItemDataViewModel.cs(1,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  36. ViewModel\RewardExchangeViewModel.cs(1,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  37. Interface\IApplicationContext.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  38. ApplicationContext.cs(11,10): error CS0246: The type or namespace name 'RequestContext' could not be found (are you missing a using directive or an assembly reference?)
  39. Event\AssigmentRuleUpdatedEvent.cs(10,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  40. Event\AssigmentRuleUpdatedEvent.cs(11,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  41. Event\ClearAllProgramValuesEvent.cs(18,10): error CS0246: The type or namespace name 'ReturnCode' could not be found (are you missing a using directive or an assembly reference?)
  42. Event\ProgramListUpdatedArgs.cs(8,22): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  43. Event\ProgramUpdatedEvent.cs(10,10): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  44. Event\ProgramUpdatedEvent.cs(11,10): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  45. Helpers\DomainHelpers.cs(10,29): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  46. Helpers\Helper.cs(11,58): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  47. Helpers\Helper.cs(49,51): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  48. ViewModel\AssignmentRuleViewModel.cs(10,22): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  49. ViewModel\AssignmentRuleViewModel.cs(11,11): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  50. ViewModel\AssignmentRuleViewModel.cs(28,21): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  51. ViewModel\AssignmentRuleViewModel.cs(58,23): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  52. ViewModel\AssignmentRuleViewModel.cs(89,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  53. ViewModel\AssociatedStudy.cs(9,16): error CS0246: The type or namespace name 'Study' could not be found (are you missing a using directive or an assembly reference?)
  54. ViewModel\AssociatedStudy.cs(10,16): error CS0246: The type or namespace name 'UserAssociationInfo' could not be found (are you missing a using directive or an assembly reference?)
  55. ViewModel\ProgramViewModel.cs(27,17): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  56. ViewModel\ProgramViewModel.cs(71,16): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  57. ViewModel\ProgramViewModel.cs(99,28): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  58. ViewModel\ProgramViewModel.cs(190,16): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  59. ViewModel\ProgramViewModel.cs(289,55): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  60. ViewModel\ProgramViewModel.cs(295,42): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  61. ViewModel\ProgramViewModel.cs(310,38): error CS0118: 'VisionCritical.Incentive.UI.ProgramViewModel.RewardExchange' is a 'property' but is used like a 'type'
  62. ViewModel\ListItemDataViewModel.cs(10,10): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  63. ViewModel\ListItemDataViewModel.cs(11,10): error CS0246: The type or namespace name 'ParticipationTypeId' could not be found (are you missing a using directive or an assembly reference?)
  64. ViewModel\RewardExchangeViewModel.cs(8,11): error CS0246: The type or namespace name 'RewardExchange' could not be found (are you missing a using directive or an assembly reference?)
  65. ViewModel\RewardExchangeViewModel.cs(9,11): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  66. ViewModel\RewardExchangeViewModel.cs(24,10): error CS0246: The type or namespace name 'RewardExchange' could not be found (are you missing a using directive or an assembly reference?)
  67. ViewModel\RewardExchangeViewModel.cs(64,10): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  68. Interface\IApplicationContext.cs(8,3): error CS0246: The type or namespace name 'RequestContext' could not be found (are you missing a using directive or an assembly reference?)
  69. Done Building Project "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\VisionCritical.Incentive.UI.Common.csproj" (Rebuild target(s)) -- FAILED.
  70. Done Building Project "C:\dev\Incentive\UI\IncentiveUI.sln" (Rebuild target(s)) -- FAILED.
  71.  
  72. Build FAILED.
  73.  
  74. "C:\dev\Incentive\UI\IncentiveUI.sln" (Rebuild target) (1) ->
  75. "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Web\VisionCritical.Incentive.UI.Web.csproj" (Rebuild target) (3) ->
  76. "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Module.Program\VisionCritical.Incentive.UI.Module.Program.csproj" (Build target) (6:2) ->
  77. (CoreCompile target) ->
  78. obj\Debug\View\CreateUpdateProgramView.g.cs(46,47): warning CS0108: 'VisionCritical.Incentive.UI.Module.Program.CreateUpdateProgramView.Content' hides inherited member 'System.Windows.Controls.UserControl.Content'. Use the new keyword if hiding was intended.
  79. obj\Debug\View\MainView.g.cs(42,47): warning CS0108: 'VisionCritical.Incentive.UI.Module.Program.View.MainView.Content' hides inherited member 'System.Windows.Controls.UserControl.Content'. Use the new keyword if hiding was intended.
  80. obj\Debug\View\ProgramNavigationView.g.cs(42,47): warning CS0108: 'VisionCritical.Incentive.UI.Module.Program.ProgramNavigationView.Content' hides inherited member 'System.Windows.Controls.UserControl.Content'. Use the new keyword if hiding was intended.
  81.  
  82.  
  83. "C:\dev\Incentive\UI\IncentiveUI.sln" (Rebuild target) (1) ->
  84. "C:\dev\Incentive\UI\VisionCritical.Incentive.UI.Common\VisionCritical.Incentive.UI.Common.csproj" (Rebuild target) (5:19) ->
  85. (CoreCompile target) ->
  86. ApplicationContext.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  87. Event\AssigmentRuleUpdatedEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  88. Event\ClearAllProgramValuesEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  89. Event\DeleteProgramRequestedEvent.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  90. Event\ProgramListUpdatedArgs.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  91. Event\ProgramUpdatedEvent.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  92. Helpers\DomainHelpers.cs(4,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  93. Helpers\Helper.cs(4,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  94. ViewModel\AssignmentRuleViewModel.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  95. ViewModel\AssociatedStudy.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  96. ViewModel\AssociatedStudy.cs(3,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  97. ViewModel\ProgramViewModel.cs(7,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  98. ViewModel\ListItemDataViewModel.cs(1,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  99. ViewModel\RewardExchangeViewModel.cs(1,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  100. Interface\IApplicationContext.cs(2,32): error CS0234: The type or namespace name 'DomainModel' does not exist in the namespace 'VisionCritical.Incentive' (are you missing an assembly reference?)
  101. ApplicationContext.cs(11,10): error CS0246: The type or namespace name 'RequestContext' could not be found (are you missing a using directive or an assembly reference?)
  102. Event\AssigmentRuleUpdatedEvent.cs(10,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  103. Event\AssigmentRuleUpdatedEvent.cs(11,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  104. Event\ClearAllProgramValuesEvent.cs(18,10): error CS0246: The type or namespace name 'ReturnCode' could not be found (are you missing a using directive or an assembly reference?)
  105. Event\ProgramListUpdatedArgs.cs(8,22): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  106. Event\ProgramUpdatedEvent.cs(10,10): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  107. Event\ProgramUpdatedEvent.cs(11,10): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  108. Helpers\DomainHelpers.cs(10,29): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  109. Helpers\Helper.cs(11,58): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  110. Helpers\Helper.cs(49,51): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  111. ViewModel\AssignmentRuleViewModel.cs(10,22): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  112. ViewModel\AssignmentRuleViewModel.cs(11,11): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  113. ViewModel\AssignmentRuleViewModel.cs(28,21): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  114. ViewModel\AssignmentRuleViewModel.cs(58,23): error CS0246: The type or namespace name 'OperatorTypeId' could not be found (are you missing a using directive or an assembly reference?)
  115. ViewModel\AssignmentRuleViewModel.cs(89,10): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  116. ViewModel\AssociatedStudy.cs(9,16): error CS0246: The type or namespace name 'Study' could not be found (are you missing a using directive or an assembly reference?)
  117. ViewModel\AssociatedStudy.cs(10,16): error CS0246: The type or namespace name 'UserAssociationInfo' could not be found (are you missing a using directive or an assembly reference?)
  118. ViewModel\ProgramViewModel.cs(27,17): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  119. ViewModel\ProgramViewModel.cs(71,16): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)
  120. ViewModel\ProgramViewModel.cs(99,28): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  121. ViewModel\ProgramViewModel.cs(190,16): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  122. ViewModel\ProgramViewModel.cs(289,55): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  123. ViewModel\ProgramViewModel.cs(295,42): error CS0246: The type or namespace name 'AssignmentRule' could not be found (are you missing a using directive or an assembly reference?)
  124. ViewModel\ProgramViewModel.cs(310,38): error CS0118: 'VisionCritical.Incentive.UI.ProgramViewModel.RewardExchange' is a 'property' but is used like a 'type'
  125. ViewModel\ListItemDataViewModel.cs(10,10): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  126. ViewModel\ListItemDataViewModel.cs(11,10): error CS0246: The type or namespace name 'ParticipationTypeId' could not be found (are you missing a using directive or an assembly reference?)
  127. ViewModel\RewardExchangeViewModel.cs(8,11): error CS0246: The type or namespace name 'RewardExchange' could not be found (are you missing a using directive or an assembly reference?)
  128. ViewModel\RewardExchangeViewModel.cs(9,11): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  129. ViewModel\RewardExchangeViewModel.cs(24,10): error CS0246: The type or namespace name 'RewardExchange' could not be found (are you missing a using directive or an assembly reference?)
  130. ViewModel\RewardExchangeViewModel.cs(64,10): error CS0246: The type or namespace name 'RewardTypeId' could not be found (are you missing a using directive or an assembly reference?)
  131. Interface\IApplicationContext.cs(8,3): error CS0246: The type or namespace name 'RequestContext' could not be found (are you missing a using directive or an assembly reference?)
  132.  
  133. 3 Warning(s)
  134. 46 Error(s)
  135.  
  136. Time Elapsed 00:00:15.75
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement