I have a 64bit ASP.NET app that I am publishing (File System) to IIS7.5 but when I run it the AppPool immediately crashes.
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2 Faulting module name: System.Data.dll, version: 2.0.50727.5483, time stamp: 0x530eeed9 Exception code: 0xc0000409 Fault offset: 0x00000000001d169d Faulting process id: 0x7c14 Faulting application start time: 0x01d1399e4d5f5161 Faulting application path: c:\windows\system32\inetsrv\w3wp.exe Faulting module path: C:\Windows\assembly\GAC_64\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll Report Id: 8ca5f335-a591-11e5-bfad-000d3ab059d3
Report shows:
...
...
...
LoadedModule[114]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Data\c840f5ad2944fa8b8781b82efacdfb9d\System.Data.ni.dll LoadedModule[115]=C:\Windows\assembly\GAC_64\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll FriendlyEventName=Stopped working ConsentKey=BEX64 AppName=IIS Worker Process AppPath=c:\windows\system32\inetsrv\w3wp.exe
As always, it runs fine on my development machine Win7 64bit in IIS.
Any clues?