Hi,
I have an asp.net webapp that uses some unmanaged code and 3rd party pre-compiled libraries that I am pretty sure are 32-bit. We developed this on a 32-bit machine with a 32-bit development windows server. Now we are moving our web site to production where the box has Windows Server 2003 64-bit. I was getting W3SCV errors about the framework at first:
http://s18.photobucket.com/albums/b116/dtdono0/DOTNET/ISAPI_002.jpgI followed the instructions on this blog that talks about enabling the 32-bit version of ASP.NET:
http://support.microsoft.com/kb/894435Now I get a new error and I cannot find any documentation on it.
http://s18.photobucket.com/albums/b116/dtdono0/DOTNET/ISAPI_001.jpgI looked up the error code 0x000000c1 and got the following:
C:\Err>err 000000c1
# for hex 0xc1 / decimal 193 :
SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION bugcodes.h
SQL_193_severity_15 sql_err
# The object or column name starting with '%.*ls' is too
# long. The maximum length is %d characters.
ERROR_BAD_EXE_FORMAT winerror.h
# %1 is not a valid Win32 application.
# 3 matches found for "000000c1"
This really doesn't tell me much. Any ideas?