I am developing with Visual Studio Community 2013 C#.
I would like the built exe file to run (without installing any other version) on the .Net Framework installed in the following environment as a standard, is it possible?
Also, I would appreciate it if you could tell me the necessary settings in that case.
Affected Windows Versions
It would be even better if we could absorb the difference between the 32-bit and 64-bit versions.
c# .net visual-studio
Yes.
Based on the above, it works if you target .net 3.0, and then specify the application configuration file as shown in side-by-side hosting common scenario.
I cannot read the intent of the question about the difference between 32-bit and 64-bit, but if I select AnyCPU, it will be EXE that works with either bit.
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
581 PHP ssh2_scp_send fails to send files as intended
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.