Team Foundation Server build issue [closed] - visual-studio-2010

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?

Related

VB.NET Missing Reference (Microsoft.Office.Interop) after MS Office Recovery [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Just before I got a problem with excel and I recovered MS Office with online option. After that my excel works well, but my project in Visual Basic VB.NET lost excel reference(Microsoft.Office.Interop). I recovered already Visual Studio, but it still loses reference. I use Office Home & Student 2019 and Visual Studio 2019. Please, help me to fix it.
Have you tried simply adding the Microsoft.Office.Interop.Excel extension library?
Further to your comments, if that reference isn't available/visible, check this SO question: Microsoft.Office.Interop.Excel Reference Cannot be found.
Personally, out of the answers there, I'd try the NuGet option first:

Visual Studio 2013 Express with update 3 stuck at Configuration step [closed]

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 6 years ago.
Improve this question
I am trying to install Microsoft Visual Studio Express 2013 with Update 3 for Windows.
I have downloaded its iso image, and the started the installation. But it seems to be stuck at "Configuring your system, this may take a while" for more than 2-3 hours.
Does it usually takes this much time only, is it normal, or there seems to be a problem with the iso file?
How much time does it usually take for complete installation?
Visual studio generally takes a lot of time as it is the new update, wait for some more time if it is still the same, cancel and try updating again.
I was having the same problem, if you're visual Studio just stuck for to long like mine was, use alt-tab, to switch to another windows.
This might show a hidden windows with the next steps. Hope that can help you
Here's also some info that could help
Visual Studio takes forever to start the first time
i recently downloaded the Visual Studio 2015 community and i agree that it takes much more time..... just keep your lappy away for installing and go away for doing some other stuff........it is going to take 3 hrs approx

Easiet software to create a GUI for beginner programmers? [closed]

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.

Re-creating a C# Solution from a .exe [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
A few years ago we had a small program created for generating reports (written in C#, probably Visual Studio 2008) - it is a Windows Forms exe with a couple of dll files.
I need to make a change to the hard-coded value of VAT but we cannot find the source code for this file anywhere. Is there a way to re-load this exe + dlls into a Visual Studio project?
I have some experience with .Net Reflector, but would that be the answer to building a new solution?
Thanks for any help.
Try to google .Net decompiler, it should give you what you are searching for.

How to run Coded UI Tests without Visual Studio 2010 Premium [closed]

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.

Resources