I’m having a problem when I try to build my solution in C# Express 2008. I need to build it for 32-bit architecture, but it always build for 64-bit.
In Visual Studio 2008 I can choose the architecture, but I can’t find this option in C# Express.
Is there a way to do this in C# Express?
I found it.
“Tools > Options > Project and Solutions > General > Show advanced build configurations”
Thank you all.