-
- print job
by Anonymous554890
- 4 Replies
- Last post
by Kazuya Ujihara
- i have never experienced the printing issue any body help me with some docs ,
ihave searched the forum but nothing i found thanks in advance
-
- Labels on Branches merging with Parent
by Giddyup_rr
- 4 Replies
- Last post
by Giddyup_rr
- Hi,
We're having some trouble understanding the scope/behaviour of Labels in TFS. I'd appreciate someone nailing it down for us in black and white what's gooing on.
We have the following branch structure:
TFSProject
+- Development
| |- DevProject1
| |- DevProject2
+- Main
|
+- Releases
Whenever a new version of our software is commisione
-
- Automaticaly check out on add existing file
by lib_team
- 6 Replies
- Last post
by Alin Constantin - MSFT
- Hy, when I added an existing files in my project, Visual Studio automaticaly check out theses files (and it's very very slow...). I haven't find any options in Visual studio to desactive this. There some tips to desactive it It's possible to add an option for this in next Service Pack kinds regards, Francois.
-
- Multiple Solutions Build Platforms|Configurations
by Robust Sun
- 1 Replies
- Last post
by Aaron Hallberg - MSFT
- Hi all, I have 2 solutions in a team project that should to be built at the same time. One solution(single C++ project) requires debug|Win32, and another solutions contains website and dll requires debug|Mixed Platforms. if I choose the debug|Mixed Platforms for the 2 solutions, the solution with single c++ project will be built uncorrectly. What should I do , if I don't want to add Favorto
-
- How to Debug CLR Stored Procedure in Visual Studio 2005
by meherban
- 3 Replies
- Last post
by Rich MSFT
- Hey Dears
Can some help me in Debuging CLR Stored Procedure in VS2005.
Thanks
Khattak
-
- Programatically modify the list of checked work items in a check-in?
by -Fredrik
- 3 Replies
- Last post
by eugene.z
- Hi, when writing a custom check-in policy deriving from PolicyBase, I can access the currently associated work items from the this.PendingCheckin.WorkItems.CheckedWorkItems property. What I would like to achieve however, is to force a specific work item to being associated with the checkin. The CheckedWorkItems property does have a setter, so my first thought was to resize the array and insert a
-
- where would i find the tfsbuild
by raj2007
- 3 Replies
- Last post
by Paul Hacker
- Where would I find the tfsbuild
-
- Where is Website.Modify task
by Bhimraj
- 3 Replies
- Last post
by FreeToDev
- I want to modify the Website path.
Is there any task for modifying the website using the MSBuild
-
- Where is 'TextShapeDecorator' class in VS SDK Orcas ?
by timiil
- 6 Replies
- Last post
by timiil
- Could someone tell me which DLL contain the namespace 'Microsoft.VisualStudio.Modeling.Utilities', and own the class which named 'TextShapeDecorator'
i can not find those things neither in VS SDK Orcas....
thanks any help...
-
- VS 05 SP1 installed but not showing....
by billb59
- 1 Replies
- Last post
by billb59
- Hi... Im using Microsoft Windows Server 2003, Enterprise Edition SP1 with the following VS info after installing VS80sp1-KB926601-X86-ENU.exe with no errors and finished successfully. Why does it not say SP1
Thanks,
BillB
My Dev Studio minus the keys looks like this:
Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727
Instal
-
- Working with MS-SCC API implementation and MS-Access
by Abhayc
- 13 Replies
- Last post
by Alin Constantin - MSFT
- Hi All, We have implemented MS-SCC API 1.3. I am testing this with all Microsoft IDEs VC6, VB6, VS03, VS05, MS-Accesss etc. While working with MS-Access, I am able to add an access database (containing different type of objects - tables, queries, forms, macros, modules etc) to the SCM. But when I try to create database from by using our source repository for other user, only tables get added to th
-
- Having a field type of PlainText and using a WorkItemLogControl to display data doesn't work properly in TSWA
by Bryan Jeffries
- 4 Replies
- Last post
by Bryan Jeffries
- I am using a field called Description that is a PlainText type, and using the Ref Name "System.Description". Using ProcessEditor, I added the field to the Layout using a WorkItemLogControl. Essentially, I wanted to have a treaded description, similiar to Product Studio. This way, people can add comments about the bug, and you know who and when the comment was made. I am not sure if there
-
- Data integrity of TFS was violated
by MichaelEber
- 5 Replies
- Last post
by WXS123
- I was making changes to 4 projects within our solution, doing renames to make future support easier. At the same time, one other worker was adding a new project to the solution. He checked out the solution first. I checked out the solution second. I checked in the solution first with the renamed projects. He checked in second, got NO message that the solution file on the server was newer, was neve
-
- That was the answer to Resolved by Date
by DougInGeorgia
- 2 Replies
- Last post
by DougInGeorgia
- I am revisiting the Resolved by report I mentioned in another thread. The goal is to provide a count of # of bugs resolved by developer by date. In my current solution, the date slicer seems to be the date the defect was set to closed. There can be a considerable gap between the date the developer sets the bug state to "Resolved" and when QA verified it and sets the state to "Closed
-
- Attempted to read or write protected memory
by Greg Schneider
- 4 Replies
- Last post
by Greg Schneider
- Hi,
we are currently getting a read/write protected memory error when accessing work items through TeamPlain (Team System Web Access) this is the second time it has happened after the first time I reset the server after thinking the problem was something to do with a policy applied to the server when I logged in with my admin account and found errors in the event log, and everything has been o
-
- Visual Studio hangs until I move the mouse
by Rick Penner
- 5 Replies
- Last post
by Xentarios
- After the excruciating 90 minute Service Pack 1 install (longer than Visual Studio itself), I still have mouse-powered debugging. That is, Visual Studio hangs completely when I debug a project, until I move the mouse. While the mouse is in motion, the status bar at the bottom of the window shows the DLLs it's loading, but as soon as I stop moving the mouse it stops. If I set focus on a different w
-
- "The breakpoint will not currently be hit".. please help
by KirkAtCenterstance
- 3 Replies
- Last post
by bitblit
- All of a sudden I cannot debug into my class file from my unit test assembly. The breakpoint in this class reads,
"The breakpoint will not currently be hit. No symbols have been loaded for this document."
Another of my assemblies in the solution works just fine. Does anyone know how this can be resolved
Thanks
K
-
- How to get the index and the number of iteration of a loop
by yuazhang
- 11 Replies
- Last post
by Andy Ayers - MSFT
- Hi, I am a new user of Phoenix. I want to use Phoenix to count the number of memory access in HIR, MIR and LIR respectively, for a C++ code. My first problem is concerned about the loop. For example, int a, b; for (i=0; i< 100; i++) { A = 5; a = a+b; for(j=0; j<100; j++) B [j] = 10; } At least, the number of memory access is 100( for array A) and 10000 f
-
- No online MSDN links when using proxy server
by Stephan Smetsers
- 10 Replies
- Last post
by Dave Sexton
- hi,
I noticed that Sandcastle doesn't generate online msdn-links when the internet connection is through a proxy server.
--- copy from email to Eric Woodruff ---
I did some investigation on the ResolveReferenceLinksComponent2 component stored in the BuildComponents.dll assembly. I noticed that the MSDNResolver that was internally being used by this component uses a ContentService
-
- Migrate Team Project from one TFS server to another
by shmulik_segal
- 4 Replies
- Last post
by shmulik_segal
- Hi,
I would like to know if there is any way to migrate Team Project from one TFS server
To another TFS server without hurting the TFS server in the target side ¨C in the target side there is an existing Team Projects and I want him 'alive' after this operation
By saying migrate of Team Project I mean every thing included there: work items, version control include history, labels
-
- Source Control Error, Very Odd
by Dan-Teklynx
- 4 Replies
- Last post
by Hua Chen - MSFT
- We currently have a folder in TFS source control that is not functioning the way we would expect. This folder (TopFolderA) has 4 sub folders (ChildFolderA through D) With Child folder D having a folder inside of it as well (GrandChildFolderA). When a user that has not downloaded these folders does a get latest on the root, TFS places all the folders listed in their workspace, with all the files th
-
- Adding web form and code behind dynamically
by aarthikannan
- 1 Replies
- Last post
by Craig Skibo - MSFT
- Hi,
I need to add web form and its code behind file (.aspx.cs) dynamically to a web project at run time . Also, need to add controls and event handlers for these controls in the newly added web form at run time .
Please help me out to achieve this.
-
- Password length minimum: 7. Non-alphanumeric characters required: 1
by gerten_ua
- 5 Replies
- Last post
by Dmitry Pavlov
- I get following error when i tryed to make an new user in Web Site Administration Tool
Password length minimum: 7. Non-alphanumeric characters required: 1.
I tryed to use several diffrent passwords with more than 7 digits and at least 1 non-alphanumeric character.
Gert
-
- VS crashes when opening Team Explorer
by Daniel Pfulg
- 9 Replies
- Last post
by Gabriel Lozano-Moran
- When I try to start the Team Explorer VS crashes and the two following entries are in the event log (older first):
.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A062A61) (80131506)
Faulting application devenv.exe, version 8.0.50727.42, time stamp 0x4333e699, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000005, fault offse
-
- Error of object reference not set ti instantiation
by aravinda.devagari
- 4 Replies
- Last post
by aravinda.devagari
- Hi,
I am getting below error while analysing an assembly
" Object reference not set to an instance of an object. at FxCop.Rules.ADODotNetCodingStandards.Check(TypeNode node) in D:\New Folder\fxcoprules_Exp\FxCop.Rules\FxCop\Rules\ADOObjectsShouldbeasperCodingStandards.cs:line 62
at Microsoft.FxCop.Engines.Introspection.AnalysisVisitor.CheckType(TypeNode type, TargetType tar