Tagged Questions
The vsts2010 tag has no wiki summary.
17
votes
9answers
6k views
VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515)
I am experiencing a strange issue with VS2010. We use TFS to build our API dlls and we used to reference them in our projects usign a mapped network drive that was fully trusted. We have been working ...
5
votes
1answer
610 views
Team Build, SGen & Mixed mode assembly
Bit of a strange one here guys.
We have a fairly complex (111 projects spread across asp.net, silverlight, WFC, Ria Services etc) solution, which builds correctly on my dev box (2010). If I fire up ...
5
votes
2answers
863 views
BadImageFormatException during .Net assembly load issue
When I try to access a page (default.aspx) in a web site in IIS 7.0 (developed using VSTS 2010 + .Net 4.0 on Windows Server 2008), I met with the following error message. Any ideas what is wrong? What ...
4
votes
1answer
204 views
VSTS2010 Addin Development - Check-in hooks
I've been tipping my toes in Visual Studio Add-In development. I've read some of the tutorials online, and studied some of the sample code provided.
Now I actually want to perform custom actions ...
4
votes
2answers
2k views
Can we migrate to a new TFS process template and keep history?
We are currently using TFS 2008 with the Scrum for Team System template from Conchango, with a few minor tweaks. We are looking at upgrading to TFS 2010 and we are considering moving to the MSF for ...
4
votes
2answers
3k views
TestInitialize gets fired for every test, in my Visual Studio unit tests?
i'm using Visual Studio 2010 Beta 2. I've got a single [TestClass], which has a [TestInitialize], [TestCleanup] and a few [TestMethods].
Every time a test method is ran, the initialize and cleaup ...
3
votes
2answers
129 views
Opening web project set to IIS directory in machine without IIS, pointing to embedded server
I can open a web project in TFS; however, in my QA environment I have to change it to use IIS. In my local dev environment, I don't have IIS and can't install it.
New company rules deny access in ...
3
votes
1answer
205 views
How to view process template that is being used by TFS project?
I am using TFS 2010. There are bunch of projects under DefaultCollection. I want to view the process template that was used to create individual projects. I have admin rights on the TFS server box.
...
3
votes
1answer
599 views
Can Visual Studio 2010 Test .net 3.5 SP1 Projects?
I have some projects in a solution that are running on .net 3.5 SP1 (and can never ever be updated to 4.0 as they are SharePoint projects).
When I try to create a new Visual C# Test Project in VS2010 ...
3
votes
4answers
3k views
How To: Deploy SQL Database Project using Team System Build 2010 (beta 2)
Can anyone shed some light on how to get Team Build 2010 beta 2 to push a SQL database project to the SQL server?
In VSTS 2008 you'd just add MSBuild commands with the targets attribute set to ...
2
votes
1answer
52 views
How to solve cast issues in ValidationRule classes' properties?
I need to create a few tests for the user roles in a web application. To minimize the description, one of the tests involves checking if a menu entry is displayed or not for an user.
For this test, I ...
2
votes
2answers
395 views
What is overriding Windows proxy settings (inserting “vsts-proxy-installed-indicator”) and how do I turn it off?
I have a number of machines, all of which have Visual Studio installed, where something (presumably visual studio) is overriding the proxy settings: setting up localhost and some random port for both ...
2
votes
1answer
253 views
Nuget / MSBuild : Build for multiple 3rd Party DLL versions
The scenario is as follows: I have multiple versions of 3rd party DLLs (specifically one for each year that the third party product is released). I need to be able to build for multiple different ...
2
votes
2answers
355 views
VS 2010 build on 32bit and 64 bit (Program Files)
I have a VS 2010 Post Build Event that runs GacUtil.exe. On my 32 bit laptop I reference: "C:\Program Files \Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" -i "$(TargetPath)". On my 64 bit dev server ...
2
votes
2answers
218 views
asking for advice for code coverage and unit test
I am using VSTS 2010 + C# + .Net 4.0. I want to do code coverage for unit tests. I have two choices after investigating, my question is, I want to know the pros and cons of such two tools/choices.
...
2
votes
3answers
626 views
Nunit and code coverage for C#
I am using C# + .Net 4.0 + VSTS 2010. I am wondering whether Nunit is the best and easy to learn unit test tool for this platform (C# + .Net 4.0 + VSTS 2010)? If yes, I want to learn basics of Nunit, ...
2
votes
2answers
796 views
Forbidden to browse WCF svc file?
I am using VSTS 2010 + C# + .Net 4.0 + IIS 7.5 + Windows 7. When I open an svc file (in IIS manager, right click the svc file and select browse) for a WCF project in IIS, there is an error like this, ...
2
votes
2answers
36 views
VSTS 2010 version issue
I have tried hard to find something to learn VSTS 2010 version comparisons, like Ultimate version, professional version, etc. Any brief document desribes their functional differences from developer ...
2
votes
1answer
361 views
Visual Studio 2010 Code Coverage - Cannot find the back up file, created by instrumentation utility
I am trying to run code coverage in VS 2010 and I am running into the following error. No coverage information is generated.
Code coverage in-place instrumentation: Cannot fully backup the binary ...
2
votes
1answer
760 views
Cannot get a list of valid users in TFS for AssignedTo field while creating new Workitems via API
Hi I am trying to create new workitems via the TFS API and this is the method I have used below to get a list of valid users who can be assigned workitems. Somehow, it gives me a null reference ...
2
votes
4answers
4k views
VSTS 2010 Create a custom Process Template
I am required to create a custom Process Template on using VSTS 2010 Beta 1. Given that I did not use templates in VSTS 2008 I am not even sure where to start. The TFS and VS 2010 are all installed ...
1
vote
1answer
78 views
How to disable DependentRequests of a WebTestRequest in VSTS2010 for second request onwards
I'm using Visual Studio 2010 for recording some web tests. I intend to build some load tests using these web tests. Most of the pages of the website that I'm targeting have lot of other resources like ...
1
vote
1answer
43 views
How to read return status of exe installed using MSI packaging?
I have created a msi using VS2010 Setup and Deployment template. In this I have referred a exe(Application) in Custom action->Install to be installed when MSI is executed . If the exe execution fails ...
1
vote
0answers
28 views
Silverlight MessageBox DelayedExecute?
Dim msg As MessageBox
msg.DelayedExecute(milliseconds As integer, Method As System.Action)
Question
Can you please help me understand what the above method is? I cannot find this on google and it ...
1
vote
1answer
80 views
Can't find MSTest.exe [closed]
Possible Duplicate:
Where is mstest.exe located?
I can run it from the Visual Studio 2010 command line tool, but I can't find it in explorer. Is there something else I need to install?
...
1
vote
1answer
141 views
CruiseControl.NET getting error on a build
Getting the following on any build running on CC.NET V1.6 on a server.
I have made sure the user running the CC.NET Service is a member of the Administrators group on the server.... So why am I ...
1
vote
0answers
102 views
How do you you use stylecop with .xaml files
I have been tasked with utilizing stylecop on .xaml files. Does anyone have a good place to start looking for the best way to accomplish this task. I have drifted around the internet and have yet to ...
1
vote
1answer
291 views
Could not launch xxx.exe. Previous attempt to profile the application finished unsuccessfully. Please restart the application
I am facing an error message while profiling a c# console application in VS 2010 (using CPU Sampling method of profiling). When I click on Start Profiling: following error message is displayed:
...
1
vote
1answer
90 views
ALM, VSTS 2010 : is it possible to create custom checkin policy in local machines?
I am trying to enfore a custom checkin policy to my dev team.
the customr policy is aimed @ alerting the dev with a list of checkpoints before the checkins happen.
I am not the administrator of ...
1
vote
2answers
61 views
multiple monitor support in application
What does it mean by multiple monitor support for an application?
1
vote
2answers
291 views
Sharepoint list and a word doc
Hi
I have a word templateis used as a content type. I want the document to be used as read and write data to a sharepoint list.
I also want this document to track changes. Is this possible?
Say ...
1
vote
1answer
39 views
VS 2010 problem?
For a short time now I have had a problem or pain with the Breakpoint indicators, they do not show, yes I have the margin activated ( small grey stripe down the left side of the margin ). I have ...
1
vote
1answer
154 views
How do I mark code to be excluded from code coverage analysis in VSTS
NCover has an attribute IgnoreFromCoverage that allows for code to be marked for exclusion during code coverage analysis. Is there a way to do this with the VSTS Code Coverage Tools?
Obvious uses for ...
1
vote
2answers
213 views
how to resolve th “C4653” warning in vs2010?
I am converting c++ project from 2008 to 2010, with warning level 4
the "Warning C4653: compiler option 'Optimizations (one or more of /Oawp[y])' inconsistent with precompiled header; current ...
1
vote
4answers
941 views
How do I set up NUnit to run my project's unit tests?
I'm starting to use NUnit to write test cases in C# and Visual Studio 2010 and .NET 4.0. I want to use NUnit to test against a DLL (a C# class library project)'s public functions.
How do I set up ...
1
vote
2answers
467 views
web.config issue in ASP.Net
I am using VSTS 2010 + ASP.Net + C# 4.0 to learn someone else's code for a WCF application. I find besides Web.Config, there are also Web.Debug.config and Web.Release.config. I searched the content of ...
1
vote
1answer
43 views
use VSTS 2008 together with VSTS 2010
Could I install VSTS 2008 and VSTS 2010 on the same machine? Any conflicting and any special care needs to take?
thanks in advance,
George
1
vote
1answer
132 views
How do I use Visual Studio 2010 Ultimate with Codeplex?
I'd like to upload a project into codeplex, but I have no idea how. I don't want to break my existing TFS + VS install. Do I need to install anything special to work with Codeplex?
1
vote
1answer
794 views
TFS 2010 Beta 1 Creating Team Projects programmatically
is it possible to use some API call to create a new team project (i.e. add a new team project to the Project Collection on TFS 2010)? If yes, what is it? I was searching high and low for this...
So ...
1
vote
3answers
322 views
The Command “File.BatchNewTeamProject” is not available in VSTS 2010
I am trying to automate the creation of team projects using a command built into VS 2010 called File.BatchNewTeamProject using a project settings file as an argument, and executing this as a process ...
1
vote
4answers
3k views
VSTS Test Edition or HP's LoadRunner?
I have had this debate with some peers off and on for a while. I am certified in the HP tools, but have been spending more and more time with VSTS Test Edition 2008. I am looking for opinions on ...
0
votes
0answers
6 views
VSTS multiple level queries
I have 3 level hierarchial structure
-> Task1(level1)
|
-> subtask1(level2)
|
--> bug1(level3)
--> bug2(level3)
Is there any way that I can ...
0
votes
1answer
39 views
In my dbproj, setting «Copy always» or «Copy if newer» on a file fail the build on the build server
In VisualStudio 2010, we have a scenario where one dbproj (B) reference another dbproj (A).
In dbproj (A), if I set the build action on one of our custom sql script in the Scripts folder to «Copy ...
0
votes
1answer
119 views
Team System - Create a Sharepoint Project Portal for an existing team project
I have an existing Team Project in Team System 2010 which, when I originally created it, I opted not to create a Sharepoint Project Portal website. I now would like a Sharepoint Project Portal website ...
0
votes
1answer
28 views
Scrum Template for TFS 2005
What I have?
I have TFS 2005 installed on Windows Server 2003. I have another machine having Visual Studio 2010 on Windows 7. So, I have Visual Studio Team Explorer 2010.
What I need?
I need to ...
0
votes
0answers
82 views
When using a master.dbschema created through vsdbcmd line does not resolve login references
Within our visual studio projects we are starting to utilise the Database features so then we can version our databases in TFS.
I've created my SQL2005 database project and imported the database.
...
0
votes
1answer
138 views
TFS Work Item type - Access to field based on rights
I have work item type template where i want to assign right to change drop down list to
default value as "Requested" for new item and every one can see and read it.
If user is in group "[TEAM ...
0
votes
1answer
60 views
Customize TFS workitem screen
This is related to TFS2010
I have the following requirment:
Multiple tasks can be associated with a user story
when a user story is closed using the VSTS UI, I need to check if all the associated ...
0
votes
1answer
47 views
Generic VSTS loadtest
I have a bunch of vsts loadtests for diffrent needs.Most of them are goal based tests targeting CPU and ASP.Net requests counters on a machine. The machine name is hardcoded on these loadtests and my ...
0
votes
1answer
221 views
TFS 2010 build cannot handle custom MSBuild script which generate multiple files in multiple directories
I have a custom MSBuild script (e.g. WpfResources.proj), in which I scan through multiple folders for *.resx files anc build .NET satellite resource dlls using the AL task. The output of this ...