Search code examples
wcfiis-7wcf-data-servicesgac

Why would Development Server be finding a specific assembly in the GAC and IIS not?


I wrote a WCF Data Service, when running it on the Development Server it runs without any issues; however, once I deploy it to IIS it throws this error System.IO.FileNotFoundException. The assembly it can not find is located in the GAC. Why would Development Server be finding a specific assembly and IIS not?


Solution

  • Enabling 32 bit applications on the Application Pool fixed the issue.