Visual Studio crashes when adding service reference with Exception code: 0xc00000fd

0

Getting below exception when adding service reference:

    Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3
    Faulting module name: clr.dll, version: 4.0.30319.1026, time stamp: 0x53b50961
    Exception code: 0xc00000fd
    Fault offset: 0x00001b67
    Faulting process id: 0x1734
    Faulting application start time: 0x01d0b86fc763ca2a
    Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
    Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Report Id: 0b7c1d39-2465-11e5-be25-00270e0fc056
.net
asked on Stack Overflow Jul 7, 2015 by Pyro • edited Jul 7, 2015 by Shashank

2 Answers

1

Check if .net framework version 4.5 is installed on the machine, it solved the problem for me. :-)

answered on Stack Overflow Jul 7, 2015 by Saurabh Prasad
-1

I think your Visual Studio has some files missing...

Just Run Visual studio Setup and Select the Repair Option...It will replicate the issue...

Hope works fine...:)

answered on Stack Overflow Jul 7, 2015 by Ankit Bansal

User contributions licensed under CC BY-SA 3.0