Leopardfist
Member
- Joined
- Nov 25, 2014
- Messages
- 14
- Programming Experience
- Beginner
I am just learning C#, I used to mess around in C and C++ maybe 10 years ago, maybe less, but its been awhile.
So, I been studying C#. I have been working on a program, and it is a C# program in a WPF template. I got it to a point now, where I want to compile it to an .exe so I can copy it to my working dirctory and test it. However, when I choose Release instead of debug, and I build it, the exe created in the release folder in the bin folder would not work on my XP machine. It also had about 5-7 other files. Can we not compile a C# program to one .exe file? Is it because it is wpf?
I am using VS2013 Express.
So, I been studying C#. I have been working on a program, and it is a C# program in a WPF template. I got it to a point now, where I want to compile it to an .exe so I can copy it to my working dirctory and test it. However, when I choose Release instead of debug, and I build it, the exe created in the release folder in the bin folder would not work on my XP machine. It also had about 5-7 other files. Can we not compile a C# program to one .exe file? Is it because it is wpf?
I am using VS2013 Express.