I keep getting error when I run tcm.exe 23 January 2014 Donovan Work (0) Problem: I keep getting the following error when I attempt to run tcm.exe from the command line: “A test run must be created with at least one test case.” Solution: Open MTM and check the status of the test case from the Test tab. Make sure the test case state is not Error. If it is reset it to active and try your command again.
I can't run GetProcessingStatus 20 January 2014 Donovan-Brown Work (0) Problem: When I Invoke GetProcessingStatus of the WarehouseControlWebService I get a http 500 Internal Server Error. Solution: Type "true" or "false" into the includeOnlineHostOnly texbox. Explanation: includeOnlineHostOnly is required and you must provide it a value to avoid the http 500 Internal Server Error.
The build template with Release Management does not work in TFS 2013 Build 16 January 2014 Donovan-Brown Work (0) Problem: I get an error when I use the build template installed with Release Management with TFS 2013. Solution: If your release of TFS 2013 is using TfvcTemplate.12.xaml you will not be able to use the ReleaseDefaultTemplate.11.1.xaml template that ships with Release Management. You will have to use one Leo Vildosola created here.
How to install SQL Server Compact 4.0 Prerequisites for my setup project 13 January 2014 Donovan-Brown Work (0) Problem: I am missing SQL Server Compact 4.0 Prerequisites for my setup project. Solution: Use the Microsoft Web Platform Installer to install Visual Studio SP1 Tools for SQL Server Compact 4.0.
I want code lens to show me my code health. 13 January 2014 Donovan-Brown Work (0) Problem: I want to see my code heath without having to run code analysis. Solution: Add code health to Code Lens with Microsoft CodeLens Code Health Indicator.
I need team rooms in my IDE 13 January 2014 Donovan-Brown Work (0) Problem: I want to use the new Team Foundation Server team rooms but I don't want to leave my IDE. Solution: Install Team Rooms for Visual Studio 2013.
How do I grant permissions to ApplicationPoolIdentity in SQL Server 26 December 2013 Donovan-Brown Work (0) Problem: My IIS Application Pool is using ApplicationPoolIdentity and does not have permissions to my SQL Server database. Solution: Open Sql Server Management Studio (SSMS) and create a new login for "IIS AppPool\{YourAppPoolNam}". On the User Mapping page give the user access to the database and save and close the dialog.
I can't build my Wix projects with Team Build 19 December 2013 Donovan-Brown Work (0) Problem: I get the following error when I attempt to build a solution using TFS that contains a Windows Installer XML (WIX) project: "light.exe: Error executing ICE action 'ICE01'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wix.sourceforge.net/faq.html#Error217 for details and how to solve this problem. The following string format was not expected by the external UI message logger: "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance."." Solution: The build service account must be in the Administrators group on the build machine.
SharePoint strikes again and takes down Release Management 09 December 2013 Donovan-Brown Work (0) Problem: My Release Management Application Pool (ReleaseManagementAppPool) is stopped and will not stay running. Solution: Open the ApplicationHost.config from “%systemroot%\system32\inetsrv\config” and add “preCondition="integratedMode,bitness64"” to the SPNativeRequestModule entry: <add name="SPNativeRequestModule" image="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\isapi\spnativerequestmodule.dll" preCondition="integratedMode,bitness64" /> Explanation: This is most likely to appear if you have SharePoint 2013 installed on the same server hosting Release Management. This issue with SharePoint may cause any 32 bit website from working.
KB2870699 issue is fixed 10 October 2013 Donovan-Brown Work (0) Problem: All my Coded UI Test start failing because they can't find the controls. Solution: Install Visual Studio Update 4 Further Information Download RC4