| Can't seem to register DLLs on Windows Server 2003 x64 Just upgraded servers from 32 bit to 64 bit |
asp4bunnies

msg:1570793 | 5:33 pm on Sep 8, 2005 (gmt 0) | Hi, I recently upgraded my website to a Windows 2003 x64 OS on a 64-bit box, from a Windows 2003 on a 32-bit box. Everything works great, except all of my attempts to register dlls. I get this same error for virtually everything: Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: '[OBJECT NAME HERE]' My code is all exactly the same as on the old box... Anyone have any similar experience or resolution?
|
collymellon

msg:1570794 | 2:39 pm on Sep 9, 2005 (gmt 0) | Microsoft support [support.microsoft.com] Does this help? My first thoughts are security on your server.
|
asp4bunnies

msg:1570795 | 3:59 pm on Sep 9, 2005 (gmt 0) | I checked the security on the dll's and they are both fine. I even added the IUSR, IWAM and Everyone accounts to those dlls and still nothing. This is really frustrating :( Is it possibly how I registered the dlls? I used regsvr32 - is there a different process on a x64 machine?
|
asquithea

msg:1570796 | 8:18 pm on Sep 11, 2005 (gmt 0) | Hmm. You know you can't load a 32 bit DLL in a 64 bit process, don't you? That's why there's a both a 32 bit and 64 bit version of Internet Explorer.
|
asp4bunnies

msg:1570797 | 1:35 pm on Sep 12, 2005 (gmt 0) | | Hmm. You know you can't load a 32 bit DLL in a 64 bit process, don't you? That's why there's a both a 32 bit and 64 bit version of Internet Explorer. |
| Does this mean if I install regular Windows 2003 Enterprise instead of x64, but still have the 64 bit processor, it will work OK?
|
asquithea

msg:1570798 | 2:19 pm on Sep 12, 2005 (gmt 0) | Win 2003 32 bit will work quite happily on a 64 bit box, assuming it's x86 compatible hardware (as opposed to Itanium). However, you might as well find out what the problem is with Win64. You don't say which process is trying to load the dll, nor which dll you are trying to load, nor which version of regsvr32 you called (there are two versions on Win64). If your process is 64 bit, make sure: - The DLL you're referencing is 64 bit - You called the 64 bit version of regsvr32 If your process is 32 bit, make sure: - The DLL you're referencing is 32 bit - You called the 32 bit version of regsvr32 Sorry I can't be more specific; I have neither direct experience of Win64, nor of ActiveX, so it's the blind leading the blind :-)
|
|
|