WCF Service, the type provided as the service attribute values…could not be found

后端 未结 14 1196
梦如初夏
梦如初夏 2020-12-24 11:44

When I right click on Eval.svc within Visual Studio 2012 and view in browser, I get the following -

The type \'EvalServiceLibary.Eval\',

14条回答
  •  死守一世寂寞
    2020-12-24 12:18

    I changed the output path of the service. it should be inside bin folder of the service project. Once I put the output path back to bin, it worked.

提交回复
热议问题