Reputation: 7342
I'm working on a new MVC6 / ASP.Net 5 project using VS2015, SP1. I'm trying to configure ChildCareFamilyProtal project to build in x86 mode. This is the MVC6 project. I can select x86 platform from the Platform dropdown. After I save the configuration and reopen it, the platform is back to "Any CPU"
Note - I have to build in x86 due to existing DLL's that I cannot change.
Below is screen shot of my configuration manager.
Upvotes: 1
Views: 248
Reputation: 7484
Open properties for ChildCareFamilyPortal, navigate to the Build tab, and select x86 from the Platform target. That should take care of the problem.
Upvotes: 0