I recently started receiving the following error message when I use the DateTime module:

The application has failed to start because MSVCR90.dll was not found.

I am using ActiveState Perl 5.8.9 (build 827) on Windows Vista 64. There are 3 versions of MSVCR90.dll in c:\windows\winsxs. I tried copying the latest version to c:\windows\system32 but when I tried to register it with regsvr32 I received the following error message:

R6034 - An application has made an attempt to load the C runtime library incorrectly.

I also tried copying and registering MSVCR90.dll to c:\windows\sysWOW64 but got the same error message. Has anyone run into this before, and if so did you find a way to correct it?
TIA

"Its not how hard you work, its how much you get done."


In reply to "MSVCR90.dll not found" Error Message by roho

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.