-
- Issue: How can I handle TFS operations in MPF for non-member nodes (property VSHPROPID_IsNonMemberItem)?
by Dmitry Pavlov
- 1 Replies
- Last post
by Dmitry Pavlov
- Hi there,
Does anybody know how can I handle TFS operations in MPF I mean ¡®Check Out for Edit¡¯, ¡®Check In...¡¯ and so on
I have the custom implementation of ¡®Show All Files¡¯ feature. And for that feature I¡¯m handling file anf folder nodes property VSHPROPID_IsNonMemberItem. I have a boolean property for that ¨C IsNonMemberItem. To be more clear ¨C that is my implementation:
-
- Where Can I Find More Help?
by Keith Thomson
- 10 Replies
- Last post
by mvang
- Hi everyone,
We¡¯d like to take a second here to tell you how to get more help with your Crystal Reports for Visual Studio projects.
For information specific to your bundled version with Visual Studio 2005 visit our Business Objects Visual Studio 2005 Developer Zone . Here you¡¯ll find:
Sample Code Projects
Walkthroughs
Online SDK Documentation
What¡¯s
-
- Generating API documentation in visual studio 2005 environment
by duoshock
- 14 Replies
- Last post
by duoshock
- I wonder does visual studio 2005 provide any extensive features to generate API documentation from the classes we design and coded so it makes it easier for us to stream line communcation among multiple developers. kindly let me know if there is such a tool or feature available.
if not, do tell me of any other viable solutions out there that could automate generation of API. Thanks a million
-
- Error TF50632 Removing User
by Uli F
- 13 Replies
- Last post
by Uli F
- Hi!
While removing a user from the group of valid tfs users I get the Error:
TF50632 : An error occurred removing the group member. There is no group member with the security identifier (SID)
The problem is that the user is a regular domain user and should be fine. I can remove other users without problem.
Thanks for any help
Uli
-
- TFS Server SP1 Install failed, error code 1603
by Rich A
- 5 Replies
- Last post
by Patrizio
- I attempted to install the final version of the VS 2005 SP1 for Team Foundation Server.
First I installed the quiescence patch that the installer required, rebooted the server, then restarted the SP1 installer. After ~3 minutes, it was saying "Please wait while Windows configures Microsoft Visual Studio 2005 Team Foundation Server - ENU" and indicated Time remaining as 0 seconds. Abou
-
- Task based estimation
by wpw
- 6 Replies
- Last post
by Ninoslav Rasinec
- Hi
Is it posible to have the task based estimation with team foundation and also the heirachical task listing.
Thanks in advance
wpw
-
- 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
-
- Start Page not functioning
by isunshine
- 14 Replies
- Last post
by Frank Palinkas
- I logged in as an admin and installed VS Pro 2005 on my machine. Everything looks good and seems to be working properly in the admin account. But when I log in as a standard user, the Start Page's Visual Studio Developer News area shows this message forever: "There is no content available yet. Content will be downloaded once a connection to the internet is established." Why is this I nee
-
- Customizing work item field
by pramodh
- 1 Replies
- Last post
by Paul Hacker
- Hi
I would like to enable/disable the controls in Work Item (right from the title) based on Group.Like only project manager group is allowed to enter the esimated time or Assign to . Developers can only view the Assign or estimated time .Also i want to disable the title field for all other groups except Project Manager Group.
In other words i want to authenticate each field in work item
-
- Debugging Native dll
by Guido1
- 1 Replies
- Last post
by Guido1
- Hi,
I am trying to create a COM addin for Word using Add-in Express module. I have a managed .exe file and a native .dll that I have written.
The AddinModule is found in my .dll and this is where I configure my settings and load Word.
My problem is that Visual Studio 2005 is only letting me debug and step through my .exe. I have a few configuration issues in my .dll but I cannot step thr
-
- Invisible dialog box kills Studio?
by brettromero
- 12 Replies
- Last post
by adolf garlic
- When in report designer and changing a field name, I'll compile and get this type of error:
Error 1 The Value expression for the textbox ¡®Name_1¡¯ refers to the field ¡®PersonCode¡¯. Report item expressions can only refer to fields within the current data set scope or, if inside an aggregate, the specified data set scope. C:\Test\TestWinForm\ReporterView\Report2.rdlc TestWinForm I can't double cli
-
- Catastrophic Failu Visual Studio Crashing like crazy!!! WHAT IS GOING ON!!!
by SelArom
- 14 Replies
- Last post
by SelArom
- I reinstalled my whole damn operating system thinking that I had broken visual studio somehow... it turns out that was a collosal waste of time... I have a fresh clean windows xp pro sp2 install, and a clean Visual Studio Professional...
and whenever I add a dataset to a project, and right-click the designer and hit "View Code", I get this horrifying error:
Failed to view the vali
-
- Generate status report
by jason Luo
- 3 Replies
- Last post
by Othmane Rahmouni-MSFT
- Hi,
Does anyone know how to generate a status report listing who work on which workitem over the last week. If the same workitem is assigned to three persons, I want these three person showing in the report along with the workitem. Here is the sample of the report (it is ok if hours info is not available).
Name WorkItem Hours Date
Tom W1 2 2007/07/15
Jac
-
- Exporting to Excel Using Old Code
by schwarem
- 3 Replies
- Last post
by mewdied
- I am trying to create a page to export a report to a pdf. I am using the same code I used in Visual Studio 2003, but it can't find the report class. Is it because the rpt file is not in the same namespace as the export code Here is my code. Is there an easier way to do this in 2005
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared
Imports System.IO
-
- MSB4028 Web site projects and "." in project names
by Michael Ruminer
- 5 Replies
- Last post
by Bhavik Shah - MSFT
- Has anyone found a workaround other than removing the periods from project names for the following posts:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=290154
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2116039&SiteID=1
-
- Open file at the specified line
by Dmitriyy
- 5 Replies
- Last post
by Ricouk
- Hi,
Do you know how to open file from command line at the specified line in editor
I did it, but I fogot how to do it.
It is like cmd> "devenv.exe" /command open "File.cs" /line:100
but /line:100 is not working
Thanks
-
- Problem while trying to set breakpoint for debugging - No symbols have been loaded for this document
by Let&#2
- 14 Replies
- Last post
by Letícia
- Hello everyone, I'm having a problem while trying to debug an ASP .NET web app. When I start debugging, my breakpoint red circle turns into and empty circle and gives me the message: "The Breakpoint will not currently be hit . No symbols have been loaded for this document." I looked for it in Google and it said it was because there were no PDB files for my DLLs. There actually were, so
-
- Programmatically creating TFS group,assigning permission and add new user to this group.
by Amit88
- 1 Replies
- Last post
by Lee R.
- We are trying to add new groups,assign permissions and create new user ,assign them to newly created groups.Can we do this programmatically using TFS sdk
Regards
Amit
-
- Get web test request body
by Anonymous289
- 5 Replies
- Last post
by Ed Glas - MSFT
- Hi, I have a coded web test with the following code #region Search In Friends WebTestRequest request4 = new WebTestRequest("http://isstage.myspace.com/searchService.asmx"); request4.Method = "POST"; request4.PostRequest += new EventHandler<PostRequestEventArgs>(request4_PostRequest); request4.Headers.Add(new WebTestRequestHeader("SearchInFrie
-
- Build solution for ClickOnce and Dotfuscator?
by Scott Weinstein
- 6 Replies
- Last post
by d72e4d
- I seem to have hit a wall with this. I have a small application which I would like to distribute with ClickOnce - however I would like to run it through dotfuscator before I distribute it. Three solutions come to mind: 2) redirect the obsfucated output back to the Release\bin directory. I tried this, it doesn't work. 2) change the Visual Studio/msbuild file to use the obsfuscated as
-
- TSD3031:The reference {filepath}\{filename}.dbmeta could not be loaded
by gholder
- 5 Replies
- Last post
by Gert Drapers - MSFT
- I have created a database reference within one of my projects and I am r eceiving the following warning:
TSD3031: The reference C:\Work\RS\Database\Projects\ManagementReporting\sql\ManagementReporting.dbmeta could not be loaded. If you do not resolve this error, you might not be able to deploy your database project or your database might generate errors at run-time.
I have
-
- Creating item with Default Values
by Paul Cavacas
- 1 Replies
- Last post
by Edward Bakker
- I have a DSL with a few Items in it, one of the items is called a Role. This Role is a compartment shape that contains one or more SecurityPermission objects. This works fine I user can drag the Role object onto and add the SecurityPermissions to the Role. What I would like to do is create another Item called Contributor Role. This will inherit from Role and I would like this role to automatically
-
- Conditional setting the property
by felzmann
- 0 Replies
- Last post
by felzmann
- Hi!
In MSBuild I would like to run several Exec task with ContinueOnError=true, but record for the future whether one of them failed (no matter which one).
I was trying something like this, but it is not working :-(
<PropertyGroup>
<SomeFailed>0</SomeFailed> </PropertyGroup>
<Target Name="AfterCompile">
<Exec ContinueOnErro
-
- Insert custom images into documentation (e.g. classdiagrams)
by Stephan Smetsers
- 8 Replies
- Last post
by Stephan Smetsers
- A lot of Sandcastle users that use the SandcastleGUI tool have asked me questions how to insert custom images into the documentation output. Basically what people were trying to accomplish is documentation output that holds uml-classdiagrams visualizing their classes/ interfaces/ method and so on.
On the following url their is a nice example of this feature:
http://www.inchl.nl/help/e08e
-
- WebForms.LocalReport.SetParameters hangs
by WillieHarbison
- 7 Replies
- Last post
by lork
- I have a report (no subreports) that sometimes hangs...when it hangs, it always hangs on the same line of code SetParameters.
I am running VS 2005 SP1, this is a web application, dot net framework 2.0. The code is as follows:
Protected Sub btnDisplayReport_Click( ByVal sender As Object , _
ByVal e As System.EventArgs) _
Handles btnDisplayReport.Click
' Re