photo_tom
photo_tom

Reputation: 7342

Build MVC6 / ASP.Net 5 project in x86 mode

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.

enter image description here

Upvotes: 1

Views: 248

Answers (1)

Jeff S
Jeff S

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

Related Questions