Visual Studio 2010 x64 on university msdn - visual-studio

In our university MSDN(http://msdn.miet.ru) visual studio 2010 only x86 version. Can I install this on Windows 7 SP1 x64? If no, please give me link to MSDN Visual Studio 2010 x64. If posible professional version.

I believe VS2010 has only 32-bit version and technically there should not be a reason to not be able to install this on a 64-bit Windows OS.

Related

Visual Studio 2010 x64 Compiler on Windows 10

I've installed Visual Studio 2010 Express but I need the x64 compiler toolset. I can not install the compiler toolset with the Windows 7.1 SDK on my Windows 10 machine, it says ".NET Framework 4 is not installed".
How can I get the x64 compilers of Visual Studio 2010?
For me it worked with the following steps (older Visual Studio version can be downloaded through https://www.visualstudio.com/vs/older-downloads/ (required login))
Install Microsoft Visual Studio 2010 Express (en_visual_studio_2010_vc_express_web_installer_x86_516528)
Install Microsoft Visual Studio 2010 SP1 (mu_visual_studio_2010_sp1_web_installer_x86_651694)
Install Microsoft SDK (from https://www.microsoft.com/en-us/download/details.aspx?id=8279). Note that when running the installer a warning will appear saying that "some components cannot be installed". Just ignore this (press OK) and continue with the installation using the default settings. Note that the 64-bit C++ compiler is not installed at this point.
Install KB2519277 (from https://www.microsoft.com/en-us/download/details.aspx%3Fid=4422).
Both the 32- and 64-bit Visual Studio 2010 C++ compilers should now be installed.
Note that I'm not sure if all the above steps are actually necessary and if the order is strictly relevant (e.g. it might also work without installing SP1 or installing SP1 later) but this is what worked for me.
I found an installer for VS 2010 Professional on CNet: http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html It installed the x64 compilers as well.

VS2010 and Windows 8.1

I've been developing with VB 2010 and Windows 7 for years.
Are there any "issues" I should be aware off when migrating VB2010 over to Windows 8.1
Any advice will be much appreciated.
John
Make sure you install the latest service packs and hotfixes to be fully compatible with Windows 8 and above:
Visual Studio 2010
Visual Studio 2010 SP1
Visual Studio 2010 GDR for Team Foundation Service
Visual Studio 2010 Compatibility Update for Windows 8 and Visual Studio 2012
You will need to upgrade your Visual Studio version to 2013 in order to build Windows 8 and 8.1 apps, but as long as you're targeting a Desktop application, you should be fine.
I have used visual studio 2010 on windows 8.1 and windows 10 so far I did not have any issues working on both the OS.
I am using visual studio 2010 professional with sp1
Me too have been using the VS 2010 Professional on windows 7 and I migrated to Windows 8.1.
Usually I develop console apps, desktop apps and I mostly use Access Databases as the database for my programs..
And also I use C# and VB..
So far I havent had any issue with VS2010 on windows 8.1.
That is my experience about that and I hope this will be a help for you.. :)
Thanks

Can VisualStudio 2013 be installed on Windows Vista?

I already tried to install it but it show me a message box and does not let me install it, is there any version for windows vista?
As of Visual Studio 2012, Microsoft has limited compatibility to Windows 7 or higher. If you want to run Visual Studio on a Vista operating system, you will need Visual Studio 2010 or 2008. Here's a link to the 2010 express edition: http://www.visualstudio.com/downloads/download-visual-studio-vs#DownloadFamilies_4

Nsight installation on both Visual Studio 2010 and Visual Studio 2012

I am using Windows 7 64bit on a Notebook with a GeForce GT 650M, driver version 335.23.
I have Visual Studio 2010 Professional + SP1 and Visual Studio 2012 Professional installed.
I need to use the CUDA Toolkit 5.5 on both of them, but when I launch the installer of Nsight Visual Studio Edition 3.2.2., it is installed only on VS2012 and not on VS2010. It says:
Installed:
- Nsight for Visual Studio 2012
- Nsight Monitor and HUD Launcher
- Nsight C++ AMP Debugger for Visual Studio 2012
- Nsight C++ AMP Target Support for MSVSMON
Not Installed:
- Nsight for Visual Studio 2010
Reason: VS2010 was not found
- Nsight for Visual Studio 2008
Reason: VS2008 SP1 was not found
My questions are: it is possible to install Nsight on multiple versions of Visual Studio? And if it is, how can I do this?
Thank you for your support.
Best,
Giulia
Nsight supports multiple versions of VS for sure as long as VS is installed correctly.
Could you make sure your VS2010 is workable? One thing is check regkey HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\ApplicationID. It should be "VisualStudio". If there is, would you mind paste your VS2010's version? Thanks.

Is Visual Studio 2005 compatible with windows 8.1 64 bit?

I haven't tried installing it either on windows 8.
I need to modify a program which uses a crystal report 2005 (w/c i think is included on the vs2005 professional installer)
It should work just fine after installing the required service packs and patches:
Visual Studio 2005
Visual Studio 2005 SP1
Visual Studio 2005 Update
for Vista
If you are connecting to TFS to get the sources, you might need to install more, see this blog post for details.

Resources