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 7 years ago.
Improve this question
I want to ask you if it is possible to build and run coded ui tests without Visual Studio 2010 Premium installed?
Or can I just install Visual Studio 2010 Premium and use it command line without licensing? I know it works, but is the license ok with that?
Nope, you would need to license it. If you want to run the tests on a 'test' machine or 'build' machine without using VS to run them, then I would look at the Test Agent, Controller, and remote execution in the Test Sku's available from MS.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I am learning Azure function and not able to decide, should i use VS code Or VS2019 for the same.
This is what i found:
VS Code:
Lightweight,
AZ function and c# extension available
Better integration with git
Visual Studio:
Option to create azure function project directly from file > new project
Can use it to create other project types for example: web, console etc
You can create Azure Function in 3 ways
VSCode
Visual Studio
Azure portal
It depends on your scenario and integrations you need, both VS and VSCode has the features
needed, if you use VS it becomes more easier to create, manage and deploy since you dont have to install plugins separately, Go with VS by default. If you dont have VS you can achieve all these with VSCode by making plugins available.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am in my first year of programming and I was assigned to create a GUI using software such as Dreamweaver, VB, ect. I was hoping to get some input on how to go about this project, without learning a boat load of code or a software I am unfamiliar with.
I am familiar with DW and VB, but not really sure how to create a GUI using VB. I have heard of a designer feature in VB.
If you are using anything after Visual Basic 6 & are programming for Windows, Visual Studio comes with one. Should be File->New->New Project->Visual Basic->Windows->Windows Form Application or similar depending on the edition & settings of Visual Studio (The 'form' is the relevant part)
If you are a student, you can get Visual Studio Professional at DreamSpark. If not, you can get Visual Studio Express Visual Basic for free.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When i open vs2010 then click on create new website , I am not able to see any templates like empty asp .net website, it shows no templates, How can I get back all templates , help me , thanks in advance ?
Taken completely from Mitch Wheat's answer on Visual Studio 2010 missing ASP.NET projects templates?
Default Project Templates in Visual Studio
Available templates may vary according to Visual Studio version, SKU,
installation options, and other customizations. If you are missing a
template that comes with your installation, run devenv.exe with the
/installvstemplates switch. For more information, see How to:
Restore Default Project Templates.
Closed. This question needs debugging details. It is not currently accepting answers.
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.
Closed 8 years ago.
Improve this question
I have problem with Team Foundation Server 2010 and Visual Studio.
When I'm in offline mode the project builds very quickly but when I'm in online mode with TFS my project builds very slowly. When I stop the project it waits a long time.
Any idea what might be causing the problem?
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I currently work with both Visual Studio, Eclipse/Rad, and Vim heavily. Visual Studio and Eclipse don't present any problems because they're the same paradigm. However vim (which I use for my *nix work) muddles the issue because it's modal. I actually like the modal nature of vim and find myself trying to type esc k k in Visual Studio. Does anyone have a suggestion about how to make working in the different environments easier?
You could always get ViEmu for Visual Studio and viPlugin for Eclipse / RAD...
Try use this script:
www.vim.org/scripts/script.php?script_id=864
The visual studio script in vim allow you use external command line to work with visual studio.
The plugin is write in vim-script and python, which means you need to install python so that you can run the script.
The script doesn't need you to have a python-embed version of vim (it can auto detect that), but it is highly recommend you to use a python-embed version for performance.
Before I using this plugin I have same problem with you, at that time I use external tool in Visual Studio which you can find here:
vim.wikia.com/wiki/Calling_gvim_from_MS_Visual_Studio
Also I recommend you to check exVim project, which already integrate the Visual Studio plugin in it, and provide an python-embed version