TurbineLite Build Errors
Closed this issue · 1 comments
boverhof commented
The new GIT repo has several build errors, and the Test Database is not in the repo.
Error 5 The type or namespace name 'MockedWebOperationContext' does not exist in the namespace 'System.ServiceModel.Web' (are you missing an assembly reference?) C:\Users\boverhof\Documents\Visual Studio 2012\Projects\turb_sci_gate2\Master\TurbineLiteConsumerIntegrationTest\ConsumerContractTest.cs 8 53 TurbineLiteConsumerIntegrationTest
Error 7 The system cannot find the file '..\..\..\..\CCSI_TE_LICENSE.rtf'. E:\delivery\Dev\wix37_public\src\ext\UIExtension\wixlib\LicenseAgreementDlg.wxs 32 1 TurbineLiteWiXInstaller
Error 1 The type or namespace name 'MockedWebOperationContext' does not exist in the namespace 'System.ServiceModel.Web' (are you missing an assembly reference?) C:\Users\boverhof\Documents\Visual Studio 2012\Projects\turb_sci_gate2\Master\TurbineLiteProducerIntegrationTest\WebResourceTest.cs 8 53 TurbineLiteProducerIntegrationTest
boverhof commented
Had to add WCFMock.dll to "Master/packages". This has an MIT license.
Changed reference to CCSI_TE_LICENSE.rtf
to LICENSE.md
, now compiles...