Install different versions of Visual Studio

I have two versions of Visual Studio 2008 and 2015.

I installed on the C drive of 2015, but when I installed 2008 I met problems with shape containers.

I uninstalled 2008 now and wonder if the problem could be solved if I installed 2008 on the D drive.

Is there a reason why 2015 and 2008 could not reside on the same drive, which is drive C?

Need help

Please note that I found the boxes 'select' confusing and am not sure what I should have chosen.

Hello

Visual Studio is not supported in these forums. Please instead of asking your question in the relevant Microsoft forum here:

Visual Studio forums   (on MSDN)

Hope that helps.

Tags: Windows

Similar Questions

  • I have the version of visual studio 2010 ultimate and aparently there is a beta version of it 2011 and I would like to know if I can install the ultimate version 2011

    Hello, I have the version of visual studio 2010 ultimate and aparently there is a beta version of it 2011 and I would like to know if I can install the 2011 ultimate overwrting the 2010 release of visual studio 2010 ultimate version. should I uninstal it manually first? (even if I deleted the main application, some remained after) what should I do? I need help with this problem because I don't know if I need to uninstall the version of 2010 in order to install the new 2011 beta version or I just have to update like a normal program?

    Hello

    You'd be better suited post directly in the Visual Studio Forum for your questions.

    "" Installation and configuration of visual Studio".

    http://social.msdn.Microsoft.com/forums/en/vssetup/threads

    See you soon.

  • uninstall the evaluation version of Visual Studio Pro 2012 - consequences?

    I had already installed Visual Studio Shell of 2012 to develop Python and D programs. Today, I installed the trial version of Visual Studio Professional from 2012. Now the Shell version is not in evidence anywhere. The apparently replaced Pro version. The Pro version is aware of Python and D extensions.

    Questions.

    If I uninstall the professional version, the integrated shell will return? If so, whether he always recognizes the Python and D packages?

    If I uninstall the trial version soon, I'll be able to install and test later, after 30 or 90 days?

    Hi JiveDadson,

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the MSDN forums. Please post your question in the MSDN forums.

    You can ask your question here

    I hope that helps!

  • What version of Visual studio is compatible with windows7homebasic

    What version of Visual studio is compatible with windows7homebasic

    No. but you can install Virtual PC/Windows XP mode or an alternative like Sun's VirtualBox and a copy of Windows XP and run it in a virtual machine. You must upgrade to Windows 7 Professional or ultimate edition to use Windows Virtual PC with Windows XP Mode.

    Visual Studio 2012 and 2010 versions are fully compatible with Windows 7.

    With regard to older versions, see the following:

    Windows 7 of compatibility for Microsoft VisualStudio 2008... Windows7 compatibility for Microsoft VisualStudio 2005...

    Run in Windows XP Mode requires:

    (1) Windows 7 Professional, Ultimate or Enterprise (not supported in Home Premium).

    Windows XP Mode and Windows Virtual PC

    http://www.Microsoft.com/Windows/Virtual-PC/default.aspx

    Windows XP Mode now accessible to more than PC

    http://windowsteamblog.com/Windows/archive/b/Windows7/archive/2010/03/18/Windows-XP-mode-now-accessible-to-more-PCs.aspx

    Get started with Windows Virtual PC

    http://www.Microsoft.com/Windows/Virtual-PC/get-started.aspx

    http://www.notebooks.com/2009/11/23/using-Windows-Virtual-PC-with-Windows-XP-mode/

    Windows 7 - upgrade Express features:

    http://Windows.Microsoft.com/en-us/Windows7/products/features/Windows-Anytime-Upgrade

  • I want to install c# express system my... my system config is core 2 duo processor, 1.8 ghz, 512 MB ram, 80 GB hard drive, os: xp service pack 2. What version of visual studio I'll be able to install...

    System Properties
    Core 2 duo processor
    1.8 ghz
    hard drive 80 GB
    512 MB of ram
    XP service pack 2

    Hi aneeshnirguna,

    The question you have posted is better suited to the MSDN forums.  You can post your question in the support Forums General Visual Studio .

    Hope the helps of information.

  • I had installed Photoshop CS2, then upgraded to Photoshop 5.5.  I decided it was too software for me to learn if I purchaseed and installed different versions of elements.  I would now start using my 5.5 but cannpt find my software for CS2.  5

    Suppose I said everything in the topic

    l http://helpx.adobe.com/x-productkb/Policy-Pricing/Creative-Suite-2-activation-end-Life.htm

  • Visual Studio Express from 2012 for Web not detected during installation.

    I installed Visual Studio Express 2012 for the Web and need to install the Oracle for Visual Studio development tools, but when I run the Setup ODT, it captures any installation of visual studio.

    Is there a work around for this issue, or should I change to a different version of Visual Studio?

    Hello

    You will need to install a full version of Visual Studio. By the readme:

    http://www.Oracle.com/technetwork/topics/dotnet/downloads/install112030-1440546.html

    Note: The Visual Studio Express editions are not supported with Oracle development tools. However, ODP.NET is supported with Visual Studio Express Edition.

    So, you can still use the things ODP and code "manually" to access the database, but the Oracle development tools will not work.

    Greg

  • build a Visual Studio C++ 2008 .dll file and use it in labview

    Hello

    A few days I tried to create a .dll with c code file and use it with a call library function node in LabView. But I could never do it with success. I use Visual Studio 2008 and labview 8.6.

    I had a look at some tutorials, but they were written for different versions of Visual Studio. And because I'm a newbie to Visual Studio, it was difficult for me to do in another version the turtrial is written for.  However, I have a lot of experience in programming c for processor atmel (AVR Studio).

    Is there someone who could help me step by step hollow Visual Studio C++ 2008 and later versions also help me configure my call library function node?

    I'm form Switzerland, my English may have a few errors. Sorry for that.

    What I've done so far:

    * I opened VisualStudio 2008 and created a new project.

    * For this I used the model ' class library ' (because I live in Switzerland, I have German versions of visual studio, and labview. So, probably, it is not called exactly "class library" in the English version)

    * The project is created and I can insert my functions.

    * but here I have some difficulties: in my tutorials, they say that a function should be defined as follows:

    type name (arguments) WINAPI

    {

    code

    }

    for example

    unsigned int WINAPI multiply (unsigned char, unsigned char b).

    {

    unsigned int c;

    c = a * b;

    return c;

    }

    but when I try to compile the project I get the errormessage:

    SyntaxError: missing; prior to "multiply".

    * When I remove WINAPI, it creates the dll file

    * but when I try to open this dll with a "call library function node" in labview, I get an errormessage labview, that my multiply function is not found in the dll.

    I'd be happy if someone could help me with this.

    You need adorn your statements with extern "C". LabVIEW manages only the C dll; It cannot manage the C++ dll, which is what you will get if you do not have extern "C". I do not understand why you are trying to use 'stdcall '. For a normal DLL just stick to C-calls.

    The link provided by Red rooster is for Visual C++ 6, which is a very old version. I suggest you look at instead, because it deals with Visual Studio 2005.

  • Errors when trying to install KB2251481 - update of security for Microsoft Visual Studio 2005 Service Pack 1 XML Editor

    I try to install the KB2251481update:

    Update of security for Microsoft Visual Studio 2005 Service Pack 1 XML Editor

    When I run it on my computer in the Panel of control/updates section to update, it fails. I get an error from the A66 without details.

    Here's a screenshot of the error of the A66.

    I am running Vista Home Premium.

    It has been suggested for this A66 error to go to the section control/uninstall Panel, click on the "MS .net Framework 4 Client Profile" and fix it. I did it successfully. I tried to run the update again; and he failed again with the error of the A66.

    I read a post on another forum of MS who suggested downloading the patch here:

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=26383

    I downloaded and tried to run. I read the description. He said it was for VS 2005 for Vista.
    He failed. I got another error:

    "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch. »

    Here is a screenshot on my account Flickr of this error.

    Can anyone help with these errors so that I can install the update for Visual Studio 2005?
    Am I missing something?
    I can provide more information?

    Marz

    Solution for the problem of installation KB2251481 here:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_update/KB2251481-security-update-for-Microsoft-Visual/be3135e1-b1ed-4430-BE22-1aaf8485c249

  • Microsoft Visual Studio installed as an evaluation copy - but I wanted an express edition

    Hello

    I'm currently learning about SSIS and Reporting SERVICES by using visual studio.  I think installing a trial version of visual studio, 2012, instead of a specific edition because I can't afford just a license.

    Is there a way to turn this into an express edition, so I did not have to uninstall the version of visual studio comes to reinstall?

    Thank you very much

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Install Visual Studio 2005 Professional on a windows7 x 64 system

    Dear community,
    I am facing a problem when trying to install (alerts of all program/OS-versions German, translated by me) professional Visual Studio 2005 on a Windows 7 x 64 system - dialogue indicates: "your version of Visual Studio is not compatible with this version of windows.
    I tried to install service pack 1 (http://www.microsoft.com/de-de/download/details.aspx?id=7524), but he rejects being installed ("found no suitable product").
    I discovered that I could install the express version of visual studio 2005 (patches ok with: http://www.microsoft.com/de-de/download/details.aspx?id=804), but I don't see much sense in using express when the possession of a professional license.
    Any suggestions how to get the professional version to work?

    Hello NavPos,

    Your question would be better addressed in the MSDN for Visual Studio forums.
    Please click the link here to transfer your question in the Forums of Visual Studio.

    Thank you

    Marilyn

  • How to uninstall visual studio 2012 (free trial version) to my windows 7?

    I would like to uninstall the trial version of visual studio ultimate 2012 in order to install visual studio 2010 on my windows 7 PC. I tried an uninstall program on msdn.com but could not find. I don't want to use programs and features in Control Panel to remove this product, because there are several entries and I don't know which ones to delete and in what order. Please let me know if you need any additional info. Thank you very much.

    You must use the features & programs and select Visual Studio 2012, there are probably several components listed for Visual Studio, they should all have the same date of installation

  • Do I need a bunch of different versions of microsoft visual c ++?

    My computer has a bunch of different versions of Microsoft Visual C++

    I have 2 dated 2005, 2008 dated of 3, 1 dated 2010 and 2012 dated the 1.

    My understanding is that I would need only the latest version (2012), but I want to make sure before I uninstall the other.

    I know I could probably let them such that they cause any conflictions or anything, but I'm very short on space and would like to clear some. (I am running Windows 8 Pro on a Tablet Atom of power with 64 GB of storage, expansion is not an option without decreasing portability or an expensive solution).

    I have most of my files on skydrive storage, most of my space is taken up with the programs I need.

    If I uninstall 6 earlier versions of Microsoft Visual C++ without loss of functionality that would clear up some space.

    Thank you for your support.

    Hello

    Hello

    Do not uninstall one of these different versions of Visual C++.

    When a developer creates a software, they use the files from the current or a previous version of the Visual C++ runtime files. These versions are installed by the software program and must be present on the computer for this software to work correctly.

    When Windows Update checks your system for available updates, it detects these older versions are present and if an update is available for these older versions, it will be installed.

    Deleting one of these versions may cause some programs to stop working.

    If you look at the size of these files, they are very small.

    Concerning

  • A mug shot: do developers need multiple versions of SQL Server and Visual Studio?

    I am a PC tech for a large company. Recently, we had an influx of developers introduced the support our legacy software. Developers are driving me crazy with software applications.

    Why did need SQL Server 2000, 2005 and 2008R2 on the same system. It is the same with Visual Studio. The same system with all SQL versions will be 3 versions of Visual Studio. Countless programs IBM db and 3rd party utilities. Why do need all of this.
    I wonder if they just "want" the software and do not "need". They just require so much software and create so much work for us. I want to know that it is justified.

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Forum. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

  • Do not see the Option Measurement Studio Visual Studio 2008 project

    I just installed Measurement Studio 2010 sp1 for Visual Studio 2008, but I don't get the option Measurement Studio Visual Studio 2008 under any .net language project. I have to configure something else?

    Thank you

    I use the professional version of Visual Studio, and YES that's what I wanted. In fact just, I solved the problem by removing and then reinstalling Measurement Studio.

    Kind regards

Maybe you are looking for

  • Toshiba KIRA - 10 d - left audio channel / speaker distortion

    My left speaker is still quieter than the right one, and it often produces a distortion/crackling sound. This happens when listening to audio, and same notifications from Microsoft could skew. It is with the audio, set to about 25. For example, if I

  • Graphics driver work not well on the Satellite 1410 304

    HelloI installed the latest graphics card driver on my TS S1410-304 (last self-actualization can find anyway...) and about 1, 5cm from the right part of the screen disappeared. I mean this computer think they aren't there, even if I set the screen re

  • TS API: Verify the presence of the variable

    Hello Using the TS API, is there a chance to see a variable as is? For example, I'm not sure I have defined it called digital variable loss (Locals.Loss) and I would check it exists or not. Y at - it order API to do?

  • How uninstal inf USB version 5.1.2600.0 BOF c:\windows\inf

    I try to install the printer HP Photosmart Wireless e-All-in-One B110, but am getting following errors 1 contclas.inf 2.  The USB INF. version 5.0.2183.1 Version 5.1.2600.0 C:\Windows\Inf C:\windows\inf Apparently these stop setting up a printer - HE

  • How to view the log of keys composed during the greeting of unity?

    How can I see what numbers or keys a compound caller while they listened to a welcome message from unity? I want to know how a caller got hospitality to a particular extension. For example did they press '1' to go to a different call handler or a con