in Education by
Last few weeks me and few colleagues are encountering crashes of Remote debugger tools in case we're using them through Remote desktop (e.g. you install Windows, install Remote debugger, start and it will crash in < 1s). Issue occurs time to time, most often on configuration Windows Server 2008 R2 Enterprise SP1 or WinServer 2012 R2 Standard. We're mainly using VS2015 remote debugger tools but when this issue occurs then it behave same for VS2015/2013/2012 remote debuggers and it's there forever unless OS is reinstalled. When you let app crash and start it again as new instance without closing original crashing you've got alert that default port 4020 is occupied by another application so it seems it's able to occupy port before crash doing something before crash. Second instance in picture is just for deeper explanation - main issue it's crashing at all even when just one instance is running. Currently it seems for some Memory access violation exception in wsdapi.dll Did you ever met similar behavior and found way how move forward? Issue itself is pretty similar to this one dead thread http://www.yqcomputer.com/4_469b4b74a9aced45_1.htm On picture below - debug program option just doesn't work in way it's not able to step into VS. - Check online... just finds nothing and collects info about my operating system configuration prepared to be sent to Microsoft. Only additional information we're able to get are from those Event application log but those are pretty brief as well. Faulting application name: msvsmon.exe, version: 14.0.24720.0, time stamp: 0x564e96d6 Faulting module name: wsdapi.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ca31 Exception code: 0xc0000005 Fault offset: 0x0000000000051e8e Faulting process id: 0x16a0 Faulting application start time: 0x01d170895f8a7b52 Faulting application path: C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe Faulting module path: C:\Windows\system32\wsdapi.dll Report Id: 9d409094-dc7c-11e5-a94d-00155d1a2544 JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I don't think there is currently solution for setup you describe. I was having pretty same issue happening all the time on one of my Windows Server 2008R2 SP1 virtual machine. Unfortunately I wasn't able figure out why it was happening but after I've replaced my 2008R2 with 2012 I never hit the issue again. Given it was crashing with reference to wsdapi.dll I guess it was some major in incompatibility between VS2015 and Windows Server 2008R2 (pretty old as it was starting with .NET 3.5) and so upgrade is best solution. Hope it helps.

Related questions

0 votes
    I have been trying to connect to my prod server from my dev using connect to remote (which gets ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 8, 2022 in Education by JackTerrance
0 votes
    Installed Postgres-XC $>sudo apt-get install postgres-xc then $ postgres -V postgres (PostgreSQL) 9.2. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    how to pass a value to a react funtion without immediately firing it?...
asked Dec 10, 2020 in Technology by JackTerrance
0 votes
    IDAPro is used as a _________________ in manual binary code analysis and also used a debugger. (a) PE & ... -for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    Which of the following action is possible in Firebug when used as a JavaScript Debugger and Profiler? (a) ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 21, 2021 in Education by JackTerrance
0 votes
    I have set up a new, empty, modeless userform, to fix my problem with the least amount of code ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    for a few users (maybe not that few, considering the number of related mails I'm receiving) the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I created a brand new Web Application, .NET Full Framework 4.7.2, added Application Insights Snapshot ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 22, 2022 in Education by JackTerrance
0 votes
    When I run my Dash app from the command line using export PYTHONPATH=./src/ && python ./src/pdv/ ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 6, 2022 in Education by JackTerrance
0 votes
    What are the major reasons for using WinDbg vs the Visual Studio debugger? And is it commonly used as ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    I have created a set of multi-platform C++ components to load and manage various types of digitally signed ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    __________ is a debugger and exploration tool. (a) Netdog (b) Netcat (c) Tcpdump (d) BackTrack This question was ... Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 3, 2021 in Education by JackTerrance
0 votes
    Almost all MPI routines return an error handler. However, a communication error usually crashes the program at ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I asked a question like this here: How to adjust Label in tkinter? But the events load up and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
...