0

I have a visual studio 2015 load test project , that run serveral integration test

When I run the integration test stand alone they pass

When I run them via load test I get an exception :

Unit Test Adapter threw exception: The constructor to deserialize an object of type 'Hosting.Service.HostingRuntimeException' was not found..

I've looked at this and this but the solution there do not work

Community
  • 1
  • 1
Shachaf.Gortler
  • 5,655
  • 14
  • 43
  • 71
  • I had a similar problem, but I cannot remember what I did to resolve the problem. Could you describe your situation more specifically? It may ring a bell for me or for you. – Tae-Sung Shin Aug 27 '16 at 00:00

1 Answers1

0

The issue was Enable deployment was not checked .

In the Local.testsettings go Deployment tab and click the check the deployment chec box

enter image description hereto the

Shachaf.Gortler
  • 5,655
  • 14
  • 43
  • 71