Ask Your Question
1

Can an x86 project in .net reference a project that is targeted for the x64 platform?

asked 2022-01-16 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-11-21 08:00:00 +0000

lalupa gravatar image

No, an x86 project in .net cannot directly reference a project that is targeted for the x64 platform. The two platforms have different architectures and are not compatible. However, it is possible to create a separate project or assembly that contains the shared logic, and then reference that project or assembly from both the x86 and x64 projects. Alternatively, the x86 project could be updated to target the x64 platform.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-16 11:00:00 +0000

Seen: 14 times

Last updated: Nov 21 '22