I think that Blend uses the default config/platform defined in the project file. You should be able to fix this by editing it with a text file. If you look in your .csproj file, you should see something like this:
DebugAnyCPU
...
Change that AnyCPU to x86 and it should work the way you expect.