jenkins msbuild

0 votes

Hi Team, i have created jenkins setup for  .NET project using msbuild tool and created build but getting failed could you please help find the attached build log.

UserMgmtService\FleetTest.cs(109,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\CompanyTest.cs(110,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(36,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\CompanyTest.cs(131,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(52,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(67,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(67,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'Device' and no accessible extension method 'Device' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(67,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(55,78): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(56,41): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(56,67): error CS1061: 'IHttpActionResult' does not contain a definition for 'geofenceModel' and no accessible extension method 'geofenceModel' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(81,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(121,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(121,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'Devices' and no accessible extension method 'Devices' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(91,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\CompanyTest.cs(216,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\CompanyTest.cs(216,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'CompanyNames' and no accessible extension method 'CompanyNames' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(97,94): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(99,89): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(100,66): error CS1061: 'IHttpActionResult' does not contain a definition for 'geofenceModel' and no accessible extension method 'geofenceModel' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(175,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\DeviceTests.cs(175,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'Devices' and no accessible extension method 'Devices' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(115,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(140,79): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(142,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(215,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(215,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'PermissionResponses' and no accessible extension method 'PermissionResponses' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(134,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(182,76): error CS1061: 'IHttpActionResult' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(184,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(157,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(226,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(179,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\GeofenceTest.cs(268,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UIService\GridSettingsTest.cs(201,31): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(255,39): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(261,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(262,41): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(263,41): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(264,41): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(354,110): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(357,65): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(26,51): error CS7036: There is no argument given that corresponds to the required formal parameter 'redisCacheManager' of 'AssetController.AssetController(IAssetDataService, IDeviceDataService, ITwoWayCommandStatusDataService, IDCXDownloadHistoryDataService, IRedisCacheManager)' [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(78,55): error CS1061: 'IHttpActionResult' does not contain a definition for 'Asset' and no accessible extension method 'Asset' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(448,62): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(451,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(91,51): error CS7036: There is no argument given that corresponds to the required formal parameter 'redisCacheManager' of 'AssetController.AssetController(IAssetDataService, IDeviceDataService, ITwoWayCommandStatusDataService, IDCXDownloadHistoryDataService, IRedisCacheManager)' [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(595,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(158,51): error CS7036: There is no argument given that corresponds to the required formal parameter 'redisCacheManager' of 'AssetController.AssetController(IAssetDataService, IDeviceDataService, ITwoWayCommandStatusDataService, IDCXDownloadHistoryDataService, IRedisCacheManager)' [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(210,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Assets' and no accessible extension method 'Assets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  ReeferService\AssetTest.cs(210,51): error CS1061: 'IHttpActionResult' does not contain a definition for 'Assets' and no accessible extension method 'Assets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(467,51): error CS7036: There is no argument given that corresponds to the required formal parameter 'redisCacheManager' of 'AssetController.AssetController(IAssetDataService, IDeviceDataService, ITwoWayCommandStatusDataService, IDCXDownloadHistoryDataService, IRedisCacheManager)' [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\FleetTest.cs(547,98): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(686,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(731,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(731,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'PermissionIDs' and no accessible extension method 'PermissionIDs' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(731,71): error CS1061: 'IHttpActionResult' does not contain a definition for 'PermissionIDs' and no accessible extension method 'PermissionIDs' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(731,103): error CS1061: 'IHttpActionResult' does not contain a definition for 'PermissionIDs' and no accessible extension method 'PermissionIDs' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(810,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(876,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\RolesTest.cs(876,43): error CS1061: 'IHttpActionResult' does not contain a definition for 'Users' and no accessible extension method 'Users' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\UserTest.cs(521,30): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\UserTest.cs(597,79): error CS1061: 'IHttpActionResult' does not contain a definition for 'Fleets' and no accessible extension method 'Fleets' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\UserTest.cs(599,36): error CS1061: 'IHttpActionResult' does not contain a definition for 'Status' and no accessible extension method 'Status' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]
  UserMgmtService\UserTest.cs(599,55): error CS1061: 'IHttpActionResult' does not contain a definition for 'Users' and no accessible extension method 'Users' accepting a first argument of type 'IHttpActionResult' could be found (are you missing a using directive or an assembly reference?) [D:\IBM\Build\TripLINK\LatestCode\SourceCode\Carrier.ESolutions.Container.Services.IntegrationTest\Carrier.ESolutions.Container.Services.IntegrationTest.csproj]

May 25, 2020 in Jenkins by sravan
• 150 points
879 views

1 answer to this question.

0 votes

Hi@sravan,

I think you did not set your MSBuild configuration path. You can follow the below given steps. 

  1. Navigate to http://localhost:8080/

  2. Click Manage Jenkins

  3. Click Configure System

  4. Scroll down the list until you find MSBuild

  5. Click the MSBuild installations… button

  6. Click Add MSBuild

  7. Give the new MSBuild configuration a name like MSBuild-default.

  8. In the path field, insert the fully qualified path to msbuild.exe. On my server the path is: C:Program Files (x86)MSBuild14.0Binmsbuild.exe, but this can be different on your system.

  9. Click save.

answered May 29, 2020 by MD
• 95,440 points
Hi Team,

i am using jenkins-->msbuild plugin with visual studio 2017, i have installed jenkins plugin
Where did you face the problem?

Related Questions In Jenkins

0 votes
1 answer

Jenkins MsBuild.exe issue

Go to manage Jenkins -> global tool ...READ MORE

answered Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
524 views
+5 votes
5 answers

Jenkins properties file

Follow these steps: 1. Install ‘EnvInject’ plug-in in the Jenkins ...READ MORE

answered Aug 2, 2018 in Jenkins by lina
• 8,220 points
27,469 views
+1 vote
2 answers

What possible return values are there in Jenkins plugin “Sonarqube scanner”

Use Webhooks in SonarQube Administration setup to ...READ MORE

answered Aug 3, 2018 in Jenkins by Nilesh
• 7,050 points
4,380 views
0 votes
1 answer

How can I create global macros and templates in jenkins job builder?

you can append the path to the ...READ MORE

answered Apr 2, 2018 in Jenkins by ajs3033
• 7,300 points
1,564 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,515 views
+2 votes
1 answer
+3 votes
7 answers

Is it possible to shift or move jobs between two jenkins servers?

Hi, You can copy Jobs in between your ...READ MORE

answered Dec 16, 2020 in Jenkins by MD
• 95,440 points
44,458 views
+5 votes
3 answers

How to trigger a Jenkins pipeline A in another Jenkins pipeline B?

You can run the following code, its ...READ MORE

answered Jul 5, 2018 in Jenkins by Sophie may
• 10,610 points
117,505 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP