Click here to Skip to main content
15,883,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am trying to automate the build process of my application.
I have properly given the build defination and the build is getting triggered at the specific time. But when the build is happening via TFS(msbuild) i am getting error -
(179): No overload for method 'GetValue' takes 1 arguments
(201): The name 'ZipFile' does not exist in the current context
(5): The type 'System.Net.Http.HttpMessageHandler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

Now these error are not coming when i compile my application in Visual studios compiler.
And there is no 3rd party dlls involved as well, as the GetValue is from reflection and ZipFile is from IO.compression.

Can anyone please suggest where and what i am doing wrong or what i have missed?

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900