0

I have a C# Web Application that work as a Gateway, with some wcf services created on it. If i set any of the .svc files as the Start Page and try to run it, the WCF Test Client load, the green bar loads to half, and then the App crashes without even reaching the source code.

The weirdest thing, if i switch to Visual Studio 2013, the app and the WCF Test Client runs normally. The VS 2013 is the Professional version, and the 2015 is Community.

Below the generic error it generates:

enter image description here

Carlos ABS
  • 693
  • 9
  • 19
  • 1
    You can enable message logging in server side and check what is happening! May be visual studio 2015 is not able to recognise the path of wcf test client. – Hameed Syed Feb 08 '18 at 03:43
  • WCF Test Client starts, it's green bar loads to half, and then everything crashes. Theres a trace on system.diagnostics, but there is nothing there. – Carlos ABS Feb 09 '18 at 12:33
  • What does it say in 'Additional Information' in Screenshot? Can you write it in english? – vendettamit Oct 15 '18 at 19:21
  • "An exception was thrown by the destination of a call" - good luck – Carlos ABS Oct 17 '18 at 11:35

1 Answers1

-2

you must add username and password in to the database on connection string.