If your application is locked into 64 bit mode, only the 64 bit versions of the PC*MILER dlls will work with it. If your application is 32 bit, follow the steps below to get things running with our 32-bit PC*MILER dlls.

  1. Under IIS 7, configure the application pools to run in "Classic Mode" win 32, and configure the application pools to run .net 2.0 version.
  2. If your .Net application was created using MS Visual Studio, you’ll need to build the application using the x86 target output option. (This is under the Build Properties tab, the Platform Target pull-down option should be x86 which is another name for 32 bit.)
  3. If your application is 64 bit then our interop wrapper dll should be created with the Platform Target pull-down option set to x64 or Any CPU. If the platform is 64 bit, your application is 64 bit, and ALK's 64 bit dlls are installed in the correct folders, then having the platform set to Any CPU or x64 should work.