-
- Gauntlet
by Leon Mayne
- 8 Replies
- Last post
by Leon Mayne
- Has anyone written something like the MS Gauntlet system for TFS yet, or is something in development I'm thinking of writing something similar, but don't want to waste my time if someone else (esp MS) is already making it!
-
- how can i automate updating web references
by Feroz Khan
- 0 Replies
- Last post
by Feroz Khan
- If i have n no of projects which are consuming local web service which is from the same solution,then how can i ensure that after web service project has been successfully build,i need to update the web references of all the projects which consume it....
-
- Migration, common code- Sync between VSS and TFS?
by WXS123
- 8 Replies
- Last post
by WXS123
- Are any new tools available that would help with the migration period from VSS to TFS. We want to move product teams over one at a time, but they rely on common code that spans teams. So we want have VSS changes sync'd with TFS so that the team migrating to TFS can work on TFS and teams still using VSS can continue to do that.
Are there other ways people are dealing with common code during
-
- Matrix Questions
by Vinodonly
- 3 Replies
- Last post
by Bjarki Már
- i Have report created with matrix in this format :-
PO No Sizes i.e. S,M,L, XL, Then Total
Po No1 2, 4, 6, 2 - Total is 14
Now currently this is coming in report. I want to do 2 things here :-
1. The total of size column is being displayed at end of the report, whereas i want to bring it after the Po No.
2. In the Row, where Po No is coming, i want to do some calculation on T
-
- Custom Project Output
by CBrookes86
- 8 Replies
- Last post
by Dmitry Pavlov
- I have developed i custom project type that takes the outputs of other projects and performs some operations on the assemblies and then places them in the output folder of the custom project. How can make visual studio aware that this is my project output so that tasks such as creating a deploment package would be able to detect these as my output. Bearing in mind that the name of the output will
-
- How does debugger check if PDB file matches executable module?
by Andrei Faber
- 6 Replies
- Last post
by John Cunningham - MSFT
- It seems, each rebuild of an executable module produces unique PDB file (even when nothing is changed in the module's code)
Does it use some kind of time stamp, GUID, MVID (for .NET files) or something like this Where this information is stored inside PDB file
-
- Add-In deployment [VS2005 - April SDK]
by Kevin POCHAT
- 4 Replies
- Last post
by Focus
- Hi, I put up a very simple add-in using the VS2005 SDK (April release), and i can't see the attached Setup project presented in a tutorial found here : http://lgmorand.developpez.com/dotnet/vsaddin/ (in french, sorry) So now, I'm stuck with a very simple add-in, but don't know how to deploy it. Thanks in advance, Kevin.
-
- Data Bound Generator
by BelfastDerek
- 8 Replies
- Last post
by BelfastDerek
- Hi,
I am trying to bind to an excel spread sheet but I do not have the new connection option in the connection information property.
Any help would be appreciated.
-
- SharePoint Services Service Pack 3
by Aidan Ryan
- 2 Replies
- Last post
by J Cervero
- Has anyone deployed this service pack to a production TFS Are there any known issues
-
- Sort by Priority sorts null to top
by Kevin Berridge
- 4 Replies
- Last post
by Nick Kirchem - MSFT
- Create a query which includes the priority column.
Click the priority column header
Records with Null/Empty priority will appear on top, followed by records with priority 1
Expected: Null/Empty on bottom
-
- Data Binding in Vb.net 2003
by Kuldev Bhasin
- 2 Replies
- Last post
by Kuldev Bhasin
- hi
i am new to vb.net
i would like to know that in data binding how do i bind a command to a yes/no type field in msaccess
like in
cmd.Parameters.Add("@mIsPer", OleDbType.Char, 1, "IsPer").Value = chkPer.Text
where isper is a yes/no type field
kindly help. would b greatful for ur help.
thankx
-
- Post VS SP1 problems!
by js111
- 4 Replies
- Last post
by Gabriel Lozano-Moran
- Before SP1 I had terrible editor lag every few seconds taht i attributed to Intellisense... I got rid of intellisense by using the ncb read-only trick so VS can't write to it and turns off IS... after installing SP1 I was hoping this was fixed... but after reenabling IS the problem is still there... every few seconds while typing, VS becomes unresponsive... then picks back up... rediculous and it
-
- Team System and Rational Concurrently
by chammock
- 4 Replies
- Last post
by chammock
- We have a Rational UCM environment with ClearCase and ClearQuest integrated into VS 2005.
We are planning our move to VSTS and wanted to start with a test project.
Our developers, however, need to maintian their Rational integration in VS 2005 in case they have to work SCRs on existing projects.
So my question is whether or not we can have a VS 2005 environment point to
-
- Web Browser in J#
by Roger Mitchell
- 4 Replies
- Last post
by Alain_Baby_Programmer
- I built a working web browser with J# though I have two problems I cannot figure out yet.
1. I have a comboBox setup to accept URL's, but if it is not part of the Item Collection, it will not go out to the URL and display it. Instead it will display a null error message.
What do I need to do so I can enter a URL and have it go to that site
2. I have a toolStripProgressBar setup to display
-
- 'Specified cast is not valid.' error message when trying to create new work item.
by jcairney
- 1 Replies
- Last post
by Gregg Boer MSFT
- Hello,
I have just uncovered that when using a DateTime Control in a WIT and associating it with a String typed field, trying to create a new work item will give 'Specified cast is not valid.' message.
Thankfully I've found and removed the problem in my own work item, but I thought this might be helpful to someone else as I hadn't seen much about that error message on this forum.
-
- Crystal Report For VS.NET 2005.. Cannot change DBName, ServerName on Runtime if write SQL Statement
by Aun
- 9 Replies
- Last post
by Winnipeg B
- I have the problem about change database name and server name runtime... I use CR for VS.NET 2005 to make a simple report Use OLEDB for SQL Server and write SQL Statement in COMMAND OBJECT.. (Error will not occur, if I choose link table, not manually write SQL Statement) I found that i cannot change DBName and ServerName I receive error when i call function Report.Database.Table(i).ApplyLogOn
-
- Sharepoint document library option document version saving multiple copy of document in database.
by Praveen_wm
- 6 Replies
- Last post
by Gert Drapers - MSFT
- Hi All,
I have found a optioins Document version under column general settings of document library.
I we created 10 documents library for our current system and i have ticked this option i just want to know that is this options is saving multiple copy of particular copy in database (mean all version). Because i have found that all version having different sizes. If this is the case then what
-
- Delete Users from TFS
by Eyal.Flato
- 4 Replies
- Last post
by Hua Chen - MSFT
- We are using TFS and when I list all SIDs (TfsAdminUtil sid) I get a lot of users that are no longer relevant.
All these users are from a domain that does no longer exist.
How can I remove them
-
- articles/guidelines on structuring tests
by Donal McWeeney
- 8 Replies
- Last post
by Donal McWeeney
- Hi,
Wondering is there any good articles or guidelines out there on the best way to build and structure test modules/projects/solutions, especially as regards making them easy to partition, group, view and run within the test manager test view.
To kick the tyres we build one test class file that contained all the tests against a utility class in our main class library. With an averag
-
- Hosting MSBuild vs. invoking through Process class
by mattnewport
- 3 Replies
- Last post
by eugene.z
- I'm using MSBuild to run a custom build process and in order to make it easier to manage my custom project file (just an MSBuild file with custom tasks and targets) I've written a simple C# WinForms app to provide a graphical interface to add and remove items from the project and to launch builds for particular targets.
Initially I was hosting MSBuild both to read and change the project through
-
- An attempt was made to set a report parameter 'FNAME' that is not defined in this report.
by OWA
- 2 Replies
- Last post
by Brian Hartman - MSFT
- Hello,
I'm using Visual Studio 2005. I'm trying to make a report with parameters on an aspx page. Here is the code:
Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load
Dim param(1) As ReportParameter
param(0) = New ReportParameter( "FNAME" , "Tom" )
param(1) = New ReportParameter( "L
-
- How to find out the category of a DomainProperty?
by Pim Vendrig
- 2 Replies
- Last post
by Pim Vendrig
- Hello, I hava a DomainClass with about 20 DomainProperties in 2 different Categories, "category1" and "category2". Now I want to get a List of all the DomainProperties of a specific Category. I have writen the folowing code for that (This function is located in the DomainClass):
Code Snippet
private List<DomainPropertyInfo> GetDomainProperties(string catego
-
- Crystal report on iis
by BabarY
- 3 Replies
- Last post
by fieda
- I am getting this error when i run crystal reports through iis as when i run it thru the ide it works fine what could the problem be
Logon failed. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SQL State: 08001 Native Error: Error in File C:\DOCUME~1\BABAR\ASPNET\LOC
-
- WorkItemFormControl hanging on .Item assignment
by Joe Buys
- 13 Replies
- Last post
by Loïc Baumann
- Hello All,
I am seeing the WorkItemFormControl form hanging while I initialize it with the following code:
m_wifc = new WorkItemFormControl (); m_wifc.Item = paramWI; m_wifc.Dock = DockStyle .Fill; m_wifc.Name = "WIFC" ;
When the .Item property is assigned, the control seems to hang and never return. Here is the callstack from the debugger:
[Managed to Native Tr
-
- How to suppress output from exec command
by DQM
- 2 Replies
- Last post
by DQM
- I am trying to do a deploy of our build to a remote server using psexec. Getting the msi package running took a bit of work but it is running now. However, I notice that the exec command which I use to launch psexec writes the exact command into the log. This contains the uid and pwd, which for obvious reasons, I'd like to avoid. I have the pwd encrypted (using DPAPI) and pass it to the task. But