Menu
  • HOME
  • TAGS

Can I create an EXE file using C# with visual web developer express?

c#,exe,vwdexpress

If you want an executable, that suggests you don't want a web application which is what the Web Developer Express targets. Instead, download and install the "Visual Studio Express 2013 For Windows Desktop" version. That will let you create console applications, WinForms apps, WPF apps etc. (Note that there's also...