getgauge / gauge-visualstudio

Visual Studio plugin for Gauge
10 stars 9 forks source link

Unable to debug spec from visual studio 2015 #196

Closed itsmemittal closed 7 years ago

itsmemittal commented 7 years ago

When open gauge project in visual studio 2015 i am getting following error.

[Debug] Opening Gauge Daemon for Project : RegressionAutomation, at ports: 1000, 2000 [Debug] Opening Gauge Daemon with PID: 17704 [Error] Failed to start Gauge Daemon: System.Exception: Could not connect ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:1000 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP) at Gauge.CSharp.Core.TcpClientWrapper..ctor(Int32 port) --- End of inner exception stack trace --- at Gauge.CSharp.Core.TcpClientWrapper..ctor(Int32 port) at Gauge.VisualStudio.Core.GaugeService.StartGaugeAsDaemon(Project gaugeProject)

BugDiver commented 7 years ago

@itsmemittal Can you provide some more details about your issue?

BugDiver commented 7 years ago

@itsmemittal I see you had raised a similar issue here which got resolved. Are you still facing the issue?

itsmemittal commented 7 years ago

it is fixed after installing the correct version of gauge visual studio plugin.

BugDiver commented 7 years ago

@itsmemittal Thanks for your response. I'm closing the issue.