c# - Change from Windows Forms to WPF Application -
I have already created an application that is using the Windows form, but I knew that the Windows Format Setup Now Visual Studio 2013 was not available, I was created to install both Visual Studio 2010 and Visual Studio 2013. When I want to make some changes in my application and want to recreate the setup, then I should run Visual Studio 2010 instead of Visual Studio 2013. The reason I'm using Visual Studio 2013 because I like this version and I'm using Visual Studio 2010 because when I want to make some changes to my application
Application. And I'm thinking of uninstalling Visual Studio 2010 and working with Visual Studio 2013. Do I have to rewrite WPF on the code of my application? Because of what I've heard, some functions in the WPF are not the same in the Windows form. And suppose I have successfully changed WPF by replacing my application with Windows format, what system has been provided with WPF? So can other users use my application on my computer?
I knew that Windows Forms setup is no longer available in Visual Studio 2013
The Windows Form is still available as a technology in Visual Studio 2013. If you are discussing the setup project type to create an installer to switch to WPF, then you can make it available to you.
Then you can switch to Visual Studio 2013 and continue using the Windows form, but you have to find another way to create an installer (and switch to WPF No that Fix the problem)
In my opinion, it is great to create an installer, however, this is not "drag and drop" as the old Visual Studio Setup project type is.
Comments
Post a Comment