Answer Questions
Mookey Associating an editor of choice with HTML files in the Team Explorer and on Sharepoint
I'm finding it very frustrating attempting to empower a whole team to edit and work with HTML files using the VSTS. We have two interfaces to the same document library: 1) Internet Explorer (using the Project Portal driven by WIndows Sharepoint Services) 2) The Team Explorer (in Visual Studio 2005) I have three staff all of whom want to edit HTML files in our project and are not developers (but managers and sales people). I face the fol ...Show All
iupetre Check for throw or rethrow in a try block
Thank you David ...I have another question.... How can I check if there is any sentence in a block ... for example i want to check an empty catch and I do this: public override ProblemCollection Check( Member member) { Method method = member as Method ; bool isCatchExists = false ; bool isThrowExists = false ; if (method == null ) return null ; InstructionList iList = method.Instructions; f ...Show All
Fairy Server Timeout when creating a Team Project
Hi all, Can anyone advise how/if i can combat this issue. I have 2 work item type files, both around 90k 2500 lines in size. When i try to create a team project in VSTS the status bar gets to work items created - then the project fails, server timed out. The whole process does take around 4-5 minutes, is this due to the size of my work items or can i increase the timeout settings to avoid this The project is available afterwards and is useable. ...Show All
Nima Amin Checked out strange behaviour
Imagine the following: I create a new class inside a project. The .vbproj file gets checked out and the new class gets the plus sign. Next I do the check in to this 2 files and occasionally other files get checked out without any reason. If I try to check in this file it says to me that the file was not changed and doesn’t need to be checked in. As anyone got the same problem Is this a Bug Best Regards, Rui Dias ...Show All
Sinergy Unable To Share Files With Team Foundation
How can I share code files between projects using Team Foundation source control We currently share code files between projects using the full framework and the compact framework. VSS has the ability to share, branch, and merge. TFS only allows branch and merge. We have similar problems and the lack of shared files is a total show stopper as our whole build process relies on it. Every other v ...Show All
The Eagle getting select data records in a VS 2005 web test data binding scenario
I want to create a web test in VS 2005 that logs in to the test site as an admin; and I want to pull the login info from our existing database table. So I need to query the database to return records where a particular column has the required value (admin). Given the datasource below: [ DataSource ( "XXX1" , "Provider=SQLNCLI.1;Data Source=localhost;Persist Security Info=False;Integrated S ecurity=SSPI;Initial Catalog=XXX" , Mi ...Show All
mokschnok TFS RTM: Error loading Microsoft.TeamFoundation.WorkItemTracking.Server.EventFilter ...
I have the same problem than the one that is described here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=255430&SiteID=1 Except that i have installed the RTM release (clean install). Unfortunately, there is not a solution available for the above mentioned thread. Does anyone have an idea Best Regards, Joachim Roppert Meanwhile, i figured out that all the DLLs that are located in & ...Show All
mwartes How To: Simple Steps to create a Webservice Load test
I am new to VS2005 and would like to create a load test for our webservice. The webservice must be able to handle simultaneous connections. I followed the steps detailed in: http://msdn2.microsoft.com/en-us/library/ms182557.aspx as a start, but I am missing the connection to move further. Thank you for responding. Please let me know if I have this straight: I can create a web test. Then creat ...Show All
Bharadwaj P.B I need help with MS web application stress tool
Hi, I 'd like to know how to stress a web application simulating that many users get a web application putting a username, password and clicking in the accept button, using the microsoft web application stress tool 1.1, or recommends another tool to stress a web application.Thanks Hello, Visual Studio Team Test provides Load Tests, which will enable you to determine if your application will run succes ...Show All
Arthur Knight Logging an Error message
Hello, I would like to thow an error if a Webservice request returns no data. It does not look like there is a verification event handler for a WebService request. What is the best way to flag an error if the XML returned does not have any data Here is an example of the code I am using... this .BeginTransaction( "GetDateList" ); wsResults = GetDateListRequest.GetDateList( "1234" , "127" ); this .EndTransaction( "Get ...Show All
zpustc About the *.vsmdi files; did you had in mind “Team of Developers” when you assigned these files to the solution?
I don’t want to be understood wrong, the unit tests in VS.NET 2005 are amazing, but there are some small things that just do not make sense. I am a developer, who is writing code, and some basic unit test for this code, all what I want to do, is right click the test cases and select debug or run. But this is not possible in VS.NET 2005, don’t ask me, no idea why, maybe there is a reason behind that, this is just my first ...Show All
Mark Sterin [MSFT] Error: Additional code analysis warnings or errors cannot be displayed
I'm getting a couple of errors consistently when I enable Code Analysis on my ASP.NET Web Project in VS 2005 RC1. The build fails, and around 200 warnings from FxCop are displayed. Here are the errors: Error 204 CA0503 : Additional code analysis warnings or errors cannot be displayed Error 205 FxCopCmd.exe returned error code 8. I looked up error code 8 for FxCop, and found it to be an "Assembly ...Show All
Gary A. Bushey TF GET docs confusing
The itemspec description says: Itemspec File or folder to retrieve. If no itemspec is provided, Team Foundation performs a recursive get of the current workspace. But then in an example later it says this: C:\projects> tf get /recursive Retrieves the latest versions of all uncloaked items from the server folder and all of its subfolders to the C:\projects directory, creates working folders where necessary. Which is it &nbs ...Show All
ASharif Check for Camel Casing
Hi, We have a rule which does a check for Camel Casing. However we are seeing a strange behavior. In Debug mode we are seeing that the return variable of a method is rechecked with a junk name like CS$1$0000 and the validation for this fails. Can somebody throw some light on this issue Thanks and Regards PrashG These are compiler generated variables. You can exclude these by using the RuleUtilities ...Show All
Sebrose ASP.NET Version Collisions
I'm trying to get the team foundation server working, but I can't create a new project because of ASP.NET version collisions on the server. If I change the ASP.NET version of the root site (which hosts sharepoint), back and forth to reset it to 1.1, then SharePoint works but reporting services doesn't. If I then go and switch reporting services back and forth to 2.0 to reset it, reporting services works but sharepoint doesn't. The event log says ...Show All
