Quantcast
Viewing all articles
Browse latest Browse all 6821

MonoGame windows project can only build x86

@Muggle wrote:

I want to be able to build x64 or Any CPU, but it will not let me. I am stuck building into x86.

My MonoGame version is 3.7.0.737. I cannot update to the latest as I had issues with the Content pipeline erroring when loading assets.

Initially I thought Visual Studio Community 2017 was bugged because when I selected x64 in the taskbar dropdown next to Debug and Project Name, then clicked Run, it would not build the latest code changes or message me if there was an error.

This is strange because all other projects i've created with VS work fine, including Monogame UWP project. I've always used the taskbar dropdowns to build and never had this issue before.

I delved into it further and found the following:

R-click project > Properties:
Platform: Active(x86) is the ONLY option in the list.

Platform target contains x86, x64, Any CPU.

Even if I change the Platform target to x64 or Any CPU and manually change the Output path, it will run whatever is in the output folder, but will not build there.

Any ideas?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles