-
- Visual Studio - TabGroups in the Text Editor
by Elfar Alfreðsson
- 6 Replies
- Last post
by Elfar Alfreesson - MCAD
- Is there a way of getting the tabgroups to put its tabs into "multiline-mode" It sometimes bothers me having to use the left/right-arrows to go between files. Is it maybe possible to get this multiline behaviour through a AddIn Im mainly asking so I dont start making a AddIn for this and then there allready is a solution Sincerly
-
- VS AddIn: Getting a reference to WorkItemResultGrid from an IResultsView
by stefan_sp
- 4 Replies
- Last post
by stefan_sp
- Right now I am looking at the source code from TFSQuickSearch (a project on Codeplex) and I wonder, whether it would be possible to get a reference to the WorkItemResultGrid from inside a Visual Studio AddIn
The addIn (a great tool btw.) creates a temporary work-item query and opens this query in a query view inside Visual Studio.
I've created a small standalone project which display
-
- Parameters don't work when I have data on report
by m24paul
- 5 Replies
- Last post
by m24paul
- Hi
I can't make parameters to work for my Crystal reports if i use data. Scenario is this:
I make a new report and 1 parameter named MyValue (string).
I set this parameter like this:
ReportDocument MyRpt = new ReportDocument1();
CrystalDecisions.Shared.ParameterDiscreteValue pValue = new CrystalDecisions.Shared.ParameterDiscreteValue(); pValue.Value = "This is my custom v
-
- KB928365, ITaskItem, relative dirs, Tigris Xslt task
by Peter McEvoy
- 13 Replies
- Last post
by iobagul
- Hi all, KB928365 installed on my computer this morning, and now I am getting MSBuild failures to do with a 3rd party task library that I am using (Tigris msbuild community tasks). However, having used reflector on the tigris code, I am wondering why the failure is not appearing with out of the box tasks.. Basically, I define an ItemGroup: <ItemGroup> <AppConfigInputs Include="$(
-
- Moving TFS from one Single Server to Another: SetupWareHouse.exe throws System.UnauthorizedAccessException
by EncodedAlgorithm
- 8 Replies
- Last post
by EncodedAlgorithm
- Can someone please help me resolve the following SetupWarehouse.exe problem
We are trying to move our TFS from one Server box to a new server box:
I have followed the instructions based on the documentation at http://msdn2.microsoft.com/en-us/library/ms404869(VS.80).aspx
After several attempts I have managed to press through to step 19 on the section " To restore and verify Repor
-
- building a single (deployment) project within a solution
by Thompsonson
- 7 Replies
- Last post
by Thompsonson
- We have some solutions that have deployment projects within them, I'm looking to build them as part of our automated build and have added some tasks to the AfterCompile target (as reference in <FINDTHEURL>)
I found the whole of the solution was being built, a search lead me to this article:
http://blogs.msdn.com/aaronhallberg/archive/2007/06/29/building-from-the-command-line-with-d
-
- Problems building solution file with dependencies using a msbuild.exe - VS2005 network installation
by Raj&#40;Natarajan&
- 0 Replies
- Last post
by Raj&#40;Natarajan&
- Introduction:
------------------
I am running in to a problem with msbuild.exe attempting to build a solution file (which has couple of project files - one depending on the other). I need help resolving this.
Detailed information:
----------------------------- I have a solution file containing two projects. One is a managed wrapper dll written in MC++. The other o
-
- How to check whether any MSOffice file exist in any TFS project programmatically using TFS API
by tarunP
- 11 Replies
- Last post
by tarunP
- I want to make sure that none of the projects in TFS has MS office files, programmatically.can anyone suggest me how to do the same
-
- 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
-
- Instalation of SP1 for VS2005 products hangs up a computer totaly
by gracias
- 14 Replies
- Last post
by gracias
- Hi, A year ago I
have installed VS2005 for SA. Everything have worked ok so far. Now I
tried to apply SP1 to my VS2005. The update took about 4 hours and
finally, when it claimed that 21 seconds left to finish, the computer
hanged up totally. I tried to repeat the process once again but it
ended up exactly the same way. So I decided to install VWD Express, but
to my supprise it hanged up aga
-
- 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
-
- Can't find Class Designer
by Sam Hobbs
- 12 Replies
- Last post
by Sam Hobbs
- I have looked at the documentation but I can't find the Class Designer. I know that I need to add a Class Diagram to the project but I can't find a Class Diagram (in the templates) to add. I searched this forum and found Can't find Class Designer on IDE . I have tried the instructions in the documentation and that thread but I can't find a Class Diagram to add.
We have VS Professional Edition i
-
- MSDN Library for Visual Studio Team Edition for Database Professionals (December 2006)
by pukla
- 1 Replies
- Last post
by Garrett_Brown
- hi, i just want to ask if this update on msdn library will work on VS 2005 standard and pro editions or just VS 2005 team system edition tnx
-
- How to add Vista verified requirement asInvoker /UiAccess = false?
by Ala Kushlaf
- 2 Replies
- Last post
by Ala Kushlaf
- I am building a project and when it's built VS2005 adds a default manifest to the exe. I want add these lines
<trustInfo xmlns="urn chemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel> </requestedPrivileges> </security>
-
- How can I test the new forbidden patterns?
by GTrz
- 2 Replies
- Last post
by James Manning - MSFT
- I wrote a set of forbidden patterns, and I would like to test them without having to check-out and check-in tons of files, how can I test them against local files in my machine
-
- Structuring for multiple solutions
by marianf
- 6 Replies
- Last post
by Richard Berg MSFT
- I am planning on rolling out TFS and starting with source control.
We have many modules and these modules generally have a web application part and several databases.
So I would have something these projects:
App1Web App2Web
App1Db1 App2Db1
App1Db2 App2Db2
etc. for 15 or so modules (apps) and at least 2 databases per module
I would like to have multiple s
-
- Unable to trigger email alerts for created/edited work items
by kewone
- 4 Replies
- Last post
by Vic Tang - MSFT
- I am unable to trigger email alerts for created/edited work items within certain projects. I was able to specify the email addresses through VS (under Project Alerts --> My work items are changed by others), but after running some test work items through the web interface (creating a bug and assigning to a developer), an email alert was not sent to any of the specified email addresses. I checke
-
- Summing in a group
by &#64;nt
- 12 Replies
- Last post
by TokyoAnt
- Hi,
I have a group. This groupName value is pulled from a single column that includes the Values "Infrastructure", "IS - external", "IS - Internal", "Managed Services", "MS - external", "MS - Internal" etc.
I need to sum all the rows that begin with IS & have this value displayed in the Infrastrcuture row, and so with the va
-
- When build quality is changes is any history kept?
by B.Huard
- 1 Replies
- Last post
by Patrick Carnahan - MSFT
- When a change is made to the build quality, besides the triggering of an alert, if there a way to see the date and the person who did this action.
We would like to know the series of build quality changes that could have occurred on build (from development, to test to release).
This would be useful for auditing purposes (we traceability is a high priority within the build prom
-
- Microsoft Document Explorer Index
by Agrapha
- 4 Replies
- Last post
by Frank Palinkas
- I installed Visual Studio Team 2005 on my WinXP with no problems. For some reason (perhaps the order of my installation) my help index in the Microsoft Document Explorer only has SQL server help in it. I have gone to the control panel and tried to reinstall and add new products but everything is already installed and there is no section for install VS help that I could see. The problem with this i
-
- SP1 will not install.
by ShadowXOR
- 10 Replies
- Last post
by x3source
- My Microsoft Update keeps trying to install SP1 and says it is successful but it never is. I even downloaded the patch manually and it won't install I just get error 65535. I have everything fully updated on my computer. I've seen a few others with this problem but no answer, any help
-
- Unauthorized operation during distributed build
by Pavel Mikheev
- 3 Replies
- Last post
by Aaron Hallberg - MSFT
- Hi, All! I have TFS server on a one PC and ms build server on another. I tried to execute distributed build. The build was failed. See the build log on the bottom of my message. Team Build Service works under account witch have full access permissions to the Drop Directory
and the Build Directory. Do anybody know how can I find out a cause of the error Thanks in advance, Pavel Mikheev
-
- Proxy installation on server with TFS
by Eliyahu
- 3 Replies
- Last post
by James Manning - MSFT
- I am installing the TFS Proxy on the same server where I have a local TFS running. The TFS was originally installed as beta and was upgraded later with a purchased licence. The Proxy install fails with a thank you message for participating in the Beta program and requirement to uninstall my TFS which is listed as MS Visual Studio 2005 TFS -ENU.
Is there any fix for that other than chosing anoth
-
- Code Generation Conference, May 2007, Cambridge, UK
by Mark Dalgarno
- 0 Replies
- Last post
by Mark Dalgarno
- The Code Generation Network is organizing a new conference themed around Code Generation tools and technologies to take place in Cambridge, UK from 18th May - 20th May 2007.
We're looking for session proposals from people who have experience applying DSLs, and can lead a session on this subject for a developer audience. Accepted session leaders will have their conference fees waived.
There's
-
- Merge performance very slow
by bernie_e
- 14 Replies
- Last post
by Tom McAnnally
- The problem I am experiencing is the following:
The second page of the "Source Control Merge Wizard" takes a very long time to populate with change sets eligible to be merged. It takes about 5 minutes for the dialog to load, but only when invoked from the root of the "Main" branch. Invoking from farther down the tree takes less time. I need to invoke it from the root s