This question already has an answer here:
My Visual Studio Macros stopped working, with no errors displayed or logged I could find.
(I did think it was something I did to my machine.)
This question already has an answer here:
My Visual Studio Macros stopped working, with no errors displayed or logged I could find.
(I did think it was something I did to my machine.)
Microsoft released a Windows Update that fixed a security issue (MS14-009) that broke Visual Studio Macros.
The workaround, described in KB2934830, is to add
to your Visual Studio Macros Server
.exe.config
.Depending upon your Visual Studio version and Windows bitness, the file is:
You'll need to edit the file as an administrator (or otherwise adjust permissions), and it ought to already contain the
<configuration><runtime>
section.(Although I gleaned the above from the KB article, my Google searching found this via this.)