How to install Visual Studio 2010 documentation - visual-studio-2010

I recently installed Visual Studio 2010 Pro. There might have been a link to install the offline help at the end of the install, but I missed it. Now I can't find a way to install the help. How can I accomplish this?

Its for the RC but I guess its still the same check:
http://blogs.msdn.com/heaths/archive/2010/02/10/how-to-install-local-help-content-after-installing-visual-studio-2010-rc.aspx

Related

Unity Could not find any supported Visual Studio installations

Problem picture
Environment:
Windows10 Professional Visual Studio 2017 Unity 2017.4.12f1
I changed the default installation path of Visual Studio 2017 and installed it successfully.
The install path as follows:
D:\win10\Program\visual_studio\2017
However, in the Build setting of Unity, it still can't find my Visual Studio 2017.
How can I solve the problem? Thanks~
Go to Edit > Preferences, and select your Visual Studio to be the preferred external editor. Use Browse if Visual Studio is not listed. More info here.
You need to install windows 10 SDK
https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
Here's a third answer. I just bumped in to this, and checked that yes VS was the preferred editor, so I went to open up VS to try uninstalling and reinstalling the GameDevWithUnity workflow, but VS popped up a dialog saying I needed to reboot my computer before installation could complete. So it seems like VS was stuck in the middle of an upgrade, which makes it reasonable that Unity couldn't find an appropriate version. I rebooted and everyone is happy.

uninstall and install Visual Studio Professional2013

I have something wrong in Visual Studio Professional 2013.
So,I want to uninstall and then reinstall it.
After I uninstall and run the exe, I got the error message.
Visual Studio Professional 2013 is currently installed on the machine.
Please uninstall Visual Studio Professional 2013 and retry.
Is there something I should delete ?
You can try the Visual Studio Uninstaller:
https://github.com/Microsoft/VisualStudioUninstaller
Speaking from experience, it might help, or it might hopelessly break the installation and require you to reinstall Windows to get everything working again.

How do I install the Wix extension on after a Visual Studio 2013 Update?

I have installed Wix 3.9 on VS 2012. Recently, I just got VS 2013 and I am not sure how to install just the extension on there?
How do I do without uninstalling wix 3.9 and reinstalling it back again?
I in the end wasn't able to find a way to resolve this without uninstalling and installing WIX. Repair didn't resolve this issue.
I had to uninstall and install WIX again to resolve this.
You may refer to the following link for downloading the package. I think you need to uninstall the old version and reinstall the downloaded one. But not completely sure.
download link : http://wix.codeplex.com/releases/view/610859

installing MSDN local help for Visual Studio 2010?

I've installed Visual Studio 2010 Ultimate Edition. I am not getting local help/MSDN.
How can I install the MSDN library locally?
Under Help -> Manage Help Settings, there is a wizard that allows you to install local help files. It has options to install from online source or from disk.

If I install Visual Studio 2008, Visual Studio 6.0 will work or not?

Using Visual Studio 6.0
I want to use Visual Studio 2008 also.
I Already Installed the Visual Studio 6.0 (VB6, Foxpro Package) in my system, Now I want to install the Visual Studio 2008(.Net Package). Is Possible to install?
If I install Visual Studio 2008, Visual Studio 6.0 will work or not?
Can any one help me?
Yes, you can use Visual Studio 6.0 side-by side with VS2008. I use this for maintenance of old VB6 code. It is safest to install v6 first, which is what you have done. So install VS2008 and enjoy.
YES. Visual Studio 6.0 will work with Visual Studio 2008 installed.
Well, it works, that should be very apparent from the other answers :-)
Maybe one quick tip tho: when you install VS6 it will require the MS Java runtime environment - you don't want that! It's an easy fix however: just create an empty file named msjava.dll inside %windir%\System32 and you're off...
I have installed Visual Studio 2008 and then Visual Studio 6.0. Both works fine.
Yes, I run VS6, VS2005, and VS2008 on machines here.
Like what Marc Gravell said. first install VB6(VS6) then VS2008 and enjoy.
I already have both VS6 and VS2008 on the same machine

Resources