Yes. Great.. This solved my similar issue, but then I landed up in staticCompressionModule issue. By removing & Unlocking it at the Server # Website level respectively, was able to get pass thro' all the error. Viola... my first IIS 7.5 website is up & running
now... Thanx to every one / in a similar fashion,
Hi There, I have a .net application developed using Visual Studio 2005 (.Net Framework 2.0). My application depends on a 32-bit dll. Now I need to run this application on a 64 bit server with IIS 7.0. so I created an Application Pool for my app in IIS and set
"Enable 32-bit Applications" to "TRUE". Now when I try to run my .net application all I see is this message "Service Unavailable" and it also stops the application pool. I looked at the IIS event viewer and found this error The Module DLL 'C:\Inetpub\CSPGateway\CSPms.dll'
could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this
kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349 C:\Inetpub\CSPGateway\CSPms.dll is related to the database we use (its InterSystems CACHE 2010.2) I am not sure if the issue is related to the CSPms.dll OR to the
setting "Enable 32-bit applications". Any help would be very much appreciated.
Hi everyone. I suppose I'm having the same issue, trying to run an old 32bit application on a Win 2008 R2 server 64bit.
My question is: if I find a 32 bit version of suscomp.dll, do I have to replace the 64bit version or is there a way to use the correct .dll basing on the application bitness?
If replacing is the only option, is the 32bit version fully compatible with the 64bit operating system?
In addition, is there a way to set the entire <scheme> for the compressione to have preCondition="bitness64"? I have found such a solution in a site (can fin the page anymore now), but if I try to add the preCondition to the compression scheme entry it gives
me an error on the xml format. adding it to a <module> (like for RPCproxy.dll) it works correctly.
There is onother possibility: I "brutally" copy/pasted the application from a win server 2000 to the win srv 2008 (solving a little issue with the way file paths were handled in win 2000).. Do I need to change the way the web.config file is written in order
to make it funciton with IIS 7?
I'll post the current web.config file below; if necessary, can anyone help me doing so (or point me where to find a way to "translate" web.config from iis5 to iis7?
Thanks KevinCow and Anil!! Your tips and advice helped me understand our problem and fix it. Thanks so much!!! Like a few other people here, I created an account on this forum just to thank you :)
spacenet
1 Post
Re: 500.19 Error When Enabling 32-bit Application Pool
Jun 08, 2011 10:49 PM|LINK
Utsavi Gajja...
1 Post
Re: 500.19 Error When Enabling 32-bit Application Pool
Jul 13, 2011 05:23 AM|LINK
alb3rt0.b1as...
3 Posts
Re: 500.19 Error When Enabling 32-bit Application Pool
Aug 08, 2011 03:45 PM|LINK
My question is: if I find a 32 bit version of suscomp.dll, do I have to replace the 64bit version or is there a way to use the correct .dll basing on the application bitness?
If replacing is the only option, is the 32bit version fully compatible with the 64bit operating system?
In addition, is there a way to set the entire <scheme> for the compressione to have preCondition="bitness64"? I have found such a solution in a site (can fin the page anymore now), but if I try to add the preCondition to the compression scheme entry it gives me an error on the xml format. adding it to a <module> (like for RPCproxy.dll) it works correctly.
There is onother possibility: I "brutally" copy/pasted the application from a win server 2000 to the win srv 2008 (solving a little issue with the way file paths were handled in win 2000).. Do I need to change the way the web.config file is written in order to make it funciton with IIS 7?
I'll post the current web.config file below; if necessary, can anyone help me doing so (or point me where to find a way to "translate" web.config from iis5 to iis7?
web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.html" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="iisstart.htm" />
<add value="default.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
That's a lot of nuts! I'm not english, so I apologize if my request isn't clear, in that case I'll try to explain my situation better.
Thank you in advance,
Alberto
HCamper
8048 Posts
Re: 500.19 Error When Enabling 32-bit Application Pool
Aug 10, 2011 02:32 AM|LINK
Hello @ Alberto,
Just so you know Anil Ruia left the IIS Team some time ago.
I suggest that you create a new thread for your question.
With the new thread IIS Net Users then can try and help.
Martin
Community Member Award 2011
alb3rt0.b1as...
3 Posts
Re: 500.19 Error When Enabling 32-bit Application Pool
Aug 10, 2011 06:40 AM|LINK
Hi Martin,
thank you for answering.
I'll open a new thread shortly.
Alberto
tobateksingh
1 Post
Re: 500.19 Error When Enabling 32-bit Application Pool
Oct 26, 2012 02:30 PM|LINK