Another "mfc90ud.dll" not found error in VS 2008Another &quot;mfc90ud.dll&quot; not found error in VS 2008<br>I am surprised the number of times i get the same &quot;mfc90ud.dll not found error&quot; every time I build a vc application. Almost the same happened in vs 2005. But here is how to stop that error. Right click the project and click properties-&gt;Configuration Properties-&gt;linker-&gt;Debugging Here you will find in the right column &quot;Generate Map File&quot;. Toggle it. yes toggle it, in some projects I have to set it to yes' and in some 'no'. Then compile, surely it will work.<br><br><br>Enjoy© 2009 Microsoft Corporation。保留所有权利。Fri, 17 Oct 2008 01:02:48 Z545d9b69-5f27-473f-b6d1-bea106cde47fhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#545d9b69-5f27-473f-b6d1-bea106cde47fhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#545d9b69-5f27-473f-b6d1-bea106cde47fWajihUllahBaighttp://social.msdn.microsoft.com/Profile/zh-CN/?user=WajihUllahBaigAnother "mfc90ud.dll" not found error in VS 2008Another &quot;mfc90ud.dll&quot; not found error in VS 2008<br>I am surprised the number of times i get the same &quot;mfc90ud.dll not found error&quot; every time I build a vc application. Almost the same happened in vs 2005. But here is how to stop that error. Right click the project and click properties-&gt;Configuration Properties-&gt;linker-&gt;Debugging Here you will find in the right column &quot;Generate Map File&quot;. Toggle it. yes toggle it, in some projects I have to set it to yes' and in some 'no'. Then compile, surely it will work.<br><br><br>EnjoyWed, 13 Feb 2008 02:40:44 Z2008-02-13T02:40:44Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#3bbb8fff-5dc8-49c4-9f8a-722200ebe7cdhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#3bbb8fff-5dc8-49c4-9f8a-722200ebe7cdzipwaxhttp://social.msdn.microsoft.com/Profile/zh-CN/?user=zipwaxAnother "mfc90ud.dll" not found error in VS 2008<p align=left><font face=Arial size=2>Nice ridiculously stupid post. That is not the answer. Don't try and make Microsoft look even dumber than it already does. I'm trying to figure out the answer to this as well, and your answer is not it.</font></p>Tue, 04 Mar 2008 18:15:37 Z2008-03-04T18:15:37Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#6d85a124-0d8d-4674-8e28-43a753d246fbhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#6d85a124-0d8d-4674-8e28-43a753d246fbreficulhttp://social.msdn.microsoft.com/Profile/zh-CN/?user=reficulAnother "mfc90ud.dll" not found error in VS 2008<p align=left><font face=Arial size=2></font> </p>It seems ridiculous but it works! I found this page by google, THX <a id="_ctl0_MainContent__ctl0_PostForm_ReplyPostedBy" href="http://forums.microsoft.com/MSDN/User/Profile.aspx?UserID=1037222&amp;SiteID=1"><strong><font color="#013da4">WajihUllahBaig</font></strong></a>Sun, 30 Mar 2008 16:00:08 Z2008-03-30T16:00:08Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#955ec8f7-5702-4bb0-a1b3-1d245cfae8echttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#955ec8f7-5702-4bb0-a1b3-1d245cfae8ecMarkotohttp://social.msdn.microsoft.com/Profile/zh-CN/?user=MarkotoAnother "mfc90ud.dll" not found error in VS 2008I find this error quite annoying! I'm using Visual Studio 2008 SP1 german ... yes I know, &quot;real&quot; developers should always use the english version ... well, anyway, the &quot;<b>mfc90ud.dll not found</b>&quot; error shows up with all new MFC projects. Basically there are only 2 ways I found so far to make this error disappear:<br><br>a) switch from &quot;debug&quot; to &quot;release&quot; configuration (which is NO solution!)<br>b) toggle the &quot;Generate Map File&quot; setting, as <font class=postedBy><a href="../../../../../en-US/profile/?user=WajihUllahBaig&amp;referrer=http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f/" title=WajihUllahBaig>WajihUllahBaig</a></font><font class=affiliation></font> descibed.<br><br>Obviously the erroneous executable is lacking the manifest, even though it should have been included by the linker. I checked the strings with Sysinternals ProcessExplorer. The erroneous executable contains the following:<br><br><blockquote><font face="Courier New">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;</font><br><font face="Courier New">&lt;assembly manifestVersion=&quot;1.0&quot; xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot;&gt;&lt;/assembly&gt;</font><br></blockquote><br>While the correctly running executable contains:<br><br><blockquote><font face="Courier New">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;</font><br><font face="Courier New">&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;</font><br><font face="Courier New">  &lt;trustInfo xmlns=&quot;urn:schemas-microsoft-com:asm.v3&quot;&gt;</font><br><font face="Courier New">    &lt;security&gt;</font><br><font face="Courier New">      &lt;requestedPrivileges&gt;</font><br><font face="Courier New">        &lt;requestedExecutionLevel level=&quot;asInvoker&quot; uiAccess=&quot;false&quot;&gt;&lt;/requestedExecutionLevel&gt;</font><br><font face="Courier New">      &lt;/requestedPrivileges&gt;</font><br><font face="Courier New">    &lt;/security&gt;</font><br><font face="Courier New">  &lt;/trustInfo&gt;</font><br><font face="Courier New">  &lt;dependency&gt;</font><br><font face="Courier New">    &lt;dependentAssembly&gt;</font><br><font face="Courier New">      &lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC90.DebugCRT&quot; version=&quot;9.0.21022.8&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;</font><br><font face="Courier New">    &lt;/dependentAssembly&gt;</font><br><font face="Courier New">  &lt;/dependency&gt;</font><br><font face="Courier New">  &lt;dependency&gt;</font><br><font face="Courier New">    &lt;dependentAssembly&gt;</font><br><font face="Courier New">      &lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC90.DebugMFC&quot; version=&quot;9.0.21022.8&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;</font><br><font face="Courier New">    &lt;/dependentAssembly&gt;</font><br><font face="Courier New">  &lt;/dependency&gt;</font><br><font face="Courier New">  &lt;dependency&gt;</font><br><font face="Courier New">    &lt;dependentAssembly&gt;</font><br><font face="Courier New">      &lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.Windows.Common-Controls&quot; version=&quot;6.0.0.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;6595b64144ccf1df&quot; language=&quot;*&quot;&gt;&lt;/assemblyIdentity&gt;</font><br><font face="Courier New">    &lt;/dependentAssembly&gt;</font><br><font face="Courier New">  &lt;/dependency&gt;</font><br><font face="Courier New">&lt;/assembly&gt;</font><br></blockquote><br>Any idea how to resolve this?<br><br>Tue, 14 Oct 2008 22:18:36 Z2008-10-14T22:21:14Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#e44fdd30-03ea-4177-be2e-a5d85058fa5chttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#e44fdd30-03ea-4177-be2e-a5d85058fa5cnobugzhttp://social.msdn.microsoft.com/Profile/zh-CN/?user=nobugzAnother "mfc90ud.dll" not found error in VS 2008Disable your virus scanner.  It gets really exited when it sees a .exe pop up from nowhere.  Asking for a .map file delays the linker enough to give the scanner enough time to not make life miserable for mt.exe. <hr size="1" align="left" width="25%">Hans Passant.Wed, 15 Oct 2008 01:49:09 Z2008-10-15T01:49:09Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#674bffb0-6081-4599-8a9d-032d6cf419cchttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#674bffb0-6081-4599-8a9d-032d6cf419ccMarkotohttp://social.msdn.microsoft.com/Profile/zh-CN/?user=MarkotoAnother "mfc90ud.dll" not found error in VS 2008Thanks! That actually resolved the problem.<br><br>I'm using McAfee VirusScan Enterprise 8.5i. Is this a general problem with virus scanners and compilers? I never had this before with any version of Visual Studio and MFC. Only now with the latest version (VS2008 SP1).<br>Fri, 17 Oct 2008 00:25:56 Z2008-10-17T00:25:56Zhttp://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#02eefb0f-61c7-47c9-b49f-3b86fde7e5a1http://social.msdn.microsoft.com/Forums/zh-CN/vcgeneral/thread/545d9b69-5f27-473f-b6d1-bea106cde47f#02eefb0f-61c7-47c9-b49f-3b86fde7e5a1nobugzhttp://social.msdn.microsoft.com/Profile/zh-CN/?user=nobugzAnother "mfc90ud.dll" not found error in VS 2008Are you asking if there are software vendors that intentionally make your machine slow and unreliable and always have an update for sale that claims to solve that problem?  Yes, there are and yes, they have.  You don't have to be stuck in that hamster cage. <hr size="1" align="left" width="25%">Hans Passant.Fri, 17 Oct 2008 01:02:48 Z2008-10-17T01:02:48Z