Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts
Wednesday, February 4, 2015
Tuesday, January 27, 2015
Debugg Javascript in Visual Studio 2010
http://www.codeproject.com/Articles/18921/Using-Visual-Studio-to-Debug-JavaScript-in-IE
Tuesday, January 20, 2015
Windows WorkFlow Foundation VS2010
https://code.msdn.microsoft.com/windowsapps/Windows-Workflow-164557c3
Wednesday, November 19, 2014
Visual Studio 2010 trial download
http://stackoverflow.com/questions/8894654/vs-2010-trial-version-link
SP1
http://www.microsoft.com/en-us/download/confirmation.aspx?id=23691
SP1
http://www.microsoft.com/en-us/download/confirmation.aspx?id=23691
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.
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.
Subscribe to:
Posts (Atom)