Which version of Visual Studio for Apps created with VS 10 or before

I will be working on an application that was originally developed with VS 2005 and currently maintained with VS2010.
I have VS 2013 installed but the dev lead on the old application says I should be working on it with VS 2010.
His belief is that if I open the project in VS 2013 it will introduce incompatibilities since the rest of the his team is using VS 10.
I would appreciate any suggestions or feedback on this topic.
I do not really have enough experience with maintaining older apps in Visual Studio to know whether this is really a potential issue.
Thanks
Matt

Hi Matt,
I think this document would be helpful for you:
https://msdn.microsoft.com/en-us/library/hh266747.aspx
It shared us the project which are supported in VS2010 with sp1, VS2012 with update 4 and VS2013.
So you would check whether your projects are compatible between different VS versions.
Of course, if possible you could test it between two versions after you take a backup for this project.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • SQL Server 2008 R2: which version of Visual Studio do I need to keep database projects and SSIS projects in the same solution

    I need to build a solution containing a database project and an integration services project for SQL Server 2008R2.  Apparently, the subset of Visual Studio tools that comes with SQL Server 2008R2 does not include database projects and does not have
    Team Foundation Server support.  Because of those limitations, I am trying to determine which version of Visual Studio will allow me to:
    1. Build a single solution that includes both a database project and an Integration Services project
    2. For the database project, be able to import a database schema from an existing SQL Server 2008 R2 database, do schema compares and update the project from the database and vice versa
    3. For the Integration Services project, be able to deploy the packages to SQL Server Integration Services on SQL Server 2008 R2 (that is, to the msdb database).
    4. Use Team Foundation Server for source control of the whole solution, including both project types.

    Hi G Britton,
    To build a solution containing a database project and an integration services project for SQL Server 2008 R2 and use Team Foundation Server for source control.
     You can choose to install Visual Studio 2008.
    And as you want to utilize Schema compare and/or Data compare functionalities in Visual Studio, you will need to install the
    Visual Studio Team System 2008 Database Edition or Visual Studio Team System 2008 Team Suite.
    In addition, for Visual Studio issues, I would like to recommend you post the question in the
    Visual
    Studio forums to get better support.
    Reference:
    Team Foundation Version Control
    Compare and Synchronize Database Schemas
    Interoperability and Coexistence (Integration Services)
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Unsupported: This version of Visual Studio does not have the project types

    I recently created a new virtual machine with the exact same step-up as my previous virtual machine. When I open my .sln files i get the following message:
    Here are the spec for VS 2012

    Hi,
    Based on the message, the VS Pro 2012 on your new VM does not support that project type. So what type of Visual C# project is the WriteToJS project? Which edition of Visual Studio did you create this project from? What .net framework is this project targeted?
    Please make sure this VS supports such project in order to work with this project fine in VS Pro 2012.
    I recommend that you check whether the same project template exists from File->New->Project->Visual C# in VS2012 Professional with Update 4 on the new VM. If the same project template exists, please create a new project to check whether the template
    project can be created successfully.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I've installed Visual Studio Enterprise 6.0, Which edition of Visual Studio 2013 does the i need to purchase as the legalization for Visual Studio Enterprise 6.0?

    I've installed Visual Studio Enterprise 6.0, Which
    edition of Visual Studio 2013 does the i need to purchase as the legalization for Visual Studio Enterprise 6.0? 

    Hi,
    Here is a topic for MS Visio forum, you'd better post your question to Visual Studio forum.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral&filter=alltypes&sort=lastpostdesc
    Thanks for your understanding.
    Regards,
    George Zhao
    TechNet Community Support

  • Request for visual studio that is compatible with windows 7

    I have installed many visual studio i.e, 2012,13 and they did not work in my system with windows 7 OS.Please kindly guide me with the 2010 or 2008 version so that i can develop my apps using it and please make sure that i contains all the specification
    of the visual studio 2010 / 2008.Thank you.

    I believe you are confusing an end product with an editor.
    All the editors written in the Visual Studio Library will work (allow for the creation of programs and websites on a computer) on Windows 7. The real question is what are you creating for the end user? Which version of .Net does it target?
    Visual Studio stopped becoming a .net version specific editor as of Visual Studio 2008, which at that time then allowed for different version of .net to be created, (.Net 2 and .Net 3, 3.5). Visual studio verison 2010 can create .Net 2, 3.5,
    and 4.  VS2012 can create all that 2010 can do and create .net 4.5x applications.
    So a better question would be which version are you targeting for .Net?
    Since Visual Studio is an editor, I recommend going with the latest one which can create programs to target .Net2 - .Net 4.5x. Try the latest Community edition
    which has just been released and is free to use as long as you are not a large corporation.
    William Wegerson (www.OmegaCoder.Com)

  • What version of Visual Studio should I upgrade to?

    I am using Visual Studio 10 Professional in my Company. There are only two people using it but our WPF application is vast and we also have WCF services. The OS is Windows Server 2008 R2.
    What version of Visual Studio should I upgrade to?
    Thanks.

    Visual studio 2013 pro would mean upgrading your solution but is the current version.
    2015 is on the way.
    Check the os requirements if you think you should maybe hang on for that.
    I think 2015 ctp is still available to trial.
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • What version of Visual Studio should I use to build the samples in the CS5 plug-in SDK?

    I just downloaded the plug-in SDK for CS5.  I tried to build two of them in Visual Studio 2012.  VS2012 had to convert them for me.  The first one, 3DHeightField, failed abysmally, as it tried to redefine standard library keywords for no reason I'll ever understand.  It told me to enable warning CS4005 to find the illegal #define statement, but I don't know how to enable warnings, only how to disable them.
    The second I tried, Dissolve, failed because the compiler could not find afxres.h.
    What is the recommended way to build these projects?  And, if possible, could someone please point me to a sample filter plug-in project that will build in Visual Studio 2012 without having to be converted from some older version of Visual Studio?
    Thank you very much.
    RobR

    You can build these with Visual Studio 2012.  You just need to add the following preprocessor definition to your project.
    _ALLOW_KEYWORD_MACROS
    If adding it to your project doesn't work, you can also #define it in a source or header file that gets read early in the chain.

  • What Versions of Visual Studio Can Use Microsoft Test Manager

    Hello all!
    I was wondering what versions of Visual Studio can use Microsoft Test Manager, a friend is having issue using MTM and can't get it working. She doesn't know if it's a product key issue or if it's the version of Visual Studio she's using, She is using Visual
    Studio Server 2013.
    Thank all!

    Hi machopper,
    Thank you for posting in MSND forum.
    Based on your issue, as far as I know that the Visual Studio Ultimate, Visual Studio Premium, Test Professional include MTM.
    Reference:
    https://msdn.microsoft.com/en-us/library/jj635157.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Which table contains net book value for Assets created with AS91.

    Which table contains net book value for Assets created with AS91.
    I have a problem locating where the net book value is stored in SAP.  Is it simply calculated and not stored in any one place?  I am trying to predict how SAP will calculate the net book value for some assets we plan on converting, but my formula doesn't always work consistently and I have not idea what is going on.  If it is stored in a table some place, can anyone please let me know!
    Thank you all

    Hi anar.samadzade & Michael Stewart
    It is not possible to directly get net book value of an any Table. You must migrate the gross book value (acquisition cost) and the accumulated depreciation. SAP will then calculate the NBV.
    Gross Block & Accumulate Dep you will get from Table: ANLC
    http://fixedassetsaccounting.net/migrating-fixed-assets-into-sap-a-harlex-guide/
    Dear anar.samadzade Ask Questions politely
    Regards
    Viswa

  • Some times the ipad will ask me to install adobe flash player to view some internet vedios. Which version should be apt for my Ipad 4

    Some times the ipad will ask me to install adobe flash player to view some internet vedios. Which version should be apt for my Ipad 4

    IOS device do not support Flash
    However Skyfire, Photon, iSwifter, Browse2Go and Puffin Web Browser will provide limited Flash capability

  • Which version of MS Office for a PC is MS Office for MAC 2011 equivalent to?

    Which version of MS Office for a PC is MS Office for MAC 2011 equivalent to?

    MS Office 2010 is the nearest equivalent to the current version for Mac. There are cosmetic differences due to some fundamental differences in Windows and Mac interfaces, but otherwise they are functionally very similar while still retaining Microsoft's common habit of maintaining slightly different feature sets between the two platforms.

  • What version of visual studio is free

    what version of visual studio is free

    Visual Studio 2013 Express Editions and
    Visual Studio 2013 Community are free (Community Edition has more functionality but is limited to individuals, small companies and open source developers).
    A
    preview of Visual Studio 2015 is also currently available at no cost.

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • Interactive PDF on IPad app created with Digital Publishing Suite

    Can someone tell me why I can create an Interactive PDF in InDesign, send it to Adobe Forms but not be able to have an Interactive PDF form on an IPad App built with InDesign? Is having an Interactive (by that I mean, adding a name and address and answering questions in the form of text and checkboxes and submitting) form on an IPad at all possible using InDesign? Aaarrrrgggghhh!
    Barb

    I have a 5 part questionnaire which is included in an IPad app built with InDesign. The recipients of the questionnaire answer the questions, add their name etc. They will visit this questionnaire on a monthly basis for 6 months, and each month a copy of the questionnaire is to be submitted to 3 different people. The responses of the questionnaire will need to be maintained for editing and updating each month.

  • How can I obtain a version of Print Studio Pro that works with Photoshop Elements 13 (64 bit)?

    How can I obtain a version of Print Studio Pro that works with Photoshop Elements 13 (64 bit)?  The advertising refers to Print Studio Pro 2 but all I find available to download is version 1.35.

    Thanks - I did notice that the 2 was a superscript on one site but on another (I think the one for the Pro-10 printer) it was definitely a 2 in line with the rest of the text and separated by a space (at least on my browser).  At any rate, I suspected something of the kind and will simply use Photoshop Elements 11 when I want a pattern print until the change is made.
    If you have an inside line to Canon you might also suggest some changes to their Image Garden program, specifically its handling of DVD label projects.  It has several themes and within each theme several layouts.  As far as they go these are fine but they do not give nearly enough flexibility.   The boxes for insertion of images are useful as is the simple procedure for rescaling the image so it is cropped in varying ways while staying within the fixed box.  However, it should be possible (a) to relocate the boxes on the page and (b) to resize and reshape the boxes - probably by a control which would become available by right-clicking on the box.  For example, there are times when the user might want to include a full 16 x 9 frame shot as one of the images, and in general the aspect ratios of the provided boxes do not permit this.
    I have over the years preferred to use Word for this purpose after setting up masks to expose just the printable area of the DVD or Blu-ray disc, setting up the margins so that the center of the disc is in the horizontal center of the page, and finally introducing text and pictures and adjusting the font size of blank lines above the disc to line everything up properly in the vertical direction.  A typical layout might involve one large picture, located so the center hole and the curved outer edge do not block anything important, or two pictures side by side, or four pictures centered vertically (to minimize the effect of the outer edge of the disc) but possibly of different widths (so as to make both close-ups and wide scenes optimal on the same disc label).  The text then goes above and below the pictures.  All of this works perfectly so I probably wouldn't use Image Garden very often for this purpose, but the inability to resize and relocate the boxes must be very limiting for others as well. 
    Some of the layouts have image locations severely reduced by the edge of the disc.
    As I said ... if you have an inside line to Canon .. but if not, please excuse the length of this post!

Maybe you are looking for

  • Different movement types in MM documents in SSR

    Hello, How can I use different movement types in logistic documents for meter readings? I set up additional meter event for own consumption and I need to get logistic document with other movement type (as standard we running creating logistic documen

  • How do I fix super slow internet - all browsers are affected

    There is some problem with internet connectivity with my MacBook Pro, but I cannot figure out how to resolve it.  Speedtest.net is measuring my internet speed at download speeds of 0.88MBps and upload of .84Mbps.  Other devices utilizing the same rou

  • New Computer... how to copy music and keep playlist linked?

    I have a new computer. Moved (using Windows) the "My Music" folder to a USB drive. When I copy it to the new computer and import the folder, the playlist is not linked. What are the steps to move the library and keep the playlists linked?

  • NOKIA PC SUITE VERSION 3.8.48 Messaging problem

    hello , I am sync my phone to pc and when i am syncying "msgs have been synced" pop out is coming but there is no msgs are seen in pc suite my device is nokia 305 plzzz solve this problem and i am uploading the snapshot of my pc suite...... Attachmen

  • Change to 1280 X 1024 windows resolution

    HP ZBook 15u G2 have 1920 X 1080 max resolution. As i read in quickspecs.Can we select 1280 X 1024 resolution by using this laptop?