Where is the TestDriven.NET Options Pane? - testdriven.net

I am using TestDriven.NET 2.21 and I read on the creator's blog that there is now an options pane. I am using Visual Studio 2008 Pro Edition. The thing is, I can't find out how to access this options pane anywhere. Where is it?

Tools -> Options -> TestDriven.NET

Related

QT Tools Tab is missing in VS 2019

I had been using VS2013 for some time and a Qt Tools tab was present (as shown in the screenshot below) after installing Qt Visual Studio Tools
PROBLEM: Now I have installed VS 2019 Community edition. I have already installed Qt Visual Studio Tools extension. But still, the Qt tab is missing in the ribbon (as shown in the screenshot below). Due to this, I am also not able to set the path of the Qt exe correctly.
PS: Qt extension is definitely installed properly because when I try to create a new project, it shows the various options to create Qt project.
In Visual Studio 2019 theQt VS Tools menu is a sub-menu in the Extensions menu.
Note: the binaries created with VS2013 are not compatible with VS2019, for it to work you need Qt build with Visual Studio 2015 or 2017.

Cannot find "Attach to Process" option in Visual Studio 2012 Express for Web

Is this option "Attach to Process" not available in express edition? I tried to find the option under TOOLS -> customize and TOOLS -> Options but not luck.
You should check with
Debug >> Attach to process
VS Express 2012 for Web doesn't have it, I have the same Environment as yours, it really has no this feature, but as far as I know, the VS 2012/2013 Express for Desktop would support this feature. Of course, if possible, I suggest you use the higher VS version like the VS2013 or VS2015 community version which is also free and has more features.

Qt Creator cannot set debugger for 64bit (despite installed and properly detected)

My setup consists of Microsoft Visual Studio Express 2013 and Qt 5.5.1. For the Debugger(s) I use CDB from the Windows SDK. I use both toolchains, 32bit and 64bit.
To clean up my machine, I recently deinstalled all Microsoft Visual Studio stuff including the debuggers. Now, after the new installation of all the tools, I am not able to set up the 64bit debugger anymore. The interesting thing is that both debuggers are correctly autodetected under the Debuggers tab Tools -> Options -> Debuggers.
Under the Kits tab, I see the yellow triangle on the 64bit entry. I also see that None is selected in the Debugger line. But I am not able to change this setting because it is deactivated.
I finally found a solution to this problem by editing a Qt Creator configuration file manually. The file toolchains.xml is found here in Windows 7:
%APPDATA%\Roaming\QtProject\qtcreator
Additional Note:
Since the original post, I've updated to Visual Studio 2015 Express and Qt 5.6. This environment is a lot simpler to set up than VS2013.

VS 2010 does not open CSS files [duplicate]

I am unable to open CSS files in Visual Studio 2010 after adding to a project.
It shows the following error:
The operation could not be completed.Unspecified error.
Even if I try to edit embedded CSS in a webpage directly, IntelliSense doesn't appear.
I found the solution from here:
I was having the same issue and found that by going to the Tools -> Extension Manager -> Online Gallery and search for/install the "Web Standards Update for Microsoft Visual Studio 2010 sp1" I was able to open CSS files again.
And it worked for me.
Probably it can happen after installing the Visual Studio LightSwitch beta
OR
Windows Azure tools installed
OR
SQL Server 2012 installed
Download this and install it if already installed then repair it and it'll fix the issue:
http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83
This happened to me after installing Adobe Cloud production suite. Web Standards Update did the trick.
There is dropdown box in the toolbar saying "XHTML 1.0 transition". Change it to HTML.

Testdriven.net not available in the right-click context menu

Testdriven.net not available in the right-click context menu??
Check which edition of Visual Studio you have - you cannot install add-ins to Visual Studio Express editions.
Check you have actually installed TestDriven.Net.
Check the TestDriven.Net add-in is enabled in Visual Studio by going to Tools -> Add-in Manager and making sure the checkbox next to it is ticked, and that the Startup checkbox is also ticked.

Resources