Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My current customer hasn't provide me licence for the moment and I alreayd used the 90 day trial. I just want to extedn it for one day in order to put my code on TFS, how can I?
I'm under VS 2013 Ultimate
Thanks in advance
Try using Visual Studio 2013 Community Edition
Visual Studio Community 2013 is a new edition that enables you to unleash the full power of Visual Studio to develop cross-platform solutions.
It is a free full-featured IDE that will allow you to continue your work.
http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
After I close my app VS freezes and I can't do anything. I must close VS process. Any solutions?
You can send feedback in Visual Studio 2017. You need Microsoft account to report a problem.
See the image below:
Here are the steps on how to report a problem with visual studio 2017.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I'm having trouble installing microsoft visual studio 2017. It loads to 100% then the setup fails. I get this error:
Package 'Microsoft.VisualStudio.MinShell.Msi,version=15.0.26711.1' failed to
install.
Can someone help me please?
Try to run installation as administrator. You need to have acces to folder C:\ProgramData\Microsoft\VisualStudio\Packages\.
Also check this article.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Please, tell me which graphical subsystem for rendering user interfaces (WPF or WinRT, ...) were used for creating interface for Visual Studio 2013.
VS2013 runs on WPF.
UI snooping can prove this.
Also WinRT is not an option because VS2013 runs on Non-WinRT platforms too.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I wrote c# procedure in visual studio express 2010 and i want to deploy it
in the database. As far as i know , oracle makes add-in for doing this, but in
express edition of visual studio i dont know how to add this add-in. Is there
a way for adding add-in in visual studio express edition,or there is other way
of deploying them in oracle db ?
VS 2010 Express does not support Add-ins
http://social.msdn.microsoft.com/Forums/vstudio/en-US/7ef7fce3-76f4-41ad-b306-83b9dad5379e/where-can-i-get-addins-for-visual-studio-express
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am comming from java and I am missing some staff in VS2010 Pro.
In java, when you type in a variable like:
MyObject myObject;
Eclipse will let you automatically choose this names:
myObject or object
in eclipce you can generate entire class/bean just from the constructor.
variable refactor.
Good variable naming when refactoring to method.
VS 2010 intellisense is very limited, is there a tool /free/paid that can provide more features?
Thanks
You can use ReSharper.
This tool has been created by JetBrains that it is the same company that created the powerfull IntelliJIDEA IDE for Java. If you already used IntelliJIDEA you can use the same shortcuts in ReSharper.
This is a commercial tool but for my opinion it is indispensable.
I am using DevEpxress CodeRush with Refactor Pro and i think its a great tool.Please have a look and give it a try.They have a free version too.
http://www.devexpress.com/Products/Visual_Studio_Add-in/index.xml