Friday, June 20, 2014

If you move VS2013 project to VS2010 to use the setup project in VS2010

I used VS2013 to do all new projects because the UI for coding has improved a lot. Easier to code.

Then come to the time to create a MSI. I move source code to VS2010.

Create a form on VS2010 and have VS2013 open, select all controls of the form from VS2013 and paste to VS2010 form. Then everything will be copied.

The copy the code over, but all the listbox item selected event code you have to deleted it from the VS2013 code (save it to notepad) then create on VS2010 that event to generate the header code for the item selected event, then paste the code back. Then it will work.

No comments:

Post a Comment