From: Stuart Macleod on
we have installed sbs2008 64bit and loading an app which errors when trying
to run saying the resize32.ocx is not registered obn our old 32 bit sbs2003
box i simply regsvr32 resize32.ocx and it registered and all was well now it
complains its for a different platform 32 bit 64 bit
anyone help with this where can i get a 64bit version of the file
From: Larry Struckmeyer[SBS-MVP] on
Stuart:

In general, running apps *on* the SBS, or any server, is a bad idea. What
exactly does this app do, and have you checked with the vendor to verify
it will run on Windows Server 2008 64? If not, you may need a 2008 32 file
server or virtual server.

-
Larry
Please post the resolution to your
issue so others may benefit
-
Get Your SBS Health Check at
www.sbsbpa.com


> we have installed sbs2008 64bit and loading an app which errors when
> trying
> to run saying the resize32.ocx is not registered obn our old 32 bit
> sbs2003
> box i simply regsvr32 resize32.ocx and it registered and all was well
> now it
> complains its for a different platform 32 bit 64 bit
> anyone help with this where can i get a 64bit version of the file


From: Charlie Russel - MVP on
Completely correct, it shouldn't be run on the server. And IF it needs to be
run, the correct regsrv32 needs to be used to register the DLLs. Since OCXs
are never 64-bit, they need to use the version of regsrv32 in the SYSWOW64
directory. So, from an _elevated_ cmd prompt:

C:\> %windir%\syswow64\regsrv32 <DLLname>

But again, you shouldn't be running this on the server.

--
Charlie.
http://msmvps.com/blogs/russel




"Larry Struckmeyer[SBS-MVP]" <lstruckmeyer(a)mis-wizards.com> wrote in message
news:4e683515ef4d8ccb322995ce161(a)news.microsoft.com...
> Stuart:
>
> In general, running apps *on* the SBS, or any server, is a bad idea. What
> exactly does this app do, and have you checked with the vendor to verify
> it will run on Windows Server 2008 64? If not, you may need a 2008 32
> file server or virtual server.
>
> -
> Larry
> Please post the resolution to your
> issue so others may benefit
> -
> Get Your SBS Health Check at
> www.sbsbpa.com
>
>
>> we have installed sbs2008 64bit and loading an app which errors when
>> trying
>> to run saying the resize32.ocx is not registered obn our old 32 bit
>> sbs2003
>> box i simply regsvr32 resize32.ocx and it registered and all was well
>> now it
>> complains its for a different platform 32 bit 64 bit
>> anyone help with this where can i get a 64bit version of the file
>
>