I need to ensure that the version of VS2013 I get allows me to do Office development. I understand that Premium allows me to do that, but can't seem to work out if Professional also allows me to do that?
Does anyone know where I can get this info?
http://www.visualstudio.com/products/compare-visual-studio-products-vs this link makes no mention of office type development.
The chart of Visual Studio features does indicate that VS Professional supports Office 365, Office and SharePoint development. You can see this bullet point under section named 'Development Platform Support'.
If you are not convinced by the chart you can always download the 90 day trial of VS 2013 Professional to see that it supports Office development. I think it is one of the options to select during install.
Related
This seems like a weird problem. I've just upgraded to a brand new PC and I can't for the life of me work out where I can get visual studios 2010 from. I have my product key ready to go.
Has MS discontinued this product? If so is there a work around? Is my only option to (dare I say it) upgrade.
According to Microsoft there's no more Visual Studio 2010 for download from their (official) site.
Personally I really recommend you go straight to 2017 Community Edition - it has everything the 2010 Professional has and more.
The "more" includes built-in support for GitHub, "almost" full support for C++11 and some support for C++14, Windows 10 SDK, parallel builds, built-in support for Linux remote build/debugging... The list goes on and on.
For past express editions, I've been able to find a "compare editions" page that shows what features are available in express, professional, ultimate, etc. Something like this.
However, every comparison table I've seen so far omits the express editions. Surely Microsoft must have a list of things you get by upgrading to Visual Studio Professional from an Express Edition--after all, it's a free product, and they would like you to upgrade to a paid product! So, where have they hidden this feature comparison table, or "reasons to upgrade to Professional" list?
As far as I know there is no single table with a summary.
It depends on which version of express your talking about. Express is split up into a lot of different SKUs based on the type of product you're building; Web, Phone etc. Which is probably why there isn't an entry on this table for Express. 2013 was a point release to 2012 and there is a comparison of Express Web 2012 to Pro on MSDN.
The biggest single difference is that you cannot run plugins in Express. This means no Resharper, Test Driven .NET etc. This also applies to some plugins that you might consider to be written my Microsoft because they were not part of the official Microsoft release, for example plugins written my various other groups. This is a long-standing gripe for users of Express and looks like it is still the case for 2013, How to install Nunit plugin in Visual Studio 2013 Express?.
I was very surprised when I downloaded Visual Studio 2013 Express Edition for web development on my new Windows 8.1 machine, and it was starkly different from what I believe is the identical product that I have been using for a while on a Windows 7 machine.
For example, when creating a very small demo app using Web API (from the asp.net website), the "New ASP.Net Project" wizard did not offer Web API. And the new project did not include the App_Start folder, which would include code for things like routing.
I tried to use NuGet to add the essential features, but no luck. That tutorial only took a few minutes on Windows 7, but was a miserable failure and an hour I will never get back on Windows 8. I don't really understand Microsoft's strategy here.
From what I observed Visual Studio Express 2013 doesn't come with a 64-bit compiler.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC>vcvarsall.bat x64
The specified configuration type is missing. The tools for the
configuration might not be installed.
And since the Win 8 SDK doesn't provide compilers anymore either, it appears like you must pay for Visual Studio 2013 Pro or you won't be compiling 64-bit binaries.
"The Windows SDK no longer ships with a complete command-line build
environment"
https://dev.windows.com/en-us/downloads/windows-8-sdk
I have Visual Studio 2010 Professional however it seems as though I cannot open/create Office Projects.
I assumed there must have been something wrong with my install and a feature wasn't added. However whenever I go into my Maintenance Mode for my VS2010 nothing about Office appears. And it does say Professional, which I believe comes with office tools.
I do have Office 2010 also installed.
I've looked around and everywhere says that I can just add that feature, but I only get a number of features in my install; VB, C++. C# (plus X64 Compilers and Tools), Visual Web Developer and Graphics Library, all of which are tickets.
Any tips?
p.s. I do also have SP1
For anyone else that may encounter this problem, you may need to reinstall SP1 as well as Visual Studio. This is what did it for me.
VSTO is what you're looking for.
Try one of the walkthrough articles to get started.
Are there any disadvantage when creating a commercial software in a Visual Studio Ultimate trial version? Can you please point out some effects of a trial version in case I create a simple software from it. Thanks
Well the biggest disadvantage is that if you want to actually distribute the software you have created using the trial version then you are breaking the EULA. Other than that, no, it has the same capabilities as the full version of VS Ultimate.
If you are looking to purchase a version of Visual Studio, you might want to look into getting a cheaper version like VS Professional (US$800 vs US$3800!).
Or if you are just having a play around, why not try one of the Express versions: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express.
From Microsoft site:
"Customers can evaluate Visual Studio 2010 editions free for 90 days. After 30 days, customers must register trials of Visual Studio 2010 Ultimate, Premium, and Professional to obtain a free key which extends the trial an additional 60 days."
So there is no drawback other than you can't support anything you created with a nonfunctional software after 90 days (and breaking the license as link664 pointed out). If you're doing commercially software you should consider buying a license. For start ups there are programs like BizSpark which make the investments lower. If you do not want to pay anything look for an alternative. There is SharpDevelop out there.
I'm looking to upgrade from Visual Studio 2008 Pro to Visual Studio 2010 Pro without MSDN. On the MSDN US site there's pricing for Upgrade from Standard for $299.
On the UK MSDN site however, the only options are to buy with MSDN for £484.99. Obviously a big difference in price there!
I can't find any info as to what qualifies for the Upgrade from Standard - anyone know about this? Or whether it's available in the UK?
thanks
Richard
Not really a programming question... (but somehow it is.. it's VS after all :P)
But: Have you considered calling the microsoft support or sending them an email? I bet they can give you the sophisticated info on that matter.
The Upgrade from Standard is for
*Special upgrade for Visual Studio 2005/2008 Standard Edition customers. Does not include MSDN.
If you want more info go to
http://www.microsoft.com/visualstudio/en-us/buy
and just above the BUY NOW button on the left there will be a link to Chat with a Representative. They should be able to tell you if you can upgrade from 2008 Pro to 2010 Pro.
I'm also not a MSDN member. As the owner of Visual Studio 2008 Standard Edition, I was able to purchase a Visual Studio 2010 Professional license for $299.
I'm assuming your confusion is coming from the fact that you own VS 2008 Pro and not VS 2008 Standard. I would think that you could take advantage of the same $299 offer, but as someone else said, I'd check with Microsoft sales first.
I believe the upgrade is from VS 2010 Standard to VS 2010 Pro - not from earlier editions.