I am getting the error "Could not load file or assembly 'CN.NET.Authorization' or one of its dependencies. An attempt was made to load a program with an incorrect format." when I attempt to access my CSLA assemblies via WCF. I have marked all of my code as X86. I am using the ASP.NET V4.0 application pools; I have also tried the ASP.NET V4.0 Classic as well. I am using VS2010.
Everything works just fine when IIS is not involved.
What do I do to get IIS to "play nice" with my code?
Jon Stonecash
I figured this out with some help from my co-workers. You have to configure the IIS application pools to allow 32 bit code. here is how to do it:
Jon Stonecash
Copyright (c) Marimer LLC