<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic msvcr90.dll is missing in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785183#M1781</link>
    <description>The most recent error you saw with msvcr90.dll happens when the executable (or a DLL it uses) references a DLL via the manifest as a shared assembly, but a DLL by that name is also found in PATH (or in the executable folder). This conflict leads to that particular error.&lt;BR /&gt;&lt;BR /&gt;For the compiler, a &lt;A target="_blank" href="http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/"&gt;Windows Installer Merge Module i&lt;/A&gt;s provided for its run-time DLLs. I don't see that MKL offers something similar.</description>
    <pubDate>Tue, 17 Jul 2012 14:13:50 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2012-07-17T14:13:50Z</dc:date>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785176#M1774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;I have a compiled fortran exe that is running fine on about 15 machines, however on 1 machine i am having problems.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;On the problem machine, most of the time when it is run the command window closes immediately without any windows's message. However in the process of adding debugging messages to the code, one build does generate the windows message "The program can't start because MSVCR90.dll is missing from your computer. Try reinstalling the program to fix the problem".&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;The crash occurs when NRM2 (from BLAS95) is called.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;I reinstalled the MS VC++ 2008 SP1 redistributable, but this did not change the outcome.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;I ran dependency walker on the problem machine, and it didn't show any problems. Attached should be the dependency walker dwi file from problem machine (BAD.dwi) and a dwi file from a machine that works (GOOD.dwi).&lt;/DIV&gt;

&lt;DIV&gt;I noticed that the path of the MSVCR90.dll is slightly different between the two (different versions?), not sure if that matters:&lt;/DIV&gt;

&lt;DIV&gt;&lt;A href="https://community.intel.com/en-us/file/gooddwi-0"&gt;GOOD&lt;/A&gt;:c:\\windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\\MSVCR90.DLL&lt;/DIV&gt;

&lt;DIV&gt;&lt;A href="https://community.intel.com/en-us/file/baddwi-0"&gt;BAD&lt;/A&gt;:c:\\windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\\MSVCR90.DLL&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Any help is greatly appreciated.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;thanks,&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;rob&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2012 14:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785176#M1774</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-13T14:42:20Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785177#M1775</link>
      <description>What you show is a bit puzzling. I would not expect the same executable to generate references to two different versions of msvcr90.dll, yet the .dwi shows that DLL as directly referenced by your executable, not from a DLL it calls. Are you actually copying the EXE to the other system?&lt;BR /&gt;&lt;BR /&gt;As for the difference in the paths, that does indicate two slightly different versions of msvcr90.dll, but I don't think that's the issue as otherwise you would get a different error. Also, that the error happens when you call NRM2 suggests that there's a dynamic load going on and this is what is failing. It looks as if you're calling into MKL, is that right?</description>
      <pubDate>Fri, 13 Jul 2012 15:02:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785177#M1775</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-07-13T15:02:59Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785178#M1776</link>
      <description>The exe is part of an installer msi.&lt;DIV&gt;Yes, i'm using the MKL.&lt;/DIV&gt;&lt;DIV&gt;Here is the code that causes the crash (on the problem machine):&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;FUNCTION normalize3(A)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;! returns normalized vector of A&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;USE BLAS95&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;IMPLICIT NONE&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;!-------------------- begin function parameters --------------------&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;REAL*8, DIMENSION(3) :: normalize3,A&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;!-------------------- end function parameters --------------------&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;normalize3 = A/NRM2(A) ! NRM2 computes the euclidean norm&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;RETURN&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ENDFUNCTION normalize3&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:43:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785178#M1776</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-13T16:43:02Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785179#M1777</link>
      <description>I am going to move this thread over to the MKL forum.</description>
      <pubDate>Fri, 13 Jul 2012 17:38:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785179#M1777</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-07-13T17:38:54Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785180#M1778</link>
      <description>I have tried installing the same c++ redistributables that are on the working machine, onto the nonworking machine. The file versions detected by dependency walker are now the same on both machines, but the result is still the same (still crashes in the same place as before).&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have attached the latest DWI file from the bad machine (MAINkm5.dwi).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Here are the installed redistributables on the bad machine:&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;And here is the good machine:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am out of ideas. Any help is greatly appreciated.&lt;/DIV&gt;&lt;DIV&gt;rob&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:21:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785180#M1778</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-16T15:21:29Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785181#M1779</link>
      <description>I have found a second machine that it won't run on.&lt;DIV&gt;I tried running two different exes on this machine and got two different errors.&lt;/DIV&gt;&lt;DIV&gt;The first required a ninja fast screen capture:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The error with the second exe is:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;So do i need to include these dlls with the installation then i assume? So far i have been just including the dlls that dependency walker detects, should i be installing an mkl redistributable or something? I seem to have to deal with dll horrors every time a new mkl function is used in my code, seems like i'm doing something wrong...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jul 2012 21:02:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785181#M1779</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-16T21:02:44Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785182#M1780</link>
      <description>I have included mkl_avx.dll and mkl_def.dll with the installation (so they reside in the same directory as the exe).&lt;DIV&gt;The exe runs now on both problem machines so i guess the problem is solved at least temporarily.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It seems like i'm going about this the wrong way. It shouldn't be this painful to get an exe working.&lt;/DIV&gt;&lt;DIV&gt;What is the recommended way to get these dlls (and other unknown dlls in the future) on the user's machine? If i am to include them with the msi, how do i know which dlls to include especially when dependency walker does not detect that they are needed.&lt;/DIV&gt;&lt;DIV&gt;I see this problem happening again in the future.&lt;/DIV&gt;&lt;DIV&gt;Help?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;rob&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jul 2012 14:07:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785182#M1780</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-17T14:07:11Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785183#M1781</link>
      <description>The most recent error you saw with msvcr90.dll happens when the executable (or a DLL it uses) references a DLL via the manifest as a shared assembly, but a DLL by that name is also found in PATH (or in the executable folder). This conflict leads to that particular error.&lt;BR /&gt;&lt;BR /&gt;For the compiler, a &lt;A target="_blank" href="http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/"&gt;Windows Installer Merge Module i&lt;/A&gt;s provided for its run-time DLLs. I don't see that MKL offers something similar.</description>
      <pubDate>Tue, 17 Jul 2012 14:13:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785183#M1781</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-07-17T14:13:50Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785184#M1782</link>
      <description>Yeah i had added MSVCR90.dll to the exe directory to see if that would fix things but it is normally not included (I have microsoft_vc90_crt_x86_x64.msmin the installer).&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;So what to do about the mkl dlls? Continue testing the exe on various computers to see if any dlls are missing(since dependency walker does not always seem to detect them) and if they are do a quick ninja screen capture of the dos window to determine which dlls? Theninclude those dlls with the install?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help again.&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jul 2012 16:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785184#M1782</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-17T16:55:07Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785185#M1783</link>
      <description>It would do no harm to place the MKL DLLs in the same folder as your EXE.</description>
      <pubDate>Tue, 17 Jul 2012 17:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785185#M1783</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-07-17T17:49:45Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785186#M1784</link>
      <description>Ok, that's what i'll be doing.&lt;DIV&gt;Is there a way to know before i distribute the installer to a user which dlls will be needed? Dependency walker seems to be hit or miss, unless i'm missing something. Should i be including all of the mkl dlls? I'd prefer to keep the size of the installer to a minimum if possible.&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jul 2012 18:21:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785186#M1784</guid>
      <dc:creator>Rob1</dc:creator>
      <dc:date>2012-07-17T18:21:48Z</dc:date>
    </item>
    <item>
      <title>msvcr90.dll is missing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785187#M1785</link>
      <description>Dependency Walker will tell you which DLLs are linked with the EXE, but not about any loaded dynamically. I don't know how to capture that.</description>
      <pubDate>Tue, 17 Jul 2012 20:09:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785187#M1785</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-07-17T20:09:06Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Dependency Walker will</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785188#M1786</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Dependency Walker will tell you which DLLs are linked with the EXE, but not about any loaded dynamically. I don't know how to capture that&amp;gt;&amp;gt;&amp;gt;

You can always run your application under windbg.Please enable an options which prints the loaded libraries by NtLoader function(s).</description>
      <pubDate>Mon, 31 Dec 2012 19:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/msvcr90-dll-is-missing/m-p/785188#M1786</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-31T19:33:21Z</dc:date>
    </item>
  </channel>
</rss>

