Tagged Questions
The vsts2005 tag has no wiki summary.
3
votes
2answers
118 views
How to do unit testing in Visual Studio 2005?
Is there any support for unit testing in Visual Studio 2005? After googling for some time, I found out that we can do unit testing with Visual Studio Team System, but I do not have it.
I cannot ...
1
vote
2answers
65 views
How do i configure team system 2008
I am installing VSTS. What components do i need to install for both .net & sql server. ?
How do we configure our projects?
0
votes
0answers
212 views
Could not find any resources appropriate for the specified culture or the neutral culture
i have a control library project("IScontrol")build in dll and a windows form project("form1") use it.
IScontrol has an imagelist in it, witch some images are inside it.
it works well in vs2005. ...
0
votes
1answer
160 views
Instrumented profile of a single method in VSTS?
I've been trying to get some instrumented profiling going for one method (and children) in a large C# 2.0 application using the built in VSTS 2005 or 2008 performance tools.
However, I can't find any ...