DCSIMG
Team System - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Team System (RSS)
The item $/ does not exist at the specified version
The item $/' does not exist at the specified version Today I got a call from a customer that having problems with source control permissions for offshore group, He create a special Team Foundation group with those users and gave them permissions to couple subfolders (Don’t want them to see the entire tree). But when trying to checkout we got the following message. We success using TF command line tool but this is not a good solution. Checking the permissions on the specific subfolder looks great...
Problem Creating Work Item Store From Web Service (Work Item Tracking Metadata Cache)
Problem Creating Work Item Store From Web Service (Work Item Tracking Metadata Cache) I create a Web Service for a customer and during the development I had a little problem getting WorkItemStore object. Error 1: Cannot complete the operation. An unexpected error occurred. Stake:   at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.HandleComException(Int32 hr)    at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.DatastoreClass.ConnectEx(String connectionString...
How To: Enable+Disable Just-In-Time Debugging
How To: Enable+Disable Just-In-Time Debugging In Visual Studio Team System each tester had VSTS installed on his computer, there is a lot of benefits for developer but limitation for QA. As QA you want to get the ERROR Screen and not Debugger window asking you to debug the error and so here is 5 steps to disable the debugger Open Visual Studio click on the Tools menu, click Options. In the Options dialog box, select the Debugging folder. In the Debugging folder, select the Just-In-Time page. In the...
Cannot open database "TfsWarehouse" requested by the login
Cannot open database "TfsWarehouse" requested by the login I Installed TFS 2008 on Server 2008 with SQL 2008, everything during the installation went fine except the reports. When I tried to process the cube using SSMS I got the following error: Detailed Message: Cube processing runtime error: \r\nMicrosoft.AnalysisServices.OperationException: Internal error: The operation terminated unsuccessfully.Internal error: The operation terminated unsuccessfully.OLE DB error: OLE DB or ODBC error...
WCF Load Testing
WCF Load Testing Thanks VSTS Rangers for the new release of “WCF Load Testing” tool that comes with ASMX support, you can find it here - http://wcfloadtest.codeplex.com/ Project Description: This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing. Enjoy
How To: Fix error MSB3091 During MSBuild
How To: Fix error MSB3091 During MSBuild Building Build Script for a customer I got the following error: C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1756,9): error MSB3091: Task failed because "LC.exe" was not found, or the correct Microsoft Windows SDK is not installed……. It seems like “ LC.EXE ” was not found and I need to install “Microsoft Windows SDK for Server 2008 and .NET Framework 3.5” (Running build on server 2003 machine). “ LC.EXE ” is the License Compiler...
WHAT DOES SUCCESS MEAN TO YOU?
WHAT DOES SUCCESS MEAN TO YOU? If you are using Team System and feels that you not getting what you want there is a new site called “Success with VSTS”  = to help people who are already working with Team System get more out of it: The definition of success differs. Some clients tell us it is increased productivity, some say reduced costs, and some define success as optimization of their current spend. Let us help you squeeze more VSTS success out of your existing tools. Enter The Site
My Article in “Testing Experience” Magazine
My Article in “Testing Experience” Magazine In the past months I worked on an article about “Load Testing In 10 Steps” for “Testing Experience” magazine. Testing Experience - testing experience is the challenge of producing a high-quality magazine for professional test-ers made by and issued for people involved in testing, the magazine have 350,000 readers around the world. In this article, I’m not going to talk about load testing tools or advanced testing techniques, but rather, I would like to...
VS2010 – Profiler
VS2010 – Profiler Profiler 2010 comes with couple of new features for developers: CPU Sampling Measures CPU-bound applications with low overhead. Instrumentation Measures function call counts and timing. .NET Memory Allocation (Sampling) Track managed memory allocation. Concurrency Detect threads memory for other threads. Collect resource contention data Collect thread execution data
VS2010 – Extract Text – Random Match
VS2010 – Extract Text – Random Match In Visual Studio 2008 we had Extract Text rule that can extract text from the response html using start index and end index. In Visual Studio 2010(Visual Studio 2008 SP1) we have a new property for this rule called : Extract Random Match – If true, all matches are found one of the matches is randomly returned. Demo: For each run I want to pick a random value from the Most popular image searches. Inside the response html we can see that all top searches are looking...
VS2010 – Visualize Code Relationships (Architecture)
VS2010 – Visualize Code Relationships (Architecture) Here is another new feature for Visual Studio 2010 - Visualize Code Relationships There is 3 types of graphs: By Assembly By Namespace By Class By Assembly - This graph is all about showing you the dependencies between the various assemblies that make up all the projects in your solution. By Namespace By Class – This is one of the most complicated graphs because what you are seeing is dependencies at the class level, with no grouping by assembly...
VS2010 – Load Test Network Emulation Profile
VS2010 – Load Test Network Emulation Profile In Visual Studio Team System 2008 we had Network Emulation but a simple one, lots of times customers asked me is this network profile also simulate downstream? and not only upstream also how to simulate Latency? Now we got a lot more properties in the new Network Network Emulation that will help us create more persist Network Network Emulation for our Load Test. Network Emulation Profile location for in house customizations: C:\Program Files\Microsoft...
TFS Installation Troubleshooting
TFS Installation Troubleshooting After I have finish installing everything TFS needs new screen appears and gave the option to pick how I want to set my TFS server. I' have picked to install using “Default Configuration” and click “Start Wizard”.   But the Configuration Wizard had couple of errors…       I went back to the start screen and now I picked to use Custom Configuration. The reason is that I didn’t use the default SQL instance name so I need to change it.  ...
TFS 2010 Installation in 30min
TFS 2010 Installation in 30min First thing I have to say is: It was Fast! The new installation of Team Foundation Server 2010 is easy, fast and user friendly. You can install components of Team Foundation on any supported 64-bit or 32-bit edition of Windows Server 2008 or Windows Server 2003, with the exception of any Itanium-based editions.   After we finished the installation a new window will appear called “Team Foundation Server Configuration”. This screen will help you adjust TFS to desire...
VS2010 – What’s New For Tester?
VS2010 – What’s New For Tester? Visual Studio 2010 is coming with many great improvements: Branching and looping in web test – No need to generate coded web test to add logic. And 64bit support for load testing! Here is the full log by Ed Glas: Web Test • Recorder plug-ins for custom correlation extensibility • These features are about making it easier to do correlation: – Find in playback – View recording log in playback – Jump to request from playback – Add extraction rule from playback • Looping...
More Posts « Previous page - Next page »