<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">I have a fairly simple Haskell program which I build with cabal, which ends up seemingly successful with an executable (apl.exe).<o:p></o:p></p>
<p class="MsoNormal">(but what a path(!):<o:p></o:p></p>
<p class="MsoNormal" style="background:#012456;text-autospace:none"><span style="color:white">  . \dist-newstyle\build\x86_64-windows\ghc-8.10.1\apl-0.0.1\build\apl\apl.exe
</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Running that gives an error:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Program 'apl.exe' failed to run: The application has failed to start because its side-by-side configuration<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">detailAt line:1 char:1<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">+ ./apl<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">+ ~~~~~.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">At line:1 char:1<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">+ ./apl<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">+ ~~~~~<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">    + FullyQualifiedErrorId : NativeCommandFailed<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Looking in the Windows event viewer, it reports:<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Segoe UI",sans-serif">     Activation context generation failed for "…\apl.exe". Error in manifest or policy file "…apl.exe" on line 2. Invalid Xml syntax.</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Sxstrace did not seem to give any additional information:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Begin Activation Context Generation.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Input Parameter:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                Flags = 0<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                ProcessorArchitecture = AMD64<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                CultureFallBacks = en-US;en<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                ManifestPath = D:\CS\Courses\CS505 -APL\Labs & Hmwks\Dsem Labs -Haskell Solns\dist-newstyle\build\x86_64-windows\ghc-8.10.1\APL-0.0.1\build\APL\apl.exe<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                AssemblyDirectory = D:\CS\Courses\CS505 -APL\Labs & Hmwks\Dsem Labs -Haskell Solns\dist-newstyle\build\x86_64-windows\ghc-8.10.1\APL-0.0.1\build\APL\<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                Application Config File =
<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">-----------------<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">INFO: Parsing Manifest File D:\CS\Courses\CS505 -APL\Labs & Hmwks\Dsem Labs -Haskell Solns\dist-newstyle\build\x86_64-windows\ghc-8.10.1\APL-0.0.1\build\APL\apl.exe.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                INFO: Manifest Definition Identity is (null).<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">                ERROR: Line 2: XML Syntax error.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">ERROR: Activation Context generation failed.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">End Activation Context Generation.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Online some posts suggest installing a current VC_redist – I did that, no relief.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any suggestions on what is causing this, and a fix?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Running GCH: 8.10.1<o:p></o:p></p>
<p class="MsoNormal">Cabal: 3.2.0.0<o:p></o:p></p>
<p class="MsoNormal">Windows 10<o:p></o:p></p>
<div style="mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt;padding:0in 0in 1.0pt 0in">
<p class="MsoNormal" style="border:none;padding:0in"><o:p> </o:p></p>
</div>
<p class="MsoNormal">Dr. Gregory Guthrie<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>