So, I found some articles here about stack overflows and other places that show how to use Startup Tasks to start Azure in 32-bit mode.
The problem is that this does not work with Compute Emulator.
I wrote a working role that starts a service that calls an outdated version of FORTRAN. However, this DLL only works in x86 mode. Therefore, I need to get the Azure emulator to enable 32-bit applications.
I work on Windows 7 (or 8 if it works better), or VS2010, or VS2012, and the error I get is "On this system, Compute Emulator supports AnyCPU and x64."
Anyone have any great ideas?
source share