I use <br>      dub build --compiler=ldc2<br>and get these error messages below:<br><br>Installing DCD<br>Installing into C:\Users\admin\AppData\Roaming\code-d\bin<br>Deleting old installation from C:\Users\admin\AppData\Roaming\code-d\bin\DCD<br>Failed to install DCD<br>std.file.FileException@C:\temp\LDC-BUILDx86\src\ldc\runtime\phobos\std\file.d(733): C:\Users\admin\AppData\Roaming\code-d\bin\DCD\.git\modules\dsymbol\objects\pack\pack-8e9b49e6972937fb54fdb5f64365e3c1e41f39ca.idx: Access Denied¡£<br>----------------<br>0x016C9F58 in ulong[] core.sys.windows.stacktrace.StackTrace.traceNoSync(uint, core.sys.windows.winnt.CONTEXT*)<br>0x016C9D02 in core.sys.windows.stacktrace.StackTrace core.sys.windows.stacktrace.StackTrace.__ctor(uint, core.sys.windows.winnt.CONTEXT*)<br>0x016C2B2C in object.Throwable.TraceInfo core.runtime.defaultTraceHandler(void*)<br>Installing dscanner<br>Installing into C:\Users\admin\AppData\Roaming\code-d\bin<br>Deleting old installation from C:\Users\admin\AppData\Roaming\code-d\bin\Dscanner<br>Failed to install Dscanner<br>std.file.FileException@C:\temp\LDC-BUILDx86\src\ldc\runtime\phobos\std\file.d(733): C:\Users\admin\AppData\Roaming\code-d\bin\Dscanner\.git\modules\containers\objects\pack\pack-d03772eb5ea7715bd99bec2a2491e7062f8f6062.idx: Access Denied¡£<br>----------------<br>0x016C9F58 in ulong[] core.sys.windows.stacktrace.StackTrace.traceNoSync(uint, core.sys.windows.winnt.CONTEXT*)<br>0x016C9D02 in core.sys.windows.stacktrace.StackTrace core.sys.windows.stacktrace.StackTrace.__ctor(uint, core.sys.windows.winnt.CONTEXT*)<br>0x016C2B2C in object.Throwable.TraceInfo core.runtime.defaultTraceHandler(void*)<br><br><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ ------------------</div>On Sunday, 6 August 2017 at 05:38:28 UTC, Dmitry wrote:<br>> On Saturday, 5 August 2017 at 22:43:31 UTC, WebFreak001 wrote:<br>>> try out the new version please uninstall code-d and install <br>>> code-d-beta <br>>> (https://marketplace.visualstudio.com/items?itemName=webfreak.code-d-beta, it's version 0.16.1) and just try to use it.<br>><br>> Failed to install serve-d (Error code 2)<br>> https://pastebin.com/EMgV1tR2<br><br>Can you cd C:\Users\Dmitry\AppData\Roaming\code-d\bin\serve-d<br>and then try the following commands in this order and tell me if <br>one of them worked:<br><br>dub build --compiler=ldc --build=release --combined<br>dub build --compiler=ldc --combined<br>dub build --compiler=ldc --build=release<br>dub build --compiler=ldc</div>