I tried posting this in the SQL CE group but I haven't gotten any responses
so I am trying it here.
When I try to browse the website:
http://localhost/quickgoldmobile/sqlcesa30.dll
I get this error:
%1 is not a valid Win32 application.
This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked permissions
and everything looks correct the anonymous user has READ access to the
replication folders. I even tried giving it full permissions but that
didn't work either.
Anyone have any ideas?
Eric RenkenHi Eric,
Welcome.
As for the problem you mentioned, based on my experience, it is likely a 32
bit/64 bit incompatiable issue of the IIS server on yoru 64 bit machine. Is
your IIS currently configured to running as 32 bit or 64 bit and is it
running under IIS worker process isolation model or IIS5 compatible model?
And the "%1 is not a valid Win32 application." error is likely occur when
the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by 64 bit
process in IIS. Here is a kb article discussing on this:
#Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
applications in IIS 6.0
http://support.microsoft.com/?id=895976
I suggest you first check whether the IIS is configured to use worker
process isolation model(applciation pool model), it's a global setting (not
site specific) on a certain machine. then, check whether the current IIS is
running in 32 bit (WOW) or 64 bit model...
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
| From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| Subject: Error When I try to browse the website for my SQL Mobile 2005
Replication
| Date: Tue, 10 Jan 2006 15:16:26 -0500
| Lines: 22
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417088
| X-Tomcat-NG: microsoft.public.sqlserver.server
|
| I tried posting this in the SQL CE group but I haven't gotten any
responses
| so I am trying it here.
|
| When I try to browse the website:
|
| http://localhost/quickgoldmobile/sqlcesa30.dll
|
| I get this error:
|
| %1 is not a valid Win32 application.
|
| This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
permissions
| and everything looks correct the anonymous user has READ access to the
| replication folders. I even tried giving it full permissions but that
| didn't work either.
|
| Anyone have any ideas?
|
| Eric Renken
|
|
|
||||Well that seemed to do it. Is there any way to run 32bit apps and 64bit
apps on the same instance of IIS? I had to reinstall .net 2.0 32-bit
version into IIS once I made the change.
Eric Renken
"Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
> Hi Eric,
> Welcome.
> As for the problem you mentioned, based on my experience, it is likely a
> 32
> bit/64 bit incompatiable issue of the IIS server on yoru 64 bit machine.
> Is
> your IIS currently configured to running as 32 bit or 64 bit and is it
> running under IIS worker process isolation model or IIS5 compatible model?
> And the "%1 is not a valid Win32 application." error is likely occur when
> the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by 64 bit
> process in IIS. Here is a kb article discussing on this:
> #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
> applications in IIS 6.0
> http://support.microsoft.com/?id=895976
> I suggest you first check whether the IIS is configured to use worker
> process isolation model(applciation pool model), it's a global setting
> (not
> site specific) on a certain machine. then, check whether the current IIS
> is
> running in 32 bit (WOW) or 64 bit model...
> Thanks,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
> --
> | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
> | Subject: Error When I try to browse the website for my SQL Mobile 2005
> Replication
> | Date: Tue, 10 Jan 2006 15:16:26 -0500
> | Lines: 22
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
> | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
> | X-RFC2646: Format=Flowed; Original
> | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
> | Newsgroups: microsoft.public.sqlserver.server
> | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
> | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417088
> | X-Tomcat-NG: microsoft.public.sqlserver.server
> |
> | I tried posting this in the SQL CE group but I haven't gotten any
> responses
> | so I am trying it here.
> |
> | When I try to browse the website:
> |
> | http://localhost/quickgoldmobile/sqlcesa30.dll
> |
> | I get this error:
> |
> | %1 is not a valid Win32 application.
> |
> | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
> permissions
> | and everything looks correct the anonymous user has READ access to the
> | replication folders. I even tried giving it full permissions but that
> | didn't work either.
> |
> | Anyone have any ideas?
> |
> | Eric Renken
> |
> |
> |
> |
>|||Is there any talk or discussion on making sqlcesa30.dll a 64-bit DLL?
Eric Renken
"Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
> Hi Eric,
> Welcome.
> As for the problem you mentioned, based on my experience, it is likely a
> 32
> bit/64 bit incompatiable issue of the IIS server on yoru 64 bit machine.
> Is
> your IIS currently configured to running as 32 bit or 64 bit and is it
> running under IIS worker process isolation model or IIS5 compatible model?
> And the "%1 is not a valid Win32 application." error is likely occur when
> the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by 64 bit
> process in IIS. Here is a kb article discussing on this:
> #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
> applications in IIS 6.0
> http://support.microsoft.com/?id=895976
> I suggest you first check whether the IIS is configured to use worker
> process isolation model(applciation pool model), it's a global setting
> (not
> site specific) on a certain machine. then, check whether the current IIS
> is
> running in 32 bit (WOW) or 64 bit model...
> Thanks,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
> --
> | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
> | Subject: Error When I try to browse the website for my SQL Mobile 2005
> Replication
> | Date: Tue, 10 Jan 2006 15:16:26 -0500
> | Lines: 22
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
> | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
> | X-RFC2646: Format=Flowed; Original
> | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
> | Newsgroups: microsoft.public.sqlserver.server
> | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
> | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417088
> | X-Tomcat-NG: microsoft.public.sqlserver.server
> |
> | I tried posting this in the SQL CE group but I haven't gotten any
> responses
> | so I am trying it here.
> |
> | When I try to browse the website:
> |
> | http://localhost/quickgoldmobile/sqlcesa30.dll
> |
> | I get this error:
> |
> | %1 is not a valid Win32 application.
> |
> | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
> permissions
> | and everything looks correct the anonymous user has READ access to the
> | replication folders. I even tried giving it full permissions but that
> | didn't work either.
> |
> | Anyone have any ideas?
> |
> | Eric Renken
> |
> |
> |
> |
>|||Thanks for your response Eric,
For the IIS6 on 64 bit machine, the Enable32bitAppOnWin64 setting for
running 32 bit application is a global setting for all application pools ,
so we can not make separate worker process(w3wp) running different bit
applications(or loading different bit dll...). For 32 bit or 64 bit dll
of the replication service's ISAPI filter or extension, they're shiped with
the 32 bit or 64 bit SQLServer...
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
| From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
<OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
| Subject: Re: Error When I try to browse the website for my SQL Mobile
2005 Replication
| Date: Wed, 11 Jan 2006 19:14:16 -0500
| Lines: 89
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417295
| X-Tomcat-NG: microsoft.public.sqlserver.server
|
| Well that seemed to do it. Is there any way to run 32bit apps and 64bit
| apps on the same instance of IIS? I had to reinstall .net 2.0 32-bit
| version into IIS once I made the change.
|
| Eric Renken
|
| "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
| news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
| > Hi Eric,
| >
| > Welcome.
| > As for the problem you mentioned, based on my experience, it is likely
a
| > 32
| > bit/64 bit incompatiable issue of the IIS server on yoru 64 bit
machine.
| > Is
| > your IIS currently configured to running as 32 bit or 64 bit and is it
| > running under IIS worker process isolation model or IIS5 compatible
model?
| > And the "%1 is not a valid Win32 application." error is likely occur
when
| > the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by 64
bit
| > process in IIS. Here is a kb article discussing on this:
| >
| > #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
| > applications in IIS 6.0
| > http://support.microsoft.com/?id=895976
| >
| > I suggest you first check whether the IIS is configured to use worker
| > process isolation model(applciation pool model), it's a global setting
| > (not
| > site specific) on a certain machine. then, check whether the current
IIS
| > is
| > running in 32 bit (WOW) or 64 bit model...
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| > --
| > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| > | Subject: Error When I try to browse the website for my SQL Mobile 2005
| > Replication
| > | Date: Tue, 10 Jan 2006 15:16:26 -0500
| > | Lines: 22
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| > | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| > | X-RFC2646: Format=Flowed; Original
| > | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| > | Newsgroups: microsoft.public.sqlserver.server
| > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417088
| > | X-Tomcat-NG: microsoft.public.sqlserver.server
| > |
| > | I tried posting this in the SQL CE group but I haven't gotten any
| > responses
| > | so I am trying it here.
| > |
| > | When I try to browse the website:
| > |
| > | http://localhost/quickgoldmobile/sqlcesa30.dll
| > |
| > | I get this error:
| > |
| > | %1 is not a valid Win32 application.
| > |
| > | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
| > permissions
| > | and everything looks correct the anonymous user has READ access to the
| > | replication folders. I even tried giving it full permissions but that
| > | didn't work either.
| > |
| > | Anyone have any ideas?
| > |
| > | Eric Renken
| > |
| > |
| > |
| > |
| >
|
|
||||I didn't see the 64bit DLL at all with the 64 bit SQL server. I have SQL
2005 SQL server running. The MSI install for SQL Mobile sqlce30setupen.msi
was only installed with my Visual Studio install and that appears to be a 32
bit version of the DLL.
Eric
"Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
news:FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl...
> Thanks for your response Eric,
> For the IIS6 on 64 bit machine, the Enable32bitAppOnWin64 setting for
> running 32 bit application is a global setting for all application pools ,
> so we can not make separate worker process(w3wp) running different bit
> applications(or loading different bit dll...). For 32 bit or 64 bit dll
> of the replication service's ISAPI filter or extension, they're shiped
> with
> the 32 bit or 64 bit SQLServer...
> Regards,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
> --
> | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
> | References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
> <OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
> | Subject: Re: Error When I try to browse the website for my SQL Mobile
> 2005 Replication
> | Date: Wed, 11 Jan 2006 19:14:16 -0500
> | Lines: 89
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
> | X-RFC2646: Format=Flowed; Original
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
> | Message-ID: <Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
> | Newsgroups: microsoft.public.sqlserver.server
> | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
> | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417295
> | X-Tomcat-NG: microsoft.public.sqlserver.server
> |
> | Well that seemed to do it. Is there any way to run 32bit apps and 64bit
> | apps on the same instance of IIS? I had to reinstall .net 2.0 32-bit
> | version into IIS once I made the change.
> |
> | Eric Renken
> |
> | "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
> | news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
> | > Hi Eric,
> | >
> | > Welcome.
> | > As for the problem you mentioned, based on my experience, it is likely
> a
> | > 32
> | > bit/64 bit incompatiable issue of the IIS server on yoru 64 bit
> machine.
> | > Is
> | > your IIS currently configured to running as 32 bit or 64 bit and is it
> | > running under IIS worker process isolation model or IIS5 compatible
> model?
> | > And the "%1 is not a valid Win32 application." error is likely occur
> when
> | > the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by 64
> bit
> | > process in IIS. Here is a kb article discussing on this:
> | >
> | > #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
> | > applications in IIS 6.0
> | > http://support.microsoft.com/?id=895976
> | >
> | > I suggest you first check whether the IIS is configured to use worker
> | > process isolation model(applciation pool model), it's a global setting
> | > (not
> | > site specific) on a certain machine. then, check whether the current
> IIS
> | > is
> | > running in 32 bit (WOW) or 64 bit model...
> | >
> | > Thanks,
> | >
> | > Steven Cheng
> | > Microsoft Online Support
> | >
> | > Get Secure! www.microsoft.com/security
> | > (This posting is provided "AS IS", with no warranties, and confers no
> | > rights.)
> | >
> | >
> | >
> | > --
> | > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
> | > | Subject: Error When I try to browse the website for my SQL Mobile
> 2005
> | > Replication
> | > | Date: Tue, 10 Jan 2006 15:16:26 -0500
> | > | Lines: 22
> | > | X-Priority: 3
> | > | X-MSMail-Priority: Normal
> | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
> | > | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
> | > | X-RFC2646: Format=Flowed; Original
> | > | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
> | > | Newsgroups: microsoft.public.sqlserver.server
> | > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
> | > | Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> | > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417088
> | > | X-Tomcat-NG: microsoft.public.sqlserver.server
> | > |
> | > | I tried posting this in the SQL CE group but I haven't gotten any
> | > responses
> | > | so I am trying it here.
> | > |
> | > | When I try to browse the website:
> | > |
> | > | http://localhost/quickgoldmobile/sqlcesa30.dll
> | > |
> | > | I get this error:
> | > |
> | > | %1 is not a valid Win32 application.
> | > |
> | > | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
> | > permissions
> | > | and everything looks correct the anonymous user has READ access to
> the
> | > | replication folders. I even tried giving it full permissions but
> that
> | > | didn't work either.
> | > |
> | > | Anyone have any ideas?
> | > |
> | > | Eric Renken
> | > |
> | > |
> | > |
> | > |
> | >
> |
> |
> |
>|||Thanks for your response Eric,
I'll do some further research to check whether there is 64 bit version of
the sqlce's replication web component(dll). Also, so far we can confirm
that 32 bit or 64 bit component can not work side by side in IIS6(on 64 bit
machine), only one can be configured to use at one certain time...
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--
| From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
<OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
<Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
<FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl>
| Subject: Re: Error When I try to browse the website for my SQL Mobile
2005 Replication
| Date: Thu, 12 Jan 2006 14:27:01 -0500
| Lines: 153
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <u2pXr46FGHA.3864@.tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417409
| X-Tomcat-NG: microsoft.public.sqlserver.server
|
| I didn't see the 64bit DLL at all with the 64 bit SQL server. I have SQL
| 2005 SQL server running. The MSI install for SQL Mobile
sqlce30setupen.msi
| was only installed with my Visual Studio install and that appears to be a
32
| bit version of the DLL.
|
| Eric
|
| "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
| news:FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl...
| > Thanks for your response Eric,
| >
| > For the IIS6 on 64 bit machine, the Enable32bitAppOnWin64 setting for
| > running 32 bit application is a global setting for all application
pools ,
| > so we can not make separate worker process(w3wp) running different bit
| > applications(or loading different bit dll...). For 32 bit or 64 bit
dll
| > of the replication service's ISAPI filter or extension, they're shiped
| > with
| > the 32 bit or 64 bit SQLServer...
| >
| > Regards,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| > --
| > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| > | References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| > <OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
| > | Subject: Re: Error When I try to browse the website for my SQL Mobile
| > 2005 Replication
| > | Date: Wed, 11 Jan 2006 19:14:16 -0500
| > | Lines: 89
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| > | Message-ID: <Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
| > | Newsgroups: microsoft.public.sqlserver.server
| > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417295
| > | X-Tomcat-NG: microsoft.public.sqlserver.server
| > |
| > | Well that seemed to do it. Is there any way to run 32bit apps and
64bit
| > | apps on the same instance of IIS? I had to reinstall .net 2.0 32-bit
| > | version into IIS once I made the change.
| > |
| > | Eric Renken
| > |
| > | "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in messa
ge
| > | news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
| > | > Hi Eric,
| > | >
| > | > Welcome.
| > | > As for the problem you mentioned, based on my experience, it is
likely
| > a
| > | > 32
| > | > bit/64 bit incompatiable issue of the IIS server on yoru 64 bit
| > machine.
| > | > Is
| > | > your IIS currently configured to running as 32 bit or 64 bit and is
it
| > | > running under IIS worker process isolation model or IIS5 compatible
| > model?
| > | > And the "%1 is not a valid Win32 application." error is likely occur
| > when
| > | > the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded by
64
| > bit
| > | > process in IIS. Here is a kb article discussing on this:
| > | >
| > | > #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit Web
| > | > applications in IIS 6.0
| > | > http://support.microsoft.com/?id=895976
| > | >
| > | > I suggest you first check whether the IIS is configured to use
worker
| > | > process isolation model(applciation pool model), it's a global
setting
| > | > (not
| > | > site specific) on a certain machine. then, check whether the current
| > IIS
| > | > is
| > | > running in 32 bit (WOW) or 64 bit model...
| > | >
| > | > Thanks,
| > | >
| > | > Steven Cheng
| > | > Microsoft Online Support
| > | >
| > | > Get Secure! www.microsoft.com/security
| > | > (This posting is provided "AS IS", with no warranties, and confers
no
| > | > rights.)
| > | >
| > | >
| > | >
| > | > --
| > | > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| > | > | Subject: Error When I try to browse the website for my SQL Mobile
| > 2005
| > | > Replication
| > | > | Date: Tue, 10 Jan 2006 15:16:26 -0500
| > | > | Lines: 22
| > | > | X-Priority: 3
| > | > | X-MSMail-Priority: Normal
| > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| > | > | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| > | > | X-RFC2646: Format=Flowed; Original
| > | > | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| > | > | Newsgroups: microsoft.public.sqlserver.server
| > | > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| > | > | Path:
| > TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | > | Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.sqlserver.server:417088
| > | > | X-Tomcat-NG: microsoft.public.sqlserver.server
| > | > |
| > | > | I tried posting this in the SQL CE group but I haven't gotten any
| > | > responses
| > | > | so I am trying it here.
| > | > |
| > | > | When I try to browse the website:
| > | > |
| > | > | http://localhost/quickgoldmobile/sqlcesa30.dll
| > | > |
| > | > | I get this error:
| > | > |
| > | > | %1 is not a valid Win32 application.
| > | > |
| > | > | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
| > | > permissions
| > | > | and everything looks correct the anonymous user has READ access
to
| > the
| > | > | replication folders. I even tried giving it full permissions but
| > that
| > | > | didn't work either.
| > | > |
| > | > | Anyone have any ideas?
| > | > |
| > | > | Eric Renken
| > | > |
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
||||Hi Eric,
I've confirmed with SQL guys and so far since the SQLServre Mobile only
shiped the 32 bit ones so the server tools also limited to 32bit. So we
have to configure server tools on a server of 32 bit OS or can be
configured for running IIS under 32 bit model...
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
| X-Tomcat-ID: 200169184
| References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
<OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
<Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
<FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl>
<u2pXr46FGHA.3864@.tk2msftngp13.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: stcheng@.online.microsoft.com (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Fri, 13 Jan 2006 10:21:35 GMT
| Subject: Re: Error When I try to browse the website for my SQL Mobile
2005 Replication
| X-Tomcat-NG: microsoft.public.sqlserver.server
| Message-ID: <szG6rsCGGHA.3944@.TK2MSFTNGXA02.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| Lines: 180
| Path: TK2MSFTNGXA02.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417487
| NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
|
| Thanks for your response Eric,
|
| I'll do some further research to check whether there is 64 bit version of
| the sqlce's replication web component(dll). Also, so far we can confirm
| that 32 bit or 64 bit component can not work side by side in IIS6(on 64
bit
| machine), only one can be configured to use at one certain time...
|
| Thanks,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure! www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
| --
| | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| | References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| <OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
| <Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
| <FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl>
| | Subject: Re: Error When I try to browse the website for my SQL Mobile
| 2005 Replication
| | Date: Thu, 12 Jan 2006 14:27:01 -0500
| | Lines: 153
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| | X-RFC2646: Format=Flowed; Original
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| | Message-ID: <u2pXr46FGHA.3864@.tk2msftngp13.phx.gbl>
| | Newsgroups: microsoft.public.sqlserver.server
| | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417409
| | X-Tomcat-NG: microsoft.public.sqlserver.server
| |
| | I didn't see the 64bit DLL at all with the 64 bit SQL server. I have
SQL
| | 2005 SQL server running. The MSI install for SQL Mobile
| sqlce30setupen.msi
| | was only installed with my Visual Studio install and that appears to be
a
| 32
| | bit version of the DLL.
| |
| | Eric
| |
| | "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in message
| | news:FjnW37zFGHA.3680@.TK2MSFTNGXA02.phx.gbl...
| | > Thanks for your response Eric,
| | >
| | > For the IIS6 on 64 bit machine, the Enable32bitAppOnWin64 setting for
| | > running 32 bit application is a global setting for all application
| pools ,
| | > so we can not make separate worker process(w3wp) running different bit
| | > applications(or loading different bit dll...). For 32 bit or 64 bit
| dll
| | > of the replication service's ISAPI filter or extension, they're
shiped
| | > with
| | > the 32 bit or 64 bit SQLServer...
| | >
| | > Regards,
| | >
| | > Steven Cheng
| | > Microsoft Online Support
| | >
| | > Get Secure! www.microsoft.com/security
| | > (This posting is provided "AS IS", with no warranties, and confers no
| | > rights.)
| | >
| | >
| | >
| | > --
| | > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| | > | References: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| | > <OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl>
| | > | Subject: Re: Error When I try to browse the website for my SQL
Mobile
| | > 2005 Replication
| | > | Date: Wed, 11 Jan 2006 19:14:16 -0500
| | > | Lines: 89
| | > | X-Priority: 3
| | > | X-MSMail-Priority: Normal
| | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| | > | X-RFC2646: Format=Flowed; Original
| | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| | > | Message-ID: <Oq9Hh0wFGHA.140@.TK2MSFTNGP12.phx.gbl>
| | > | Newsgroups: microsoft.public.sqlserver.server
| | > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net 24.11.238.51
| | > | Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| | > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.server:417295
| | > | X-Tomcat-NG: microsoft.public.sqlserver.server
| | > |
| | > | Well that seemed to do it. Is there any way to run 32bit apps and
| 64bit
| | > | apps on the same instance of IIS? I had to reinstall .net 2.0
32-bit
| | > | version into IIS once I made the change.
| | > |
| | > | Eric Renken
| | > |
| | > | "Steven Cheng[MSFT]" <stcheng@.online.microsoft.com> wrote in mes
sage
| | > | news:OeWLMtnFGHA.3696@.TK2MSFTNGXA02.phx.gbl...
| | > | > Hi Eric,
| | > | >
| | > | > Welcome.
| | > | > As for the problem you mentioned, based on my experience, it is
| likely
| | > a
| | > | > 32
| | > | > bit/64 bit incompatiable issue of the IIS server on yoru 64 bit
| | > machine.
| | > | > Is
| | > | > your IIS currently configured to running as 32 bit or 64 bit and
is
| it
| | > | > running under IIS worker process isolation model or IIS5
compatible
| | > model?
| | > | > And the "%1 is not a valid Win32 application." error is likely
occur
| | > when
| | > | > the 64 bit dll is loaded by 32 bit process or 32 bit dll loaded
by
| 64
| | > bit
| | > | > process in IIS. Here is a kb article discussing on this:
| | > | >
| | > | > #Windows Server 2003 SP1 enables WOW64 compatibility for 32-bit
Web
| | > | > applications in IIS 6.0
| | > | > http://support.microsoft.com/?id=895976
| | > | >
| | > | > I suggest you first check whether the IIS is configured to use
| worker
| | > | > process isolation model(applciation pool model), it's a global
| setting
| | > | > (not
| | > | > site specific) on a certain machine. then, check whether the
current
| | > IIS
| | > | > is
| | > | > running in 32 bit (WOW) or 64 bit model...
| | > | >
| | > | > Thanks,
| | > | >
| | > | > Steven Cheng
| | > | > Microsoft Online Support
| | > | >
| | > | > Get Secure! www.microsoft.com/security
| | > | > (This posting is provided "AS IS", with no warranties, and
confers
| no
| | > | > rights.)
| | > | >
| | > | >
| | > | >
| | > | > --
| | > | > | From: "Eric Renken" <EricRRenken@.newsgroup.nospam>
| | > | > | Subject: Error When I try to browse the website for my SQL
Mobile
| | > 2005
| | > | > Replication
| | > | > | Date: Tue, 10 Jan 2006 15:16:26 -0500
| | > | > | Lines: 22
| | > | > | X-Priority: 3
| | > | > | X-MSMail-Priority: Normal
| | > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| | > | > | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| | > | > | X-RFC2646: Format=Flowed; Original
| | > | > | Message-ID: <#F6hFLiFGHA.3176@.TK2MSFTNGP12.phx.gbl>
| | > | > | Newsgroups: microsoft.public.sqlserver.server
| | > | > | NNTP-Posting-Host: c-24-11-238-51.hsd1.mi.comcast.net
24.11.238.51
| | > | > | Path:
| | > TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| | > | > | Xref: TK2MSFTNGXA02.phx.gbl
| microsoft.public.sqlserver.server:417088
| | > | > | X-Tomcat-NG: microsoft.public.sqlserver.server
| | > | > |
| | > | > | I tried posting this in the SQL CE group but I haven't gotten
any
| | > | > responses
| | > | > | so I am trying it here.
| | > | > |
| | > | > | When I try to browse the website:
| | > | > |
| | > | > | http://localhost/quickgoldmobile/sqlcesa30.dll
| | > | > |
| | > | > | I get this error:
| | > | > |
| | > | > | %1 is not a valid Win32 application.
| | > | > |
| | > | > | This is SQL 2005 x64 running on Windows 2003 SP1 x64. I checked
| | > | > permissions
| | > | > | and everything looks correct the anonymous user has READ access
| to
| | > the
| | > | > | replication folders. I even tried giving it full permissions
but
| | > that
| | > | > | didn't work either.
| | > | > |
| | > | > | Anyone have any ideas?
| | > | > |
| | > | > | Eric Renken
| | > | > |
| | > | > |
| | > | > |
| | > | > |
| | > | >
| | > |
| | > |
| | > |
| | >
| |
| |
| |
|
|
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment