Illegal System DLL Relocation?<P>When I intend to manually load the user32.dll into memory, after loading the sections and calling its DllMain, an error message appears that the system dll was relocated in memory.</P> <P>If I&nbsp;load it at its preferred ImageBase and thus&nbsp;do not do relocation, this error occurs. However, if I load it into a system choosed address (pass NULL to VirtualAlloc), no error occurs.&nbsp;I can confirm that the loading position of the sections of user32.dll are as correct as the specification tells. Could anyone tell me why?</P> <P>Sincerely thanks!</P>© 2009 Microsoft Corporation. All rights reserved.Mon, 28 Jul 2008 20:03:06 Z846ed4d9-391e-4ca4-8bd7-16f7b341f2e2http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#846ed4d9-391e-4ca4-8bd7-16f7b341f2e2http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#846ed4d9-391e-4ca4-8bd7-16f7b341f2e2Crend King _Old Profile_http://social.msdn.microsoft.com/Profile/en-US/?user=Crend%20King%20_Old%20Profile_Illegal System DLL Relocation?<P>When I intend to manually load the user32.dll into memory, after loading the sections and calling its DllMain, an error message appears that the system dll was relocated in memory.</P> <P>If I&nbsp;load it at its preferred ImageBase and thus&nbsp;do not do relocation, this error occurs. However, if I load it into a system choosed address (pass NULL to VirtualAlloc), no error occurs.&nbsp;I can confirm that the loading position of the sections of user32.dll are as correct as the specification tells. Could anyone tell me why?</P> <P>Sincerely thanks!</P>Thu, 28 Sep 2006 05:48:43 Z2006-09-28T15:34:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#af08b085-a6e7-4495-9746-80cebaf9ef9ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#af08b085-a6e7-4495-9746-80cebaf9ef9eTed_http://social.msdn.microsoft.com/Profile/en-US/?user=Ted_Illegal System DLL Relocation?sounds to me that some other DLL in your process is already in memory at the perferred base address of user32.dll. Check carefully with dependency walker which addresses all the DLLs of the process have (preferred base) and are actually used (actual base - you need to use the &quot;profile&quot; feature of dependency walker)Thu, 28 Sep 2006 11:57:57 Z2006-09-28T15:34:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#38d4b433-7836-4297-a4f7-ca037ce7ea87http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#38d4b433-7836-4297-a4f7-ca037ce7ea87Crend King _Old Profile_http://social.msdn.microsoft.com/Profile/en-US/?user=Crend%20King%20_Old%20Profile_Illegal System DLL Relocation?<p>The Dependency Walker is helpful, though my problem is still not resolved.</p> <p>Actually, my intention is to manually load an EXE into a host process, the PELoader, and its dependent modules, the dlls, and finally execute it. The current problem is that, when calling the entry point of some dll, it will throw exception, usually accessing invalid memory address.</p> <p>The PELoader originally only need KERNEL32.dll and the dependent NTDLL.dll. However, when I try to call the DllMain() of the dlls, in Dependency Walker, I can see other denpendent dlls are correctly imported and called. I think this implies that this way of using dll is somewhat also available.</p> <p>I do not know if anyone here has relative experience of this field. If someone could give me any advice, I will be grateful!</p>Thu, 28 Sep 2006 17:27:30 Z2006-09-28T17:27:30Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b1279027-fd88-45a6-b643-257d80720039http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b1279027-fd88-45a6-b643-257d80720039Anonymous12152http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous12152Illegal System DLL Relocation?right hello evry one when i downloaded the windows update 'security update for windows' it restarted my system wen downloaded now it comes up with this error name 'system DLL relocation' i need some help to get rid of this any one who can help i would be highly greatfullTue, 03 Apr 2007 19:02:47 Z2007-04-03T19:02:47Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8b96fefb-0110-4b12-b19d-602350b3b3f1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8b96fefb-0110-4b12-b19d-602350b3b3f1Anonymous10531http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous10531Illegal System DLL Relocation?Thank God I am not alone! I got exactly the same message after downloading windows update and restating my computer.  I've got no clue of what is going on.Tue, 03 Apr 2007 19:21:38 Z2007-04-03T19:21:38Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ca0877ea-21c5-4f53-b6ad-04d791c2d01dhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ca0877ea-21c5-4f53-b6ad-04d791c2d01dDJ-of-Ehttp://social.msdn.microsoft.com/Profile/en-US/?user=DJ-of-EIllegal System DLL Relocation?Omg, seriously.  I, too, installed today's security update only to see this message pop up.  What's going on?<br>Tue, 03 Apr 2007 19:36:57 Z2007-04-03T19:36:57Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#68759177-423d-46f3-8f0c-f6e973e4dc1ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#68759177-423d-46f3-8f0c-f6e973e4dc1eMSFiendhttp://social.msdn.microsoft.com/Profile/en-US/?user=MSFiendIllegal System DLL Relocation?OMFG. I just installed the most recent Windows update today, as well! I looked at the date of the original poster and figured that this was a dated forum, but then I looked at the last three posted dated today.<br><br>Yes, just a moment ago, I installed MS's latest security update and I'm getting the same message at bootup:<br><br>The system dll user32.dll was relocated in memory. The application will not run properly. Yada, Yada. <br><br>Of course, with all MS messages, it basically shucks responsibility to third parties by instructing me to contact the &quot;vendor supplying the DLL should be contacted for a new DLL.&quot;<br> Typical MS response.<br><br>Anyway, I'm gonna go back to a restore point just before the update. I'm sure if this propagates, ZDNet or someplace like that will have news on another MS Security Update that MS dropped the ball on.<br>Tue, 03 Apr 2007 20:41:33 Z2007-04-03T20:41:33Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3e16e4bf-77b3-48ee-bb25-598d85b13e3bhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3e16e4bf-77b3-48ee-bb25-598d85b13e3bAnonymous12650http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous12650Illegal System DLL Relocation?<p>Oh good so i'm not the only one, hope that someone finds an answer soon cos it's doing my nut!<img src="http://forums.microsoft.com/MSDN/images/emoticons/smile_baringteeth.gif"></p> <p> </p> <p> </p> <p>Already tried a system restore &amp; it didn't work.</p>Tue, 03 Apr 2007 20:45:28 Z2007-04-03T20:45:28Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#45ab0f29-ad05-4a92-a63a-50ab5e8f17ffhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#45ab0f29-ad05-4a92-a63a-50ab5e8f17ffDan2522784http://social.msdn.microsoft.com/Profile/en-US/?user=Dan2522784Illegal System DLL Relocation?hy please help lol, rite i downloaded the latest update and also gt the same message and also when i tryed a system restore it came back incomplete. what can i do. i dont actually no much about pc'sTue, 03 Apr 2007 20:50:27 Z2007-04-03T20:50:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b0fd06a3-63f6-4311-a079-392f0bb00ebbhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b0fd06a3-63f6-4311-a079-392f0bb00ebbMatt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?System restore doesn't appear to work. Anyone know how we get a proper answer on this thing? Anyone found a link yet?<br>Tue, 03 Apr 2007 20:55:21 Z2007-04-03T20:55:21Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4579c621-5872-42ac-9f76-fe450248471bhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4579c621-5872-42ac-9f76-fe450248471bMSFiendhttp://social.msdn.microsoft.com/Profile/en-US/?user=MSFiendIllegal System DLL Relocation?Okay, folks, I'm back after doing a &quot;<span style="color:rgb(128,0,0)">system restore</span>&quot; to the point prior to installing the security update today. I'm not getting the message anymore.<br><br>I'm thinking, tell me if I'm wrong, that the following security fix that was released today:<br><br><span style="color:rgb(0,128,0)">Microsoft Security Bulletin MS07-017</span><br style="color:rgb(0,128,0)"><span style="color:rgb(0,128,0)">Vulnerabilities in GDI Could Allow Remote Code Execution (925902)</span><br style="color:rgb(0,128,0)"><span style="color:rgb(0,128,0)">http://www.microsoft.com/technet/security/Bulletin/MS07-017.mspx</span><br><br>...is the culprit. And, I think, there may have been two releases today. Not sure. Regardless, going back to a restore point just before I installed the update helped me avoid the message. I hope all of you have automatic restore points created on a regular basis.<br><br><span style="font-weight:bold">Restore points can be found at:</span><br><br><span style="color:rgb(0,128,0)">Start Button / Help and Support / Pick a Task... then choose &quot;Undo changes to your computer with System Restore&quot;</span><br><br>Let us know if it works for you. If so, let's get the word out, people! <br><br><span style="font-weight:bold;color:rgb(255,102,0)">P.S.</span><br style="color:rgb(255,102,0)"><br style="color:rgb(255,102,0)"><span style="color:rgb(255,102,0)">I just noticed that System Restore is not working for some. It worked for me, but I make regular restore points at EVERY change. I went back to the point BEFORE the update I made with MS's Security Update. Not AT that point.</span><br style="color:rgb(255,102,0)"><br style="color:rgb(255,102,0)"><span style="color:rgb(255,102,0)">However, I understand that, for some, a restore may not work. I had actually uninstalled a piece of software after the update, then had to reuninstall it after the restore to help fix some ancillary issues that arose out of today's security update.</span><br style="color:rgb(255,102,0)"><br style="color:rgb(255,102,0)"><span style="color:rgb(255,102,0)">Nonetheless, MS should come up with a fix. They must. It appears to be propagating, and no one should rely on a restore point for a fix. But truly, doesn't MS ever beta test these things anymore? Slackers!</span><br>Tue, 03 Apr 2007 20:58:08 Z2007-04-03T20:58:08Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ce59e66a-4fb1-43a7-9930-b20ef669ae73http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ce59e66a-4fb1-43a7-9930-b20ef669ae73Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?No, system restore failed. Had a restore point on 31st March. Doesn't say why it failed, it just states that it couldn't be used.<br>Tue, 03 Apr 2007 21:01:04 Z2007-04-03T21:01:04Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#02df3e87-9bcc-4d2a-ba92-2698a8ed1e67http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#02df3e87-9bcc-4d2a-ba92-2698a8ed1e67Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?Found something.<br><br>Check this out http://support.microsoft.com/?kbid=925902<br>Tue, 03 Apr 2007 21:10:46 Z2007-04-04T11:53:10Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#84409c15-827b-4a65-8f09-da32ec5f7076http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#84409c15-827b-4a65-8f09-da32ec5f7076MSFiendhttp://social.msdn.microsoft.com/Profile/en-US/?user=MSFiendIllegal System DLL Relocation?Great job, Matt! Looks like that issue definitely pertains to me. I'll look further into it and, if I feel comfortable with the solution, will reinstall the update with the hotfix following. Thx, Matt!<br>Tue, 03 Apr 2007 21:15:41 Z2007-04-03T21:15:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#0609553b-223c-4e22-8d20-4a3585c93318http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#0609553b-223c-4e22-8d20-4a3585c93318Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?Don't know you on earth to contact for the hotfix tho!<br><br>Tue, 03 Apr 2007 21:30:13 Z2007-04-03T21:30:13Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f653d1c-2b1f-46ab-9e1a-f3775e822e6ahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f653d1c-2b1f-46ab-9e1a-f3775e822e6aDon Regianohttp://social.msdn.microsoft.com/Profile/en-US/?user=Don%20RegianoIllegal System DLL Relocation?How do we get the hotfix?  Do we really have to phone up for it or put up with the annoying error message every time we boot up?Tue, 03 Apr 2007 21:30:18 Z2007-04-03T21:30:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#19f46fa9-95a1-4f22-98c3-0a0d7ffda5e1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#19f46fa9-95a1-4f22-98c3-0a0d7ffda5e1Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?U think you've got it bad. I'm in the UK and it's 10.30 PM here. Nobody home at MS UK!<br>Tue, 03 Apr 2007 21:36:44 Z2007-04-03T21:36:44Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#0b62deee-7ae2-42d4-b495-25e6dc5397adhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#0b62deee-7ae2-42d4-b495-25e6dc5397adDom9291748http://social.msdn.microsoft.com/Profile/en-US/?user=Dom9291748Illegal System DLL Relocation?I just had a look through the support pages and it is a minefield in there. Whoever gets the file first pop it on FTP somewhere  <img height=19 alt=Wink src="http://forums.microsoft.com/MSDN/emoticons/emotion-5.gif" width=19><br>Tue, 03 Apr 2007 21:40:30 Z2007-04-03T21:40:30Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#42abcdb8-cbf1-4de3-9de4-8c5a431fb4bfhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#42abcdb8-cbf1-4de3-9de4-8c5a431fb4bfDan2522784http://social.msdn.microsoft.com/Profile/en-US/?user=Dan2522784Illegal System DLL Relocation?hya so i dont quite understand what to do is it best to ring ms tommorow cuz im not very computer literate pls write backTue, 03 Apr 2007 21:41:27 Z2007-04-03T21:41:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1507ae3b-0893-4c39-bea4-dc893e3b0a64http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1507ae3b-0893-4c39-bea4-dc893e3b0a64Anonymous12650http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous12650Illegal System DLL Relocation?You're not kidding Matt, it's their fault but we've got to ring between 8am-6pm monday to friday...some of us work for a living!!!Tue, 03 Apr 2007 21:42:14 Z2007-04-03T21:42:14Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8fef2360-5f27-4c9d-9a1e-9f8b06157c41http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8fef2360-5f27-4c9d-9a1e-9f8b06157c41Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?Anyone tried doing an add/remove of the update via the windows manager?<br>Tue, 03 Apr 2007 21:45:12 Z2007-04-03T21:45:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#df0aa537-80f1-4cf3-9a2f-59c304155084http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#df0aa537-80f1-4cf3-9a2f-59c304155084su4chrishttp://social.msdn.microsoft.com/Profile/en-US/?user=su4chrisIllegal System DLL Relocation?did the update today - same problem happened.<br>of course system restore is turned off.<br>if anyone downloaded the hotfix, upload it to www.jumbodir.com pls or yousendit. K thanks<br><br>btw. i have an asus p5w dh deluxe board with the realtek HD audio card<br>Tue, 03 Apr 2007 21:45:58 Z2007-04-03T21:45:58Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#14431ee4-dfc2-444c-8128-0388cd4a08f5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#14431ee4-dfc2-444c-8128-0388cd4a08f5Dom9291748http://social.msdn.microsoft.com/Profile/en-US/?user=Dom9291748Illegal System DLL Relocation?As far as I can tell nothing seems to be broken except for an annoying error message when I reboot...would be good to fix tho<br>Tue, 03 Apr 2007 21:46:40 Z2007-04-03T21:46:40Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1a27beb7-7c8d-490f-82be-4a0015237344http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1a27beb7-7c8d-490f-82be-4a0015237344Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?I'm a programmer but not a Windows techie type person but I would agree it looks like everything is working. All the same, I won't be happy till it's fixed. Anyone had any luck getting the hotfix?<br>Tue, 03 Apr 2007 21:49:47 Z2007-04-03T21:49:47Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#94954596-3ed2-4a33-a2e4-0aba9ede518fhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#94954596-3ed2-4a33-a2e4-0aba9ede518fsu4chrishttp://social.msdn.microsoft.com/Profile/en-US/?user=su4chrisIllegal System DLL Relocation?well, for me everything else is working fine except i cannot access my realtek hd audio cards mixer<br><br>we need the 935448 hotfix, right?<br>Tue, 03 Apr 2007 21:51:04 Z2007-04-03T21:51:04Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1718d4a4-268b-404a-8026-abd501932fd5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1718d4a4-268b-404a-8026-abd501932fd5Don Regianohttp://social.msdn.microsoft.com/Profile/en-US/?user=Don%20RegianoIllegal System DLL Relocation?Going to add/remove and removing the update KB925902 seems to have got rid of the annoying message but I guess is not the real solution.Tue, 03 Apr 2007 22:03:48 Z2007-04-03T22:03:48Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e8e75a00-439b-4522-9387-a8d7d0d9d2d1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e8e75a00-439b-4522-9387-a8d7d0d9d2d1Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?Looks like MS have finally given the link to the hotfix on theKB page....<br><br>http://support.microsoft.com/kb/935448/<br>Tue, 03 Apr 2007 22:06:21 Z2007-04-03T22:06:21Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#81b4df0f-5d4c-49bb-852c-658c286e4ae1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#81b4df0f-5d4c-49bb-852c-658c286e4ae1Dom9291748http://social.msdn.microsoft.com/Profile/en-US/?user=Dom9291748Illegal System DLL Relocation?http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en <br>Tue, 03 Apr 2007 22:07:33 Z2007-04-03T22:07:33Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#17d225a4-078f-4821-b904-4352b15d4f9fhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#17d225a4-078f-4821-b904-4352b15d4f9fDon Regianohttp://social.msdn.microsoft.com/Profile/en-US/?user=Don%20RegianoIllegal System DLL Relocation?has it worked?Tue, 03 Apr 2007 22:09:37 Z2007-04-03T22:09:37Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#94dced1f-3451-4682-ad11-bcd4dac9c211http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#94dced1f-3451-4682-ad11-bcd4dac9c211MSFiendhttp://social.msdn.microsoft.com/Profile/en-US/?user=MSFiendIllegal System DLL Relocation?<p>Thanks to Matt, again, for alerting me to the article number. Now, in my case with the aforementioned article number, contacting Microsoft Support and applying the HotFix worked for my system. I reinstalled the MS security updated, which then recreated the error message, applied the hotfix while on the phone with Microsoft (no charge, btw), and voila, no more error message.</p> <p> </p> <p>What's important to note is the unforeseen problem that could occur with this specific issue (providing your error message is identical to the one noted on Article #935448). The user32.dll being relocated to memory could promote further unstable problems. Without the user32.dll, the operating system becomes unusable (or unbootable), from what I understand.</p> <p> </p> <p>Check out the following for information regarding this issue, the one specific to me, in hopes that we are all experiencing the same issue:</p> <p> </p> <p>General Link: <a title="http://support.microsoft.com/?kbid=925902" href="http://support.microsoft.com/?kbid=925902">http://support.microsoft.com/?kbid=925902</a></p> <p>RealTek Specific Link: <a title="http://support.microsoft.com/default.aspx/kb/935448/" href="http://support.microsoft.com/default.aspx/kb/935448/">http://support.microsoft.com/default.aspx/kb/935448/</a></p> <p> </p> <p>The two links above are basically the same with more specific info on the latter.</p> <p> </p> <p>Okay, I just wrote that contacting support was the only way to obtain the fix. But apparently, enough people were having an issue that the fix is now downloadable from here:</p> <p> </p> <p><a title="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en</a></p> <p> </p> <p>Make certain your problem is identical to what is outlined above. Good luck everyone!</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p>Tue, 03 Apr 2007 22:11:08 Z2007-04-03T22:11:08Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#58df3b79-d43f-4f38-b4b1-66e9cdb76f26http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#58df3b79-d43f-4f38-b4b1-66e9cdb76f26Dan2522784http://social.msdn.microsoft.com/Profile/en-US/?user=Dan2522784Illegal System DLL Relocation?thankyou matt berry ure the man should that have resolved the system restore issue uswell pls rite back as im tired lolTue, 03 Apr 2007 22:15:44 Z2007-04-03T22:15:44Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bfd2d96d-19ed-48fc-ac8e-4e4044ed349dhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bfd2d96d-19ed-48fc-ac8e-4e4044ed349dDom9291748http://social.msdn.microsoft.com/Profile/en-US/?user=Dom9291748Illegal System DLL Relocation?Yes, it seems to be working just fine now. Realtek control panel is back, no error message on reboot. <br><br>Thanks Houston, we made it <img height=19 alt=Wink src="http://forums.microsoft.com/MSDN/emoticons/emotion-5.gif" width=19><br><br>I'm going to bed,<br><br>Dom<br>Tue, 03 Apr 2007 22:16:47 Z2007-04-03T22:16:47Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d53f5413-fafd-439c-95b3-ad7be9a429d5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d53f5413-fafd-439c-95b3-ad7be9a429d5su4chrishttp://social.msdn.microsoft.com/Profile/en-US/?user=su4chrisIllegal System DLL Relocation?<p>The download you requested is unavailable. If you continue to see this message when trying to access this download, go to the &quot;Search for a Download&quot; area on the Download Center home page.</p> <p> </p> <p>can anyone upload the .exe who has it to <a title="http://www.jumbodir.com" href="http://www.jumbodir.com">http://www.jumbodir.com</a> or somewhere else? cheers!</p>Tue, 03 Apr 2007 22:19:39 Z2007-04-03T22:19:39Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f9fb1bdf-68e6-41bc-913b-c99151efd310http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f9fb1bdf-68e6-41bc-913b-c99151efd310Matt Berryhttp://social.msdn.microsoft.com/Profile/en-US/?user=Matt%20BerryIllegal System DLL Relocation?<p>And a final note from me. Everything seems back to normal.</p> <p> </p> <p>I would just like to thank Microsoft for wasting two hours of my life on this which meant I missed tonight's Life On Mars on the BBC. UK people will understand.....!</p>Tue, 03 Apr 2007 22:20:13 Z2007-04-03T22:20:13Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bce37b2b-3e00-4693-bdfb-f448c24cfd4ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bce37b2b-3e00-4693-bdfb-f448c24cfd4eBryan4309402http://social.msdn.microsoft.com/Profile/en-US/?user=Bryan4309402Illegal System DLL Relocation?<p>Thanx everyone for the info and links to the download.  Everything's fine on my machine after download got posted</p> <p> </p> <p>Bryan</p>Tue, 03 Apr 2007 22:20:52 Z2007-04-03T22:20:52Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3d28d2d3-32a6-4ebe-b4f4-1225fb6d2d1ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3d28d2d3-32a6-4ebe-b4f4-1225fb6d2d1esu4chrishttp://social.msdn.microsoft.com/Profile/en-US/?user=su4chrisIllegal System DLL Relocation?<p>ok if the MS link is down or isn't working for someone, try this: <a id="get_url" href="http://www.jumbodir.com/get/?id=c083e626-707b-f59c-c641-3857ce22679a"><u><font color="#810081">http://www.jumbodir.com/get/?id=c083e626-707b-f59c-c641-3857ce22679a</font></u></a></p> <p> </p> <p>it has worked for me as well, nicely, without any reboot needed.</p>Tue, 03 Apr 2007 22:25:48 Z2007-04-03T22:25:48Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a94b0d54-6704-4233-a650-39f98db0fe8chttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a94b0d54-6704-4233-a650-39f98db0fe8cDon Regianohttp://social.msdn.microsoft.com/Profile/en-US/?user=Don%20RegianoIllegal System DLL Relocation?It's worked for me too.  Thanks guys and good night!Tue, 03 Apr 2007 22:31:18 Z2007-04-03T22:31:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#619ec0d3-5dd5-473f-b503-fc1d730a29f5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#619ec0d3-5dd5-473f-b503-fc1d730a29f5MSFiendhttp://social.msdn.microsoft.com/Profile/en-US/?user=MSFiendIllegal System DLL Relocation?<p>Chris, make sure you reboot anyway. This way, you know for sure the fix has taken and that the error message is gone. Just to be on the safe side.</p> <p> </p> <p>Link again for the specific fix:</p> <p> </p> <p><a title="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en</a></p>Tue, 03 Apr 2007 22:47:23 Z2007-04-03T22:47:23Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9fca987d-3f33-48b9-a49a-e32bcb6b8fc6http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9fca987d-3f33-48b9-a49a-e32bcb6b8fc6goldy3http://social.msdn.microsoft.com/Profile/en-US/?user=goldy3Illegal System DLL Relocation?WAY TO GO MATT. followed your link to fix the problem&quot;&quot;Illegal System DLL Relocation&quot;, downloaded the hotfix, restarted my pc(held my breath) and the irritating ERROR BOX WAS GONE. Thnx!!!Wed, 04 Apr 2007 00:47:03 Z2007-04-04T00:47:03Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#646e9459-d6f4-4ee6-aaae-fecdb2031b7ahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#646e9459-d6f4-4ee6-aaae-fecdb2031b7aAnonymous4708http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous4708Illegal System DLL Relocation?I did the system restore also which did not fix the problem till I found this forum.  I downloaded the hotfix and did not do the update again should I have done the update first then did the hotfix?  One other question when I downloaded the hotfix why is it now on my desktop and when I right click to open it wants to know if I want to run this file do I run or what I am not to smart with computers obivously as you all can tell I just need some help with this any would be nice I sure would appreciate it alot thanks.Wed, 04 Apr 2007 01:50:30 Z2007-04-04T01:50:30Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6c8d8a5c-d1ae-44a7-a9a4-7fd48dd6eb09http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6c8d8a5c-d1ae-44a7-a9a4-7fd48dd6eb09Anonymous7760http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous7760Illegal System DLL Relocation?after today window update, i got this illegal system dll relocation error that says user32.dll was relocated in memory....shell32.dll and the vendor should provide new DLL sth....how to solve this problem? cuz my com seems to hang v often after i got this error message. Anyone can help? thanks in advance.<br>Wed, 04 Apr 2007 02:30:27 Z2007-04-04T02:30:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#7f11218b-3edd-4bf9-bc98-e2bb3bbd664chttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#7f11218b-3edd-4bf9-bc98-e2bb3bbd664ck2clanhttp://social.msdn.microsoft.com/Profile/en-US/?user=k2clanIllegal System DLL Relocation?<p>anyone else having an issue with there tv tuner after installing the update and thx for the fix people.</p> <p>    i have installed the fix and that stopped the Illigeal system dll relocation thing but it hasnt done anything to fix my tv tuner.</p> <p> here are my system specs for reference</p> <p>                                                                        </p> <table class="m_gaming_rig"> <tbody> <tr> <th>Manufacturer:</th> <td> <div class="m_gaming_rig_content">HP Pavilion 061</div></td></tr> <tr> <th>Processor:</th> <td> <div class="m_gaming_rig_content">AMD Athlon(tm) 64 X2 Dual Core Processor 5000+, MMX, 3DNow (2 CPUs), ~2.6GHz</div></td></tr> <tr> <th>Memory:</th> <td> <div class="m_gaming_rig_content">2046MB RAM</div></td></tr> <tr> <th>Hard Drive:</th> <td> <div class="m_gaming_rig_content">620 GB Total</div></td></tr> <tr> <th>Video Card:</th> <td> <div class="m_gaming_rig_content"> Radeon X1600 Series</div></td></tr> <tr> <th>Monitor:</th> <td> <div class="m_gaming_rig_content">gateway 19 inch wide screen flat panel</div></td></tr> <tr> <th>Sound Card:</th> <td> <div class="m_gaming_rig_content">Realtek HD Audio rear output</div></td></tr> <tr> <th>Speakers/Headphones:</th> <td> <div class="m_gaming_rig_content">logitech x850 surround sound</div></td></tr> <tr> <th>Keyboard:</th> <td> <div class="m_gaming_rig_content">Enhanced Mulmedia PS/2 Keyboard</div></td></tr> <tr> <th>Mouse:</th> <td> <div class="m_gaming_rig_content">Logitech HID-compliant G5 Laser Mouse</div></td></tr> <tr> <th>Mouse Surface:</th> <td> <div class="m_gaming_rig_content">slick </div></td></tr> <tr> <th>Operating System:</th> <td> <div class="m_gaming_rig_content">Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_gdr.050</div></td></tr></tbody></table>this is also a media center pc came pre installed with ms mce 2005Wed, 04 Apr 2007 02:45:42 Z2007-04-04T02:45:42Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#431f055f-4df7-4a23-9eeb-a5ea74c96b28http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#431f055f-4df7-4a23-9eeb-a5ea74c96b28Anonymous7316http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous7316Illegal System DLL Relocation?Just spent about 1.5 hours on the phone with support.  Go to <a title="http://snipurl.com/1f21w" href="http://snipurl.com/1f21w">http://snipurl.com/1f21w</a>  and download a hotfix called 935448 &quot;security update&quot;  save the file to the desktop, then run it to install it, and last restart.  This will get rid of the error box when your computer reboots!Wed, 04 Apr 2007 03:23:36 Z2007-04-04T03:23:36Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#65b42d85-4a54-41dc-9d50-ab729513463ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#65b42d85-4a54-41dc-9d50-ab729513463edrjp81http://social.msdn.microsoft.com/Profile/en-US/?user=drjp81Illegal System DLL Relocation?<p>YES! This kb download has solved the exact problem described!</p> <p> </p>Wed, 04 Apr 2007 03:48:11 Z2007-04-04T03:48:11Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1e4aa682-fad4-4058-976f-637039ecfba0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1e4aa682-fad4-4058-976f-637039ecfba0MIKE8608420http://social.msdn.microsoft.com/Profile/en-US/?user=MIKE8608420Illegal System DLL Relocation?<p>Matt:</p> <p> </p> <p>Thanks for finding the link to fix the &quot;illegal system DLL relocation&quot; error.  This problem, following the installation of the MS07-017 XP Security Update issued on 4/3/07 affects the startup of the Realtek HD Audio Control Panel (Rthdcpl.exe).</p> <p> </p> <p>The Link provided by Matt (<a title="http://support.microsoft.com/?kbid=925902" href="http://support.microsoft.com/?kbid=925902">http://support.microsoft.com/?kbid=925902</a>) takes you to the hotfix page (<a title="http://support.microsoft.com/default.aspx/kb/935448/" href="http://support.microsoft.com/default.aspx/kb/935448/">http://support.microsoft.com/default.aspx/kb/935448/</a>).  The hotfix can be downloaded from the &quot;Resolution&quot; section of the page.  The hotfix apparently replaces the HHCTRL.OCX file.</p> <p> </p> <p>I ran the hotfix and after my system rebooted it had resolved the error.  Thanks again for your help.</p> <p> </p> <p>Mike</p>Wed, 04 Apr 2007 04:58:45 Z2007-04-04T04:58:45Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#08869720-38e0-4753-b5d6-eced1fa5f939http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#08869720-38e0-4753-b5d6-eced1fa5f939Sir Joehttp://social.msdn.microsoft.com/Profile/en-US/?user=Sir%20JoeIllegal System DLL Relocation?Dear Spanish speaking friends - Amigos de habla española:<br>Just had the same problem - Acabo de tener el mismo problema.<br>Got it solved by downloading the hotfix in spanish - Se resolvió descargando el archivo en español.<br>Best regards - Muchos saludos,<br>Sir Joe<br>Wed, 04 Apr 2007 05:15:07 Z2007-04-04T05:15:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b6296a19-51c1-429e-adb6-2d50fdf155d9http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b6296a19-51c1-429e-adb6-2d50fdf155d9Anonymous3894http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous3894Illegal System DLL Relocation?<p>SORRY GUYS BUT THIS DIDNT MADE MY ERROR GO AWAY WHAT SHOULD I DO?</p> <p>MY CALCULATOR STILL DOES NOT WORK AND THE ERROR COMES OUT ALL THE TIME</p> <p> </p>Wed, 04 Apr 2007 06:43:18 Z2007-04-04T06:43:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e0f384c9-1a70-4ad3-ad5d-60f991cbabechttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e0f384c9-1a70-4ad3-ad5d-60f991cbabecMagda1http://social.msdn.microsoft.com/Profile/en-US/?user=Magda1Illegal System DLL Relocation?<p>Thanks a lot. After restore everything is back to normal <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19>P</p> <p>Cheers,</p> <p>Magda</p>Wed, 04 Apr 2007 07:31:48 Z2007-04-04T07:31:48Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ef43c77c-d0c0-424e-8a0e-2c4ae1b322fahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ef43c77c-d0c0-424e-8a0e-2c4ae1b322faSir Loinofbeefhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sir%20LoinofbeefIllegal System DLL Relocation?Thank you Matt.  I too spent a couple of hours searching for anything and everything relating to the error message.  I was lucky to finally come upon a forum post with those glorious words - &quot;think I found something&quot;.  If you happen to be in the Los Angeles area, I owe you a drink for being so kind and sharing your findings with everyone.Wed, 04 Apr 2007 07:59:41 Z2007-04-04T07:59:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#2ea5ba99-2f13-4d1c-9d0d-8ed1a89c1b78http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#2ea5ba99-2f13-4d1c-9d0d-8ed1a89c1b78Pyrofyrhttp://social.msdn.microsoft.com/Profile/en-US/?user=PyrofyrIllegal System DLL Relocation?IF RESTORE DOES NOT WORK : <br>I suggest doing the following, either going to your Add/Remove programs and REMOVE the update, OR.. download CCleaner (*** Cleaner) and remove the update that way using Uninstall.<br><br>Either way, it works fine for me whereas the Hotfix did nothing at all.<br>Wed, 04 Apr 2007 10:09:46 Z2007-04-04T10:09:46Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#62b26ebc-11f0-4b30-839a-afec8f080dcahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#62b26ebc-11f0-4b30-839a-afec8f080dcaAnandahttp://social.msdn.microsoft.com/Profile/en-US/?user=AnandaIllegal System DLL Relocation?<p><font face="Verdana, Geneva, Arial, Sans-serif" size=2>Thank you, Matt! The problem has been solved. <img src="images/emoticons/smile_nerd.gif"></font></p> <p><font face="Verdana, Geneva, Arial, Sans-serif" size=2></font> </p> <p><font face="Verdana, Geneva, Arial, Sans-serif" size=2>I've rebooted several times, and no error message. One has just to follow up what one is being told in that page.<br></font></p>Wed, 04 Apr 2007 10:23:19 Z2007-04-04T10:23:19Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e00cb6be-4cb6-4748-9e8f-fb5991c67652http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#e00cb6be-4cb6-4748-9e8f-fb5991c67652Jim20http://social.msdn.microsoft.com/Profile/en-US/?user=Jim20Illegal System DLL Relocation?<p>Matt,</p> <p> </p> <p>Thank you for the info. Sure wish Microsoft would take the extra effort to ensure things work right before they cause all these problems.</p> <p> </p>Wed, 04 Apr 2007 10:32:50 Z2007-04-04T10:32:50Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#213a45c3-ae46-4ba6-9c7d-bc39fdd91f25http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#213a45c3-ae46-4ba6-9c7d-bc39fdd91f25Jim21http://social.msdn.microsoft.com/Profile/en-US/?user=Jim21Illegal System DLL Relocation?Great work, Matt!  Thanks!  That seems to have solved it for me!<br><br>I'm not sure why it wasn't included in the update to avoid all of us spending an hour, but it seems to be working now.<br><br>Thanks!<br>Wed, 04 Apr 2007 11:32:10 Z2007-04-04T11:32:10Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d657f01c-2398-4895-a737-0fc15f308c2dhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d657f01c-2398-4895-a737-0fc15f308c2dAnonymous14504http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous14504Illegal System DLL Relocation?hi Matt,<br><br>This link was gr8, it did help me get that error removed!!! Thanks <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19><br><br>Others can go ahead and get it done<br><br>Rgds<br>Brad<br>Wed, 04 Apr 2007 11:35:23 Z2007-04-04T11:35:23Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a8701984-8459-4f3d-94a0-fcc44194132fhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a8701984-8459-4f3d-94a0-fcc44194132fKris6097588http://social.msdn.microsoft.com/Profile/en-US/?user=Kris6097588Illegal System DLL Relocation?Thanks Matt...this kb took me to the exact hofix I needed which resolved my problem.Wed, 04 Apr 2007 11:52:10 Z2007-04-04T11:52:10Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#683cff57-582d-4b79-95b2-6229ae4d986ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#683cff57-582d-4b79-95b2-6229ae4d986eAnonymous7935http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous7935Illegal System DLL Relocation?<p>Thanks Matt Berry. Yesterday I allowed an automatic security update from microsoft to install and when I rebooted the first time (and every time since) got a popup on my desktop re:Realtec audio and user32.dll just as your link describes.</p> <p>Your link has a &quot;package&quot; to download. I'll try it I guess. Thanks again. </p>Wed, 04 Apr 2007 12:26:37 Z2007-04-04T12:26:37Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#321223d5-9446-47ae-804a-6890ff105e2dhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#321223d5-9446-47ae-804a-6890ff105e2dAnonymous14502http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous14502Illegal System DLL Relocation?A friend was having the same issues and I was browsing online to try and find some help and came across a fix on Microsofts page with a link to resolve the issue. On this page  <a title="http://support.microsoft.com/kb/935448/" href="http://support.microsoft.com/kb/935448/">http://support.microsoft.com/kb/935448/</a> scroll down to under 'RESOLUTION' and you will see the link.Wed, 04 Apr 2007 12:31:48 Z2007-04-04T12:31:48Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6d0dcf71-61d0-4fb7-a364-5b04a86d65c1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6d0dcf71-61d0-4fb7-a364-5b04a86d65c1Anonymous2715719http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous2715719Illegal System DLL Relocation?<p>Same here - the error stays, the calc does not work.... <img src="images/emoticons/smile_baringteeth.gif"></p> <p> </p> <p>Any idea?</p>Wed, 04 Apr 2007 12:39:39 Z2007-04-04T12:39:39Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9fa06547-10e0-4e29-bc70-a5c7cb037815http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9fa06547-10e0-4e29-bc70-a5c7cb037815Anonymous14502http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous14502Illegal System DLL Relocation?If you do not have service pack 2 installed, the fix will not work - there is however a link under resolutions on <a title="http://support.microsoft.com/kb/935448/" href="http://support.microsoft.com/kb/935448/">http://support.microsoft.com/kb/935448/</a> to fix that alsoWed, 04 Apr 2007 12:51:49 Z2007-04-04T12:51:49Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#57902db1-2a71-4c78-9d0e-81401f7031fbhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#57902db1-2a71-4c78-9d0e-81401f7031fbRogershttp://social.msdn.microsoft.com/Profile/en-US/?user=RogersIllegal System DLL Relocation?<p>I started to get the same error message after updating the Windows XP.  The said error message also instructs us to contact the vendor supplier, that is to say the mighty Microsoft, to get the updated System DLL.  If you want to get this support from MS you have to pay them via your credit card.  Nice American thing.</p> <p>Microsoft is hosting this site so why the guys at its headquarters did not do anything so far.  </p> <p>Act NOW!</p>Wed, 04 Apr 2007 12:54:02 Z2007-04-04T12:54:02Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#75392acf-59dc-4af4-a193-ce4e607260bdhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#75392acf-59dc-4af4-a193-ce4e607260bdIan C_http://social.msdn.microsoft.com/Profile/en-US/?user=Ian%20C_Illegal System DLL Relocation?<p>Many thanks for all this info (and thanks to Google for indexing it fast so I could find it!)</p> <p> </p> <p>Two of our Dell PCs had this user32.dll relocated error this morning; removing the overnight security update eliminated the error but now I know I might also need to install the patch file.</p>Wed, 04 Apr 2007 12:57:48 Z2007-04-04T12:57:48Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d3468acb-654c-4d28-840c-b0478327acf6http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d3468acb-654c-4d28-840c-b0478327acf6Rogershttp://social.msdn.microsoft.com/Profile/en-US/?user=RogersIllegal System DLL Relocation?<p>Thanks, Mike. it worked very nicely.  I have no startup problem now.</p> <p>I actually do not use the Realtek audio (to which the error is related) but I use SoundBlaster X-Fi audio.  Do I have to uninstall the Realtek audio?  I am not can anybody help me?</p> <p> </p> <p>Thanks.</p> <p>Rogers</p>Wed, 04 Apr 2007 13:50:56 Z2007-04-04T13:50:56Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#91c5f8cd-1d6c-4fdc-a81b-9401212f6706http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#91c5f8cd-1d6c-4fdc-a81b-9401212f6706riverhttp://social.msdn.microsoft.com/Profile/en-US/?user=riverIllegal System DLL Relocation?Thanks so much! I woke up to the same message on my &quot;farily&quot; new laptop...all computer problems cause me major stress. I tried restoring to yesterday but this failed, then I kept working my way back until a point last week worked, and I'm no longer getting the message. I've also changed my Windows Updates setting to prompt me instead of automatic. Thanks again.Wed, 04 Apr 2007 14:06:02 Z2007-04-04T14:06:02Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#580b8f83-8de1-4aba-b281-8857cd8327d1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#580b8f83-8de1-4aba-b281-8857cd8327d1Anonymous2715719http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous2715719Illegal System DLL Relocation?After few more hours I'm finally back to working PC without start-up errors and working calc :-)<br><br>Here is the workaround:<br><br>I use FlyakiteOSX v3.5 - a software that changes the GUI of a Windows PC machine to OSX GUI. Until yesterday everything was fine - I use this program for years. Today, after installing the Windows update I was asked to restart the PC. After the restart - the calc.exe does not work and starts with the known to all of us error.<br>I installed the Realtek fix without to solve the problem. Also un-installed both (the update and the fix) - did not solved the problem.<br>Thinking of what more can be done, I started the FlyakiteOSX v3.5 install file - there is a option for un-install and choosed to un-install the &quot;OSX-ed&quot; (about 25 MB) shell32.dll and to return the original file (8.06 MB). This solved the problem - after restart NO errors and working calc.<br>I restarted again the FlyakiteOSX v3.5 install file and choosed to install again the &quot;OSX-ed&quot; shell32.dll but with <span style="font-weight:bold">only 48x48 pixels. </span>After restart everything works fine! <br><br>Bottom line - if the fix does not help, try to restore the original shell32.dll. Maybe this will solve you the problem. Worked for me :-)<br><br>Cheers!<img src="images/emoticons/coffee.gif"> <br>(now I need a beer... or two..)<br>Wed, 04 Apr 2007 15:06:30 Z2007-04-04T15:06:30Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#854c1aeb-849a-49b2-b3f0-9fb35c120114http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#854c1aeb-849a-49b2-b3f0-9fb35c120114Anonymous6742http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous6742Illegal System DLL Relocation?<p>Hey y'all - had the same error message, thanks SOOO much for the link to the download/patch. When I restarted my computer I did not get the error message (was I supposed to if the patch hadn't worked?)</p> <p> </p> <p>One question: How do I verify that my RealTek Audio stuff works? I've read some people talking about the RealTek Audio 'panel' - where can I find this panel and verify it works again? Thanks so much in advance!</p>Wed, 04 Apr 2007 15:52:13 Z2007-04-04T15:52:13Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3dc7b067-4aab-4217-9b76-623b60261e72http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#3dc7b067-4aab-4217-9b76-623b60261e72Catz1http://social.msdn.microsoft.com/Profile/en-US/?user=Catz1Illegal System DLL Relocation?<p>Thank you very much for posting this.</p> <p>I am running Windows XP SP2 and Realtek would not open due to the latest Windows updates I downloaded.  After running this patch I am not getting the error message on boot up.  </p>Wed, 04 Apr 2007 18:48:05 Z2007-04-04T18:48:05Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#5483972c-5cc6-498f-8c55-70c36a9c3098http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#5483972c-5cc6-498f-8c55-70c36a9c3098Julie7750393http://social.msdn.microsoft.com/Profile/en-US/?user=Julie7750393Illegal System DLL Relocation?<p>try this link to download a fix, I had the same problem, wanted to post this before I restarted</p> <p> </p> <p> </p><a title="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en</a>Wed, 04 Apr 2007 22:23:34 Z2007-04-04T22:23:34Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4f60e54a-65f1-4614-a6f3-e77fe42bc587http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4f60e54a-65f1-4614-a6f3-e77fe42bc587nzdudehttp://social.msdn.microsoft.com/Profile/en-US/?user=nzdudeIllegal System DLL Relocation?Why can't this hotfix be bundled into the update.  This is huge.  All HP business desktops have come with RealTek cards for years.Thu, 05 Apr 2007 00:43:31 Z2007-04-05T00:43:31Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cf2bcb7e-47f7-4138-8ed1-827b7139e0abhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cf2bcb7e-47f7-4138-8ed1-827b7139e0abmrfordehttp://social.msdn.microsoft.com/Profile/en-US/?user=mrfordeIllegal System DLL Relocation?Just had to say thanks to Matt and Mike, the microsoft support page and hotfix page you gave out fixed the problem. Good to see people not blinding us with techcy nonsense. <br>Thu, 05 Apr 2007 01:35:16 Z2007-04-05T01:35:16Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c2490ff5-5bea-42f7-9bd5-36f20de13ca0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c2490ff5-5bea-42f7-9bd5-36f20de13ca0gvchttp://social.msdn.microsoft.com/Profile/en-US/?user=gvcIllegal System DLL Relocation?Matt, you're awesome.  Thank you!!!Thu, 05 Apr 2007 01:57:36 Z2007-04-05T01:57:36Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c2244f60-5b79-4d9b-ada1-ed7f6eecdc97http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c2244f60-5b79-4d9b-ada1-ed7f6eecdc97nzdudehttp://social.msdn.microsoft.com/Profile/en-US/?user=nzdudeIllegal System DLL Relocation?<p>Microsoft said to me that they are looking at reissuing the update but that they need to build a business case.</p> <p> </p> <p>Support for Microsoft Security Updates is free.  Can I please urge you all to phone Microsoft and log an incident if you've had a problem?</p>Thu, 05 Apr 2007 04:10:42 Z2007-04-05T04:10:42Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ed9192b9-b619-4af3-a191-358c3d136cb3http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ed9192b9-b619-4af3-a191-358c3d136cb3nettellecthttp://social.msdn.microsoft.com/Profile/en-US/?user=nettellectIllegal System DLL Relocation?<p><font size=2>i have a similar proplem dont know how to resolve none of the patch or update is working for me</font></p> <p><font size=2>---------------------------<br>RTHDCPL.EXE - Illegal System DLL Relocation<br>---------------------------<br>The system DLL user32.dll was relocated in memory. The application will not run properly. The relocation occurred because the DLL C:\WINDOWS\system32\HHCTRL.OCX occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. <br>---------------------------<br>OK   <br>---------------------------</font></p>Thu, 05 Apr 2007 04:51:52 Z2007-04-05T04:51:52Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6d429db9-3a36-48fb-bab9-f0bb8ca1daafhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#6d429db9-3a36-48fb-bab9-f0bb8ca1daafAnonymous13084http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous13084Illegal System DLL Relocation?<p>i know how about no more updates unless it wont make your mum have a go at you for breaking the computer</p> <p> </p> <p>fixed now but thanx microsoft for winding up my mum lol</p>Thu, 05 Apr 2007 13:46:50 Z2007-04-05T13:46:50Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#baf77c9a-5027-4454-827c-a7abdca04c6ahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#baf77c9a-5027-4454-827c-a7abdca04c6aAnonymous9553http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous9553Illegal System DLL Relocation?hi, i have had the same problem, an finially fixed it 2day, download this <a title="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=74AD4188-3131-429C-8FCB-F7B3B0FD3D86&amp;displaylang=en</a> it shud fix your problem.Thu, 05 Apr 2007 13:55:34 Z2007-04-05T13:55:34Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9f48360f-c1ba-4699-afa7-6108e281b3a4http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9f48360f-c1ba-4699-afa7-6108e281b3a4lninohiohttp://social.msdn.microsoft.com/Profile/en-US/?user=lninohioIllegal System DLL Relocation?Thank you all so much for posting and helping.... this support website was indeed the fix.  I too downloaded the security update yesterday morning... and next boot up I got that message... so I went to this link installed an poof....the error is gone thank goodness...  <br>Thu, 05 Apr 2007 14:03:41 Z2007-04-05T14:03:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8dcb2d08-fb57-4e0f-bfd0-08646d20ba15http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8dcb2d08-fb57-4e0f-bfd0-08646d20ba15Paul3http://social.msdn.microsoft.com/Profile/en-US/?user=Paul3Illegal System DLL Relocation?Thanks, I repaired my PC with the fix about an hour ago.Thu, 05 Apr 2007 14:41:19 Z2007-04-05T14:41:19Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#353fcd49-fd83-4673-b4eb-2818a798fea0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#353fcd49-fd83-4673-b4eb-2818a798fea0tonghohttp://social.msdn.microsoft.com/Profile/en-US/?user=tonghoIllegal System DLL Relocation?<div class=quote> <table width="85%"> <tbody> <tr> <td class=txt4> <strong>Matt Berry wrote:</strong></td></tr> <tr> <td class=quoteTable> <table width="100%"> <tbody> <tr> <td class=txt4 valign=top width="100%">Found something.<br><br>Check this out http://support.microsoft.com/?kbid=925902<br></td></tr></tbody></table></td></tr></tbody></table></div><br><br>wow, it's totally work for me. Thank Matt!!!!<br>Thu, 05 Apr 2007 15:17:01 Z2007-04-05T15:17:01Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#978139ef-8bc4-4f3d-aae2-c5a3ae067975http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#978139ef-8bc4-4f3d-aae2-c5a3ae067975jbtoledohttp://social.msdn.microsoft.com/Profile/en-US/?user=jbtoledoIllegal System DLL Relocation?<p>Thanks Mike, </p> <p>Directions worked perfectly.  No more error pop-ups.</p> <p> John </p>Thu, 05 Apr 2007 17:31:24 Z2007-04-05T17:31:24Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1730519a-fcf9-4022-afec-b53825197a38http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#1730519a-fcf9-4022-afec-b53825197a38Anonymous3195http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous3195Illegal System DLL Relocation?I have the same but no idea how to clear it !Thu, 05 Apr 2007 18:32:32 Z2007-04-05T18:32:32Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#af0d58c5-70c8-41ca-aba3-81e8c081b3d6http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#af0d58c5-70c8-41ca-aba3-81e8c081b3d6Dan R Burke1http://social.msdn.microsoft.com/Profile/en-US/?user=Dan%20R%20Burke1Illegal System DLL Relocation?The patch did not work for me as the error seems to apply to ghostscript as well as realtek (which I don't have).  Any word on a new patch or help ?<br>Thu, 05 Apr 2007 19:20:29 Z2007-04-05T19:20:29Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8b5c3576-fb81-47fa-9f9f-838f51c7def0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8b5c3576-fb81-47fa-9f9f-838f51c7def0KELVIN5http://social.msdn.microsoft.com/Profile/en-US/?user=KELVIN5Illegal System DLL Relocation?Great job Matt, that fix worked great. I didn't try a system restore I just went to the address you provided and downloaded the fix and, wham, I back up and running.Thu, 05 Apr 2007 22:10:59 Z2007-04-05T22:10:59Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#35a65a86-11f0-4aec-bf4c-c42fbc29e678http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#35a65a86-11f0-4aec-bf4c-c42fbc29e678Dave3388217http://social.msdn.microsoft.com/Profile/en-US/?user=Dave3388217Illegal System DLL Relocation?<p>Hi I had the same problem..</p> <p>935448 package from Microsoft . I found the answer after I searched the web.  Put 935448 in the search at </p> <p>Microsoft home page and it will take you to it.  I downloaded it and restarted and the error was gone.  </p> <p>Dave</p>Thu, 05 Apr 2007 22:27:37 Z2007-04-05T22:27:37Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4d0e87a9-059c-4a1b-b64a-ab6811e2c143http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4d0e87a9-059c-4a1b-b64a-ab6811e2c143Dave3388217http://social.msdn.microsoft.com/Profile/en-US/?user=Dave3388217Illegal System DLL Relocation?Yes you have to download 935448 package from Microsoft.Thu, 05 Apr 2007 22:30:41 Z2007-04-05T22:30:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#2784e0bd-cbcf-4e1e-8530-582c55a1076chttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#2784e0bd-cbcf-4e1e-8530-582c55a1076cAnonymous9245http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous9245Illegal System DLL Relocation?Thank you sooooo much , I thought it was something I had done ,really appreciate the link. Cheers fron New ZealandThu, 05 Apr 2007 23:21:12 Z2007-04-05T23:21:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#64dd02d3-7c20-4600-a249-4402f56db40fhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#64dd02d3-7c20-4600-a249-4402f56db40fHeidi3http://social.msdn.microsoft.com/Profile/en-US/?user=Heidi3Illegal System DLL Relocation?Thank you for the info - fixed my problems.  Took me longer to figure out how to register here - than to run the patch LOLThu, 05 Apr 2007 23:50:45 Z2007-04-05T23:50:45Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a57ab0ee-c4f7-4290-bbf9-38181c68b954http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a57ab0ee-c4f7-4290-bbf9-38181c68b954H_2http://social.msdn.microsoft.com/Profile/en-US/?user=H_2Illegal System DLL Relocation?<div class=quote> <table width="85%"> <tbody> <tr> <td class=txt4> <strong>Rogers wrote:</strong></td></tr> <tr> <td class=quoteTable> <table width="100%"> <tbody> <tr> <td class=txt4 valign=top width="100%"> <p>Thanks, Mike. it worked very nicely.  I have no startup problem now.</p> <p>I actually do not use the Realtek audio (to which the error is related) but I use SoundBlaster X-Fi audio.  Do I have to uninstall the Realtek audio?  I am not can anybody help me?</p> <p> </p> <p>Thanks.</p> <p>Rogers</p></td></tr></tbody></table></td></tr></tbody></table></div>Fri, 06 Apr 2007 00:06:45 Z2007-04-06T00:06:45Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a1ea96f9-959a-405d-aa7a-a18dec355333http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a1ea96f9-959a-405d-aa7a-a18dec355333Frank Pucciohttp://social.msdn.microsoft.com/Profile/en-US/?user=Frank%20PuccioIllegal System DLL Relocation?Thx Matt. Solution worked for me.Fri, 06 Apr 2007 02:42:18 Z2007-04-06T02:42:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#790c278a-0bee-4607-bc02-a391ca771438http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#790c278a-0bee-4607-bc02-a391ca771438Anonymous10824http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous10824Illegal System DLL Relocation?After installingthis update my calculator doesn't work and I get the error message. <br><br>Does anybody know how to fix this issue orpoint me in the right direction ?<br><br>many thanks<br><br>Roberto<br>Fri, 06 Apr 2007 07:35:03 Z2007-04-06T07:35:03Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#72e71dde-29bb-43e3-975f-34b42afafe65http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#72e71dde-29bb-43e3-975f-34b42afafe65Jackeboyhttp://social.msdn.microsoft.com/Profile/en-US/?user=JackeboyIllegal System DLL Relocation?<table cellspacing=0 cellpadding=0 width="100%" align=left> <tbody> <tr> <td class=ft width="100%"> <table cellspacing=0 cellpadding=2 width="100%"> <tbody> <tr> <td style="word-wrap:break-word" valign=top align=left width=400></td> <td class=txt4rt><span class=txt4rt></span><a title="http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=1441889&amp;SiteID=1&amp;ReturnUrl=" href="http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=1441889&amp;SiteID=1&amp;ReturnUrl="></a><a title="http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=1441889&amp;SiteID=1&amp;Quote=True" href="http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=1441889&amp;SiteID=1&amp;Quote=True"></a><a title="http://forums.microsoft.com/MSDN/DeletePost.aspx?PostID=1441889&amp;ReturnUrl=%2fMSDN%2fShowForum.aspx%3fForumID%3d29%26SiteID%3d1&amp;SiteID=1" href="http://forums.microsoft.com/MSDN/DeletePost.aspx?PostID=1441889&amp;ReturnUrl=/MSDN/ShowForum.aspx?ForumID%3d29%26SiteID%3d1&amp;SiteID=1"></a><a title="http://forums.microsoft.com/MSDN/EditPost.aspx?PostID=1441889&amp;SiteID=1&amp;ReturnUrl=%2fMSDN%2fShowPost.aspx%3fPostID%3d1441889%26SiteID%3d1" href="http://forums.microsoft.com/MSDN/EditPost.aspx?PostID=1441889&amp;SiteID=1&amp;ReturnUrl=/MSDN/ShowPost.aspx?PostID%3d1441889%26SiteID%3d1"></a><span></span><a id="_ctl0_MainContent_PostFlatView__ctl0_PostRepeater__ctl0_LockPost"></a><a id="_ctl0_MainContent_PostFlatView__ctl0_PostRepeater__ctl0_UnlockPost"></a><br></td></tr></tbody></table></td></tr> <tr> <td class=fh3a valign=top> <table cellspacing=2 cellpadding=0 width="100%" align=left> <tbody> <tr> <td class=spacer rowspan=2></td> <td class=txt4t style="padding-top:4px" width="100%" colspan=3> <table cellspacing=0 cellpadding=0 width="90%" align=left> <tbody> <tr> <td class=txt4lt style="word-wrap:break-word" width=625><span>I had the same problem, probably from the same download/update. The patch I found at <a title="http://support.microsoft.com/?kbid=925902" href="http://support.microsoft.com/?kbid=925902"><strong>http://support.microsoft.com/?kbid=925902</strong></a><strong> </strong>corrected my problem. Thanks alot.<br></span></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table>Fri, 06 Apr 2007 07:36:07 Z2007-04-06T07:36:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8ea1dc24-0eba-417c-a494-60d5374782b0http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8ea1dc24-0eba-417c-a494-60d5374782b0Enex34http://social.msdn.microsoft.com/Profile/en-US/?user=Enex34Illegal System DLL Relocation?<p> </p> <p>Hi Guys,</p> <p> </p> <p>I had the same problem and got really annoyed with the meassage appearing every time switcehd on my laptop but now the problem solved!</p> <p> </p> <p>Go to  <a title="http://support.microsoft.com/kb/935448/en-us" href="http://support.microsoft.com/kb/935448/en-us"><strong>http://support.microsoft.com/kb/935448/en-us</strong></a><strong> </strong> and under the resolution title click on <font color="#993366"> <u><strong>Download the 935448 package now</strong></u></font></p> <p> </p> <p>After downloading it restart your computer.</p> <p> </p> <p>The mesage will be gone forever!!!    <img src="images/emoticons/smile_shades.gif"></p> <p> </p> <p>Wish you all stress free days!</p> <p> </p>Fri, 06 Apr 2007 13:14:11 Z2007-04-06T13:14:11Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#aa90bd22-548c-435f-bcb5-2139f8269b72http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#aa90bd22-548c-435f-bcb5-2139f8269b72Howard3http://social.msdn.microsoft.com/Profile/en-US/?user=Howard3Illegal System DLL Relocation?<div id="result_box" dir=ltr>hello from Spain <br><br>Hotfix in Spanish does not work in Windows XP Media Center Edition 2005, says that language of hotfix (selected in Spanish) is incorrect <br><br><br></div>Fri, 06 Apr 2007 14:35:18 Z2007-04-06T14:35:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f69c4aa-1077-4fb0-b549-44882323b70ahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f69c4aa-1077-4fb0-b549-44882323b70aJay5http://social.msdn.microsoft.com/Profile/en-US/?user=Jay5Illegal System DLL Relocation?Thanks Matt--it worked.  The hotfix is the download.  MS had to help us and this is it.Fri, 06 Apr 2007 14:36:43 Z2007-04-06T14:36:43Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f38fad60-e146-4212-887b-e4b7ee062c1ahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f38fad60-e146-4212-887b-e4b7ee062c1aVA Beach PMhttp://social.msdn.microsoft.com/Profile/en-US/?user=VA%20Beach%20PMIllegal System DLL Relocation?<p> </p> <p> </p> <p>Just wanted to say it's wonderful you found this link, I just stumbled across this problem with my computer, started googling to see if there was a fix, found this message, and the new download fixed it!  Thanks!</p>Sat, 07 Apr 2007 04:30:22 Z2007-04-07T04:30:22Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f6e80b96-10f4-4c50-826a-4b502a03c6afhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#f6e80b96-10f4-4c50-826a-4b502a03c6afAnil Lopezhttp://social.msdn.microsoft.com/Profile/en-US/?user=Anil%20LopezIllegal System DLL Relocation?<p> </p> <p>Good Job guys!</p> <p>I had no idea what all this was about... thought it had to do with some setting I changed in my system recently. The hot fix resolved that irritating start up message.</p> <p> </p> <p>thanks a lot again and keep up the good work</p> <p> </p> <p>Anil</p>Sat, 07 Apr 2007 06:19:28 Z2007-04-07T06:19:28Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#38c58301-faa2-4491-ac2a-1f53f2d8b205http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#38c58301-faa2-4491-ac2a-1f53f2d8b205festerhttp://social.msdn.microsoft.com/Profile/en-US/?user=festerIllegal System DLL Relocation?I turn on my computer May 5 and it boots up, but S-L-O-W-L-Y.  I get the error message everybody on this thread is describing and realize it's the KB925902 update.  After fishing around I load the hotfix found below:<br><br>http://support.microsoft.com/kb/935448/<br><br>When I load, it the error message goes away.  Great.  But my computer is still SLOW.<br><br>I turn off my security updates, do a defrag and a system restore, which speeds my computer back up to where it was.<br><br>I'd like to keep getting updated but I can't live with what KB925902 and 935448 do.  <br><br>Is anybody else having THIS problem?<br>Sat, 07 Apr 2007 13:13:37 Z2007-04-07T13:13:37Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cb4300ae-e4b5-409a-b2d8-60f2f7146c7ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cb4300ae-e4b5-409a-b2d8-60f2f7146c7eAnonymous13981http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous13981Illegal System DLL Relocation?<p>Steps to Uninstall Windows-XP Security Update (KB925902)</p> <p>1. Open Control Panel</p> <p>2. Click on Add or Remove Programs</p> <p>3. Locate above security update under Windows-XP Software Updates</p> <p>4. Reinstall Security Update for Windows-XP (KB925902)</p> <p>5. Reboot and &quot;RTHDCPL.EXE- Illegal System DLL Relocation&quot; error message will cease.</p> <p> </p>Sat, 07 Apr 2007 14:06:29 Z2007-04-07T14:06:29Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f5552c5-cf88-4ef2-b958-d47a6a87082ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#8f5552c5-cf88-4ef2-b958-d47a6a87082erellimmothttp://social.msdn.microsoft.com/Profile/en-US/?user=rellimmotIllegal System DLL Relocation?I am having this issue with avgcc.exe. my AVG wont work! i have tried the hotfix multiple times. system restore doesnt even resolve the issue.<br>Sat, 07 Apr 2007 14:22:28 Z2007-04-07T14:22:28Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a413c68a-08d2-420c-9def-f01f9bf635edhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#a413c68a-08d2-420c-9def-f01f9bf635edAnonymous583http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous583Illegal System DLL Relocation?i just used my norton go back and i'm up and running again.  microsoft should be ashamed of themselves for this.  it's more than 24 hours since this download, and still no response from them how to make this right if you don't have norton go back.  why can't they un-install a corrupt program as easily as they install one? shameful!Sat, 07 Apr 2007 14:25:12 Z2007-04-07T14:25:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bfa9bb59-aa91-46af-8062-dfe3e0b00a48http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bfa9bb59-aa91-46af-8062-dfe3e0b00a48LOEBhttp://social.msdn.microsoft.com/Profile/en-US/?user=LOEBIllegal System DLL Relocation?<p> Gee... I tought my kids down loaded some nasty bot.... It' s only MS screwing up( no worries, we all messup), and not telling us about it (  a VERY NASTY HABIT for these guys - unforgivable, I'd say ) - anyhow.. I'm broke too and restore doesn't restore.. I was about to call HP....but it's MS after all....  dang...this is sick. So,.... when's the fix................? </p> <p>Wild willy</p>Sat, 07 Apr 2007 15:14:19 Z2007-04-07T15:14:19Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#57b758f6-28ed-4731-a6a0-e9c72cf8baeahttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#57b758f6-28ed-4731-a6a0-e9c72cf8baeaMIKEAnonymoushttp://social.msdn.microsoft.com/Profile/en-US/?user=MIKEAnonymousIllegal System DLL Relocation?<strong> Matt, Thanks for the great info. I went to microsoft and downloaed the update for windows xp .  ( KB935448 ) I installed this and rebooted and everything is back to nomal. Thanks again Mike</strong>Sun, 08 Apr 2007 15:30:19 Z2007-04-08T15:30:19Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bbd1a7ef-f589-4019-99ac-13bd35ea6e1ehttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#bbd1a7ef-f589-4019-99ac-13bd35ea6e1eStodgehttp://social.msdn.microsoft.com/Profile/en-US/?user=StodgeIllegal System DLL Relocation?I haven't tried removing the security fix, but I get the relocation problem with AVG's free anti-virus software (which no longer works) and GarageGames Constructor (http://www.garagegames.com/mg/snapshot/view.php?qid=1436). This didn't work for me:<br><br>http://support.microsoft.com/default.aspx/kb/935448/en-us<br>Sun, 08 Apr 2007 23:33:38 Z2007-04-08T23:33:38Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#56f6cf74-605f-42d7-b24d-7b9fbc1f33e6http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#56f6cf74-605f-42d7-b24d-7b9fbc1f33e6Anonymous2421164http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous2421164Illegal System DLL Relocation?Hi, I'm having the same but sorta different problem. On my PC the only program that does not work is Nero. It says C:\Windows\system32\SHELL32.dll occupied an address range reserved for Windows systems DLLs.<br>So how do I fix the probllem when it's the SHELL32? I already tried reinstalling it but no luck, I don't even know what I did wrong.<br>Please help.<br>Thanks<br>Anon.<br>Mon, 09 Apr 2007 09:09:27 Z2007-04-09T09:09:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4bff19ee-dd86-4f57-bc74-6cb4845f6865http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#4bff19ee-dd86-4f57-bc74-6cb4845f6865Anonymous9415http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous9415Illegal System DLL Relocation?I'm having the same problem with nero and calc etc. The hotfix does nothing.<br>Mon, 09 Apr 2007 12:47:41 Z2007-04-09T12:47:41Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#aa95fc4e-44bd-417b-b835-c4ca551c1420http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#aa95fc4e-44bd-417b-b835-c4ca551c1420wildturkeyhttp://social.msdn.microsoft.com/Profile/en-US/?user=wildturkeyIllegal System DLL Relocation?Had same problem, testing now.Mon, 09 Apr 2007 19:57:46 Z2007-04-09T19:57:46Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c7e2c1da-dd44-4832-925d-81e6d8f04cf4http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#c7e2c1da-dd44-4832-925d-81e6d8f04cf4Anonymous3292http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous3292Illegal System DLL Relocation?Thanks Matt I had resolved myself to just uninstalling the problem update, and not re downloading it again, on reading about the hotfix I thought I'd give it a try, I re downloaded the update, the error message appeared as expected, then I went straight to the link and downloaded the hotfix, ran it, restarted my system  and hey!!!!!!!! the problem has all gone, Matt, you're a star!! Thank you!Mon, 09 Apr 2007 21:26:56 Z2007-04-09T21:26:56Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#56db4deb-89e2-4e8a-a597-cdd36153d4ffhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#56db4deb-89e2-4e8a-a597-cdd36153d4ffThomas2246444http://social.msdn.microsoft.com/Profile/en-US/?user=Thomas2246444Illegal System DLL Relocation?<p>Working with Calc and OpenOffice quickstarter.  Same illegal system DLL relocation.  None of the hotfixes have worked, and I've checked the OpenOffice website for any news.  Any further insights into this one?</p>Mon, 09 Apr 2007 21:34:17 Z2007-04-09T21:34:17Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d0d22f3e-d962-41b7-b235-61f7ecb65de8http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#d0d22f3e-d962-41b7-b235-61f7ecb65de8Thomas2246444http://social.msdn.microsoft.com/Profile/en-US/?user=Thomas2246444Illegal System DLL Relocation?Same problems (calc &amp; OOo).  Also can't update my JRE (shouldn't have uninstalled before reading this forum.  stupid...).  Would love to get some idea that isn't reloading XP.  Thanks for everyone's help up unitl now.Mon, 09 Apr 2007 21:48:38 Z2007-04-09T21:48:38Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9789cf3c-1db5-45ee-a134-61426bcfc66chttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#9789cf3c-1db5-45ee-a134-61426bcfc66cAnonymous11601http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous11601Illegal System DLL Relocation?Thank you Matt for the website.  I tried looking for it but to no avail.  The website you gave went straight to it and fixed my problem.  Thanks again.Tue, 10 Apr 2007 05:22:15 Z2007-04-10T05:22:15Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#babebe3c-e7ae-4b9b-9700-ff8c060e010bhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#babebe3c-e7ae-4b9b-9700-ff8c060e010bRoaming Egghttp://social.msdn.microsoft.com/Profile/en-US/?user=Roaming%20EggIllegal System DLL Relocation?<p> </p> <p>I am the owner of a small Internet Service Provider and since that last Security update I have had no fewer than 10 different customers call my support line with the same error.  Also, my own machine is affected by this.     Ever person I have talked to has stated it occurred immediately after the security update.   I have also noted some randomness as to which DLL is being flagged in the error message.   My original one involved the windows help system, not my system is reporting an error with a DLL involving the sound system.   </p> <p> </p> <p>Has anyone heard of a resolution of this?</p>Tue, 10 Apr 2007 20:05:11 Z2007-04-10T20:05:11Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#670985b9-4670-40f1-a23d-00811f709166http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#670985b9-4670-40f1-a23d-00811f709166Brad7http://social.msdn.microsoft.com/Profile/en-US/?user=Brad7Illegal System DLL Relocation?<p>I was having the same problem that it seems everyone else here is talking about and system restore didn't work for me either.  </p> <p>Your information helped me fix the problem.  I am now sending it to a friend.  Thank You.  </p>Wed, 11 Apr 2007 00:35:51 Z2007-04-11T00:35:51Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ede81002-ea34-4a42-9fc2-c6213faebdfchttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#ede81002-ea34-4a42-9fc2-c6213faebdfcCarmen1http://social.msdn.microsoft.com/Profile/en-US/?user=Carmen1Illegal System DLL Relocation?<div>After I installed the hotfix, my problem still exists. In fact, when I am trying to open the calculator....this error message pops up:-</div> <div> </div> <div>The system DLL user32.dll was relocated in memory. The application will not run properly. The relocation occurred because the DLL C:\WINDOWS\system32\SHELL32.dll occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.</div> <div> </div> <div>Any ideas? Thanks!</div>Wed, 11 Apr 2007 08:33:28 Z2007-04-11T08:33:28Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#db865c05-2dc0-4952-91a6-d9eee07e12f5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#db865c05-2dc0-4952-91a6-d9eee07e12f5Carmen1http://social.msdn.microsoft.com/Profile/en-US/?user=Carmen1Illegal System DLL Relocation?Same over here when I try to use the calculator.........Wed, 11 Apr 2007 08:55:03 Z2007-04-11T08:55:03Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#384befb3-56dd-46ae-9019-e9f66f30b7a5http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#384befb3-56dd-46ae-9019-e9f66f30b7a5monkeypantshttp://social.msdn.microsoft.com/Profile/en-US/?user=monkeypantsIllegal System DLL Relocation?it appears that microsoft has made a fix..Wed, 11 Apr 2007 13:45:07 Z2007-04-11T13:45:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cfdef1e0-d7cc-4444-a43b-e60bc6b29887http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#cfdef1e0-d7cc-4444-a43b-e60bc6b29887bStiffler582http://social.msdn.microsoft.com/Profile/en-US/?user=bStiffler582Illegal System DLL Relocation?<p>I believe to manually fix, you just replace the file that is said to occupy the memory location. I'm trying this now.</p> <p>A custom them (like bricopaks) replaces the original shell32.dll. So if thats the file, your solution is to get rid of your custom theme. Worked for me.</p>Thu, 12 Apr 2007 00:26:55 Z2007-04-12T00:26:55Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b8b6e13a-91a5-4bbf-a063-ab5c5afd43d1http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#b8b6e13a-91a5-4bbf-a063-ab5c5afd43d1Anonymous6980http://social.msdn.microsoft.com/Profile/en-US/?user=Anonymous6980Illegal System DLL Relocation?for those who have <span id="_ctl0_MainContent_PostFlatView"><span>FlyakiteOSX v3.5, you don't need to uninstall the program, just reduce the icon size to 48*48 pixels<br><br>that will reduce the SHELL32.DLL and the problem disapear...<br></span></span>Sat, 14 Apr 2007 13:36:45 Z2007-04-14T13:36:45Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#545188c7-193d-4b78-9b99-fd1cc5dd0673http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/846ed4d9-391e-4ca4-8bd7-16f7b341f2e2#545188c7-193d-4b78-9b99-fd1cc5dd0673circa86http://social.msdn.microsoft.com/Profile/en-US/?user=circa86Illegal System DLL Relocation?just wanted to let you know I was having the same problem, I was trying to install a Wacom Tablet driver and was getting the error.<br><br>uninstalled the windows update 925902 and the problem was fixed.<br><br>good luck everyone.<br>Mon, 16 Jul 2007 10:45:15 Z2007-07-16T10:45:15Z