-
- Specific Location of Chart Object in CR
by SteveInHampshire
- 11 Replies
- Last post
by Manish Joisar
- One of the requirement for the current project I am working on is to have a report which displays the data in both table and graph form, I am wanting to place the chart under table in a specific place, so the points of the graph line up with columns on the table report.
Having created the sub report with graph in with out any problems, i am having real problems lining the graph up with the
-
- How to get the users for a project in Security in TFS programmatically
by tarunP
- 5 Replies
- Last post
by tarunP
- Hi as a part of TFS extensibility i need to make sure that all the projects in TFS should have only group accounts .There should not be any user account in Security.I need to check programmatically, that how many users are there in security who don't come under any group,using TFS API.can any1 help me out in this.
-
- Building msi packages with OrcasBeta1TFS
by xisoaiexo
- 2 Replies
- Last post
by xisoaiexo
- Looking for the solution to building a single msi package for multiple solutions in a single team project. So far I'm able to get the output files to the correct directories now I would like to build a single msi package for them. What would be the best tools for this solution I have seen people doing things with vs2005/msbuild and wix, is this the best way Does anyone have a good example of how t
-
- MSBuild gives LINK : fatal error LNK1104: cannot open file 'user32.lib'
by MTisza
- 3 Replies
- Last post
by Tim Mawr
- I have a project that will build fine if I'm in VC++2005 and click on build, but fails with the following error if I try to build it with msbuild:
LINK : fatal error LNK1104: cannot open file 'user32.lib'
I looked at the buildlog.htm file and notice a significant difference in that in the buildlog when it fails there are extra lib files appended to the command line: user32.lib gdi32.lib wi
-
- Error 0x80072F19 while using Source Safe 2005 Beta 2 via SSL
by Sergey Pikhulya
- 7 Replies
- Last post
by Rodrigao
- Hi, I use the Source Safe 2005 Beta 2 via SSL, source safe database has users with names Admin and Administrator with a not empty passwords. If I connect to this database from logged on user named Administrator, then I able to use this database (password not required, and I don't understand why), but if I use the same database from logged on user named, for example, Test , then I see the following
-
- Can't install TFS 2008 Beta 2
by ToreS
- 2 Replies
- Last post
by ToreS
- Hi guys,
I'm trying to install TFS 2008 Beta 2 on a 64 bit Windows 2003 Server, but it fails stating that it can't find "sp.exe". Does anyone know what sp.exe is I was thinking about SharePoint, but SharePoint 3.0 is already installed...
Also, the installer complains that "A 64-bit operating system is not supported"...
Does anyone know what might be causin
-
- Sandcastle: Format for <see> reference to method with "out" or "ref" parameters
by sicnarf
- 1 Replies
- Last post
by Dave Sexton
- Hi, I'm trying to document a <see> reference to a method declared thus: namespace Library { public static class Class { public static Method( string param1 , string param2 ) { } public static MethodWithOut( string param1, out string param2 ) { } public static MethodWithRef( string param1, ref string param2 ) { } } } I would lik
-
- Cannot generate Code Coverage for Web Site Project
by Stu Sahulka
- 8 Replies
- Last post
by Johnathan Seal
- I have a Web Site Project that I was able to achieving code coverage results with when I ran it under the ASP Development Server, but Cannot generate Code Coverage for when run under IIS.
I provided the location for the App_Code.dll that I wanted to instrument for code coverage. Apparently, this must be a debug version as well because it needs the debug files (*.pdb) to perform the instrumentat
-
- Move (cross domain, new computer) and Upgrade from TFS 2005 to 2008
by AdamTsi
- 2 Replies
- Last post
by AdamTsi
- I currently have TFS 2005, running on Server A in Domain Dmz1. My desired end result, is to have my data on Server B, in Domain Dmz2 running on TFS 2008 Beta 2.
I was hoping to restore copies of the databases from ServerA to ServerB and then upgrade, but the TFS2008 installer gives a warning that it found existing TFS databases, and do I want to setup this server as a stand by server. It l
-
- can't define report
by alcoalex
- 1 Replies
- Last post
by mewdied
- In my page load i am trying to define which report to use like this:
Dim rpt As New rptDataExport
However, my code fails as it tells me type 'rptDataExport' is not defined - the report has already been created and is part of my project. ANyone got any ideas what i'm doing wrong
I'm using VS 2005 and .Net 2.0.
-
- Renaming Build Types causing Workspace problems?
by rcurrie
- 6 Replies
- Last post
by Aaron Hallberg - MSFT
- I was just wondering if anyone else has run into this issue as well.
I have been working on a new Build Type for one of our projects and finally had everything completed and running fine. Last night after several tests I went to the Source Control Explorer (using Team Foundation Server) and renamed the Build Type. I checked everything in and went home. This morning some initial <Exec tf.exe
-
- Please help: Merge options are disabled
by Guy Ronen
- 5 Replies
- Last post
by Guy Ronen
- I am using TFS.
I have created a brunch for project proj1 which is called proj1B.
After modifing one of the files in proj1B, chek-in and merge to proj1, the modification was automatically merged into proj1.
If I modify (adding a method) on of the files in proj1, then modifying it also in proj1B (also adding a method), both check-in ---> When I come to merge proj1B to proj1 i get the co
-
- Debugger stops when a file in the solution is changed, anyway around?
by DevronJames
- 2 Replies
- Last post
by DevronJames
- Hi there, I'm running Visual Studio 2005. I run my project in debugging mode. My project is designed to alter a certain project's file data during run-time, which is then re-compiled back into the run-time application. So then I debug the project and it changes the file data which then throws this window that says basically I can't continue, only can...
http://www.wintschlabs.com/Imag
-
- Release of TFSXtra
by ARIF HABIB SHADAN
- 3 Replies
- Last post
by Hua Chen - MSFT
- I was wondering how to unlock and checkin a file when the user is not available to do so. I found it quite uneasy to do it so thought to create an application which can do all these things without going into tedious details. SO the admins can now easily do these functions by this tool - TFSXtra.
Try and test it from this site
www.codeplex.com/tfsxtra
Regards,
Arif Habib Shadan
-
- Explicitly failing a WebTest
by SanjayBhaskar
- 4 Replies
- Last post
by SanjayBhaskar
- How can you explicitly fail a Web Test
Like in a Unit Test we can fail it any time using Assert.Fail().
How is it possible to do similar action in a web test so that when you have certain conditions not matching you can fail the web test explicitly and end the test.
Just for Example: How to fail the test if the if-condition fails
void request1_PostRequest( object sender,
-
- How to copy changed files only
by Juice Johnson
- 6 Replies
- Last post
by Luis Fraile
- I work on a very large public website. Before Team Foundation server, we had a build process in place that would run a build and then copy changed files, remove deleted files, etc out to the QA server.
I dont see anyway to do this with Team Build. Whenever Team Build gets the source for a build from Team Source Control, the file Date/Time is the date that the file was retrieved from source cont
-
- Why is it Compiling...
by TheCPUWizard-2007
- 8 Replies
- Last post
by Simon Dahlbacka
- QWuite often I find that many projects in my solutions are getting re-compiled when there is no apparent reason. This triggers an avalanche of additional compiles and results in Build times of 15+ minutes.
Is there ANY way to see WHY a specific project is going to be re-compiled
-
- Add Reference showing some of the custom assemblies in GAC
by Sean Feldman
- 5 Replies
- Last post
by Gabriel Lozano-Moran
- Hello, I have 6 custom assemblies in the GAC, and I used this workaround ( http://support.microsoft.com/kb/306149 ) to show them in the VS.NET 2005 add reference tab. The location specified in the registry hive is identical for all 6 assemblies. For some reason, only 3 out of 6 appear in the reference tab. All 6 can be found in GAC (through management tool or direct browsing). This behavior was al
-
- Problem displaying two ReportViewers on page through two iframes
by DanJL
- 3 Replies
- Last post
by Brian Hartman - MSFT
- I have a web page that displays a report via the ReportViewer (rvpage.aspx below). I am trying to embed this page on another page twice, using two iframes as below. Only one of the reports works. The second report causes an "ASP.NET application expired" error. In rvpage.aspx I tried dynamically adding the ReportViewer on Page_Init and assigning the ID using a passed in parameter, but I g
-
- Is there a way to use wild cards within an "Exec command..."?
by Andre LaPlume
- 6 Replies
- Last post
by DanMoseley - MSFT
- Hi,
I use wildcards in my build script ItemGroups so that I don't need to specify each individual project that I want built. I can just give it a folder and tell it to build all the "csproj" files anywhere in that folder or its subfolders.
After the build, I want to add all those dll's into the GAC. I have not figured out a way to do that with wildcards and so I find myself
-
- Adding fields to report at runtime! (in CR for VS.NET) any chance?
by most afar
- 4 Replies
- Last post
by kinjal
- Hi How are you ;-) How is it possible to design report structure, specially report fields, at runtime , in CR.NET for VS.2005 shall i pay for another edition of CR, like Developer Edition :-( Thank you. I hope i could help you some day.
-
- Overriding Solution Settings
by The Samster
- 1 Replies
- Last post
by Aaron Hallberg - MSFT
- Some developers exclude building certain projects in the solution and they forget and check-in. How can I instruct Team Build to ignore the solution file and build every single project it references
Thank you, Sammy
-
- Problem exporting ReportViewer data to PDF/Excel
by Diligent
- 12 Replies
- Last post
by Diligent
- Issue with exporting to pdf I have a report that shows grouped data on a single page. The group field appears in the page header and is placed as a ReportItem (FieldItems cannot be placed in page header). All the data appears correctly when the report is opened in the web app from inside the browser, but when the same is exported to pdf, the group field in the page header is missing. The page he
-
- VSTS Version Control and VS2003 integration
by fkoehlmann
- 4 Replies
- Last post
by fkoehlmann
- I've downloaded and installed the "Visual Studio 2005 Team Explorer" and "Team Foundation Server MSSCCI Provider". Yet when I Open VS2003 I see no way to integrate VS2003 and VSTS Version Control. I can separately open VS2005 and access the team server and so on, but this isn't being integrated.
All the discussion I hear sounds like the two should integrate once I've i
-
- fxcop 1.35, WPF & DoNotCastUnnecessarily
by _Michael Fischer_
- 6 Replies
- Last post
by David M. Kean - MSFT
- I have some XAML forms that generate errors in the partial file (*.g.cs). For example, the DoNotCastUnnecessrily message is generated inside of System.Windows.Markup.IComponentConnector.Connect .
Is there a way to suppress messages that occur in the generated partial file
Thank you,
Michael Fischer