Visual Studio and Team Foundation Server are highly integrated. The only thing that use another application is when clicking on hyperlinks, such as the Project Portal and Web Access, which opens the link in the default webbrowser.
I would like to override this behavior and open these links in a tab in the internal webbrowser inside Visual Studio.
Is it possible change an option to make Visual Studio open TFS links in the internal webbrowser instead of opening them in the default webbrowser?
Related
I have installed Visual Studio 2019 to do some testing on our code base ready for migrating from Visual Studio 2017, I am also testing to ensure it plays nicely with our TFS system (currently TFS 2018 on premises).
It looks as though the Visual Studio Work Item Form is back! (VS 2017 dropped support for this in favour of opening Work Items in a web browser). I've not managed to find any information on this. I like the fact that we might have the option to work with Work Items in the VS IDE as well as the web browser, however its return introduces a few issues:
We use a custom MultiValue control that does have support for the VS 2019 Team Explorer (it last worked in VS 2015). Do you know where I can get hold of a MultiValue control that will work on the Work Item form in the VS 2019 Team Explorer?
Given that the MultiValue control isn't working I would like to continue working with Work Items in a browser. The VS 2019 Team Explorer seems to favour opening Work Items within the IDE, how can I open them in a browser from within the VS 2019 Team Explorer? Better still, how can I configure it to open in a browser by default?
Is there a better place for me to ask these questions?
Work Items should default to opening in the web in Visual Studio 2019. That behavior has not changed from Visual Studio 2017.
There is an option under "Tools->Options->Work Items" to enable the "Legacy experience (compatibility mode)". It sounds like that option has somehow gotten enabled in your installation. If you switch that back to "Default experience", work items should open in the web.
Hope this helps.
Sorry for the inconvenience. This is a designed behavior right now.
Please take a look at this similar issue: TFS work items opened inside Visual Study no longer open in the web browser, they always open in the Visual Studio editor
According to the response from MSFT:
We have re-design the default landing page for work items in Visual
Studio 2019 which only works with server >= 2019. If server is <
2019, work items will be open in Visual Studio only.
Since you are using TFS 2018 with VS2019, you may have to open work item in web portal from browser directly right now. Otherwise, you have to upgrade your TFS version from 2018 to Azure DevOps 2019, if you insist on opening the work item in Visual Studio.
I am using Windows 10 and Visual Studio 2015 community. I am having trouble finding my ASP.NET MVC sites in my IIS Manager after I create the virtual directory in the Properties window.
I originally was unable to view the IIS manager on my Windows 10 and had to search for "Windows Features" or "Turn Windows Features On or Off". I then selected the "Internet Information Services" checkbox.
I want to be able to host the site such that when I open it up from IIS Manager it should show up under the default web sites.
In the tutorial he was able to make the app do this by going to the Project's properties, the windows tab and check the Local IIS selection as below:
enter image description here
Unfortunately I don't have his version of visual studio and all I see is:
enter image description here
When I try to create the virtual directory anyway it doesn't show up in the IIS Manager. What do I do?
The tutorial that you are following is of Visual Studio 2012 or prior as it is giving you development server option.
In your current version on the project properties => web screen there is a Servers section in that you can see a drop down that has value IISEXPRESS . Change it to Local IIS , Click on Create Virtual Directory next to it and this will create an application in your local IIS under the default web site (which ever is on port 80)) which you can see using IIS manager.
Make sure you are running visual studio in Administrator mode
I faced the same problem with the visual studio 2017 . Right click the VS tab and open it in admin mode , and it will show the option of local host under server dropdown.
When I am debugging web project in visual studio the web address is for example localhost:1234/index.html, but when I publish project the web address will be like *http://myserver.mydomain.com/myApplication/index.html.
Is there a way to set in visual studio to debug it on localhost:1234/myApplication/index.html.
I am accessing few scripts and css and services and it will make my life easier if they will be on same level during debugging and publishing.
Right click on the project, click Properties Window and add /myApplication as the Virtual Path. Or you can use View->Properties Window from the main menu.
I am trying to debug an ASP MVC 4 project in Visual Studio 2012. However, once the code compiles the debugger stops completely, never bringing up the browser. I am able to run ASP.Net projects just fine from this computer, however this project doesn't seem to want to work.
With this project if i click on IIS Express in Notification area so it shows my website and if i click on it so then it opens up my site on browser but by default on debugging with Visual Studio it doesn't open.
I also tried to set my start up project but this also does not work????
Check this setting in your web project's settings and ensure it's not set to "don't open a page"
I use asp.net mvc with IIS
I've not used any link to other site for script or css
When I Run visual studio my page has a box with ads.
It's not there before
See the images
What is it?