Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Wednesday, February 4, 2015

VS 2010 search in files

control shift F

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

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

Visual studio 2010 sp1 download

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.