I'm using LLBLGen 3.1 and VS2010.
LLBLGen create projects for 'Any CPU' platform, but VS2010 creates project for 'Active (x86)' platform.
Problem is, I can't change project platform (there is only one entry in dropbox)
When I did test on Web project (which is any CPU by default) everything was fine, but when I test console or Windows Forms app build fails.
Can I set LLBLGen to create x86 project, or there is some more elegant solution?
Thanks in advance.