After creating new build type 32bitDebug (based on Debug) according to How to: Create and Edit Configurations
I received the following error during compile
Error 409 WebServiceBindingAttribute is required on proxy classes. C:TFSmyProjectSGEN MyAssemblyName
The instructions from SO answer http://stackoverflow.com/questions/354503/webservicebindingattribute-is-required-on-proxy-classes
|
fixed the problem. |