-
- Get template path for custom project type
by J Andrews
- 3 Replies
- Last post
by bkohler
- I used the following line of code to get the template path to Windows Application project type for CSharp. string templatePath = solution.GetProjectTemplate("WindowsApplication.zip", "CSharp"); How do I achieve the same for a custom project For e.g. along with the VS installation, a project type for IronPython (ClassLibrary.zip) is shipped. It exists under C:\Program Files\Mic
-
- How to create a window just like "Go To" Command window
by MK.BlackCoffee
- 2 Replies
- Last post
by MK.BlackCoffee
- In Vs.Net 2005, I can implement CreateToolWindow2 create new window with User Control and can not with the Window Form type.But i need create the new window just like "Go To"(in Edit menu) Command window.so ,which function or interface can help me to implement
Thanks
-
- Setup did not find the Visual Studio 2005 Team Foundation databases on the specified database server
by mcdonaldn
- 1 Replies
- Last post
by mcdonaldn
- Hi. We're having troubles installing a duel sever instance of TFS. The data tier installed just fine using the DBA's account (DBA Account) which is a Administrator on the data tier box (DT). Now we're trying to install the application tier TFS software with the System Administrator's (SA Account) account which is an Administrator on the app tier box (AT).
When the TFS app tier install Wizar
-
- TFS Source Safe Binding with VB.NET 2003
by southwynd
- 2 Replies
- Last post
by Michal Malecki - MSFT
- I am working on a VB.NET 2003 Windows Application project and checked it in to
SourceSafe (Team Foundation Server). It
worked fine but I added a top level folder as I added it to SourceSafe and so it
nested the project several folders deep.
Just to clean up the folder structure, I decided to delete the solution
from SourceSafe and try again. I went to the Source Control Explorer in Visual
-
- Work Item Tracking and States
by Patrick.Luijpers
- 4 Replies
- Last post
by Tiago Pascoal
- HELP!
I am looking for best practises on correctly tracking a task from requirement to release using MSF
I assign a task to a developer: BUILD FORM. The state is "Active" and reason is "New".
Now the developer is done. To what does he do set the state to "Closed" and reason "Completed"
How do I assign this "completed" develo
-
- Reporting on Work item create date?
by Lou Machado
- 5 Replies
- Last post
by Othmane Rahmouni-MSFT
- I'm trying to report based on a work items create date but I'm finding that I can't find a field that has the correct date stamp for the work itme create date in the datawarehouse compared to create date as displayed by work item query in the client. Note: I'm even taking into account that time stamps may be stored in GMT time vs the system time. I can't seem to track down a field that matches wha
-
- Getting Errors with Team Builds - no idea what to do.
by rternier
- 11 Replies
- Last post
by vt1991
- I'm once again trying to get these Team Builds done properly. I am doing this in Vista Ultimate, and Vista Ultimate is the Build Machine and Drop machine (I'm not sure if this is the problem).
The project I'm using is a Web Application Project, and here are the only errors I'm getting during building with Team Build:
Solution: ActionItems.sln, Project: DataAccess.csproj, Compilation erro
-
- Specialized support for multiple <see> tags
by Daniel McGloin
- 4 Replies
- Last post
by Dave Sexton
- Here's a feature from NDoc that I would like to see in Sandcastle. This excerpt from the document found here:
http://dynicity.com/Products/XMLDocComments.aspx
..best explains the feature: "Note: As of release 1.3, the MSDN and VS.NET documenters will only create a link on the first occurrence of each unique cref specified within a documentation section; further <see> tags
-
- Code Analysis Policy Problem
by Eagle Tsui
- 7 Replies
- Last post
by Conor Morrison - MSFT
- I added "Code Analysis" policy type in to check-in policy and removed some rule from Code Analysis Policy Editor. Then I open my solution and click "Migrate Code Analysis Policy Settings to Solution". I saw all rule is enabled in Code Analysis of Project. I don't understand why "Migrate Code Analysis Policy Settings to Solution" does not remove some rule in project
-
- November CTP: MRefBuilder /internal+ is ignored
by EWoodruff
- 5 Replies
- Last post
by Acheson
- The MRefBuilder command line option "/internal+" no longer works. Is this a bug or is there a new way to enable documentation of private and internal members
Eric
-
- Get Latest Version extremely slow
by Henk B
- 11 Replies
- Last post
by Henk B
- Hello,
When we do a "Get Latest Version" for a project containing about 450 subfolders this operation shows the "Contacting server to get list of items to update..." for a very long time. Eventually it will come up with an error "HTTP code 500: Internal Server Error". The event log indicates a time out. I have already increased the executionTimeout values for the v
-
- TFS 2008 - upgrade from 2005 and change server configuration?
by C-L-O
- 2 Replies
- Last post
by Abdelhamid Abdou - MSFT
- I am currently running TFS 2005 in a single server configuration. After upgrading that installation to TFS 2008, I would like to move the data tier to a SQL Server 2005 instance on another server and also move the sharepoint component to the corporate sharepoint server running Sharepoint Server 2007.
Is this scenario supported and if so what is the procedure to accomplish this (I understa
-
- Search Engine friendly output?
by Bill Buchanan
- 7 Replies
- Last post
by Bill Buchanan
- Using the March CTP I've compiled help for chm and html. I copy the html to my web site with a link. The help has a number of samples and good information that I would like to be accessible through a Google or MSN Search, although it appears that neither have picked up any of my documentation. MSN still has copies of my nDoc documentation that has been gone for 6 months, but no sign of Sandcastle
-
- MSBuild and Compiling/building Dependencies issue
by Mushq
- 7 Replies
- Last post
by Eugene Zakhareyev
- Hi,
I have got a solution file that contains multiple managed code projects, and some projects have dependecies/references(Project References),when i compile/build a particular project through MSBuild it compiles/builds the project and dependencies of that project too, is there a way/flag of MSBuild so that it shouldn't compile/build the depedencies
Regards, Mushq
-
- Dealing with legacy databases
by ericmatz
- 2 Replies
- Last post
by Gokhan Caglar - MSFT
- We are starting a project which involves replacing part of a larger application. The application has three different SQL 2000 databases which have hundreds of tables, stored procedures, functions, and views. We would like to use VSTS Data Edition to manage the changes for this project, but so far I haven't been able to come up with a good strategy for doing so. The new database references feature
-
- Viewing test run results for a particular test case
by Oleg Tokar
- 1 Replies
- Last post
by David Gorena Elizondo - MSFT
- Hi,
I've expected that it should be possible to check how many times a particular test case have been executed, and what is the result of this execution, simply by clicking on the test case in the Test Manager and clicking on "History" somewhere in the menu.
All in all, do you plan to make this function, or most likely I should create a custom report
-
- WizardUIP sample from VS 2005 SDK 2007.02 generates 15 Fatal Compile Errors.
by DonBaechtel
- 3 Replies
- Last post
by Yu Xiao [MSFT]
- Select WizardUIP.sln, compile and run in debug.
In experimental Debug environment under Debug menu select Rebuild Solution.
15 Fatal Errors are shown in ErrorList.
How do I run this sample
How do Iget a version of the sample that does not generate any errors
First Ftal error is:
Error 2 The type or namespace name 'Frameworks' does not exist in the namespace 'Fabrikam' (are yo
-
- Minimum Requirement for the Visual Studio 2008 Beta
by lovebird4all
- 1 Replies
- Last post
by avi123asdf12
- somebody plz tell me, whats the minimum hardware n software configuration for Visual Studio 2008 danny
-
- Another uninstall problem of GAT/GAE
by Studix
- 4 Replies
- Last post
by vga
- I tried to install the latest drop of the GAT and the GAE. When I wanted to uninstall my installed version of the GAT (December 2005 CTP ) I receive the following error: "... The manifest file does not contain an entry for the guidance package Guidance Package Development or the manifest file does not ext, uninstallation cannot continue." I can't repair the installation because I don't h
-
- Is <exclude> now supported and--if so--could you demonstrate its use?
by Walt C.
- 14 Replies
- Last post
by Dave Sexton
- I know there have been several questions about support for the <exclude> tag, but I'm having trouble figuring out whether the latest Sandcastle release now supports it. If so, could someone provide an example of how to use it I'd like to exclude items at the member/method and at the class level. For classes, would I need to do the following public class foo: base_foo { /// <summar
-
- Problem with deleted folder from Source control
by shmulik_segal
- 5 Replies
- Last post
by Ben Ryan - MSFT
- Hi,
I have a problem with some folder that I delete from the source control,
Every time that I'm doing "force get" into my workspace I get the folder that I already delete from the source control.
I tried to Undelete (tf undelete) the folder, rename it, and then delete it again but without any success every time that I operate "force get" I got the deleted folder
-
- Are Parameters the only way to pass values to a report?
by Vayse_Dev
- 1 Replies
- Last post
by Brian Hartman - MSFT
- I've using a tableadapter to populate the dataset that my report is based on. As follows:
Me .RenewalsTableAdapter.FillByExecCode( Me .RenewalsDataSet.Renewals, stExecCode, lMonth, lYear)
Happy with it, all works. However, I'd like the year and month to appear on the report. I have created hidden Year and Month parameters, and it displays fine. But is this necessary These parameters will nev
-
- Login page automation query
by Tom cruise
- 1 Replies
- Last post
by Yutong MSFT
- Hi all.. Can anyone tell me how to automate the login screen completely My problem is like all test is getting passed both for valid and invalid users. How will I confirm that the system does not logged in for invalid users
-
- Performance of "Getting Sources" during team build
by Peter McEvoy
- 8 Replies
- Last post
by Peter McEvoy
- Hi All, Can anyone explain why the "Getting Sources" step of a team build takes so long we have a source tree (28Mb), that takes less than 2 minutes to pull to a clean PC, yet takes 8 minutes for the build machine to pull. We have done the following to try to improve the situation, yet it seems to have negligible effect: - Cloak unneeded folders in WorkspaceMappings.xml - Move build mac
-
- Viewing a list of WorkItems from a Project Portal Site
by luai7
- 10 Replies
- Last post
by Ognjen Bajic
- Hi,
I know this question might sound somehow strange, but we have a case in which we need to access a work items list for a specific project particularly bugs from a project portal.
I know that you can access a specific work item through its id from the browser through the url format:
http:// <TFS Server Name> :8080/WorkItemTracking/WorkItem.aspx artifactMoniker= <WorkItem ID &g