Results 1 to 5 of 5

Thread: How to Publish my Application as .exe for 32bit

Threaded View

  1. #4
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,598

    Re: How to Publish my Application as .exe for 32bit

    Seems like you aren't generating a 32-bit compatible application.
    At the top of your first image, the platform still says "AnyCPU" is still the active platform for building (technically seems that should have worked). I would try changing that to x86.
    And then make sure you are choosing the correct executable. The executable will be generated in a different branch of the tree under the bin directory, i.e instead of in bin/debug it will be in bin/x86/debug perhaps.
    Last edited by passel; Sep 12th, 2016 at 12:46 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width