If set it True - IIS > Application Pools > DefaultApplicationPool > Enable32BitApplication then application working fine. But, if set it False then application running but after logging, it showing StackOverflowException.
.Net FrameWork: 4.0
Why its running properly on 32bit-true and getting failed to run making -false? Is it sufficient information? i can provide more if require.
I tried lots of solution to resolve - FrameWork Registration, ISAP, Handler, ISAP-CGi restriction, buid application on x64 but it not resolving.
Oberservation: When i looked into process explore then its loding dll from SYSWOW64.
Can you please help then it would be great for us.