-
- Can't Branch a large project
by Peter Gissel
- 7 Replies
- Last post
by Peter Gissel
- When I try to branch a folder in the source control explorer it gives me the dialog with "contacting server to perfrom branch..." for 30 to 60 minutes and then I get the message "TF30041: Team Foundation Server could not connect to the database." I thought maybe Sql server was timing out, so I set the remote query timeout to 0 for no timeout but that did not make any difference
-
- It's back - internal J# compiler error
by DavidThi808
- 11 Replies
- Last post
by Gaurav Seth
- Hi;
We reported this months ago - that we get an internal compiler error listing the location as AssemblyInfo.jsl 1, 1. After spending days of time over several weeks with Microsoft support, we finally gave up as the problem just disappeared.
Now it's back. On our build machine we have to reboot and compile to avoid it. On my system I have to exit and restart VS 2005 each time I need
-
- Creating Project failed after i roll back from TFS SP1 installation
by Robust Sun
- 3 Replies
- Last post
by Hua Chen - MSFT
- Hi All, I came up with a problem on creating team project. the situation is, I installed SP1 but there was something wrong with the server, so i rolled back to v1.0 by uninstalling SP1 and restore "VersionControl" database. Then I cannot create team project now. the error message of TFS is: Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs
-
- Only get 1 "Build" Configuration option....
by barkingdog
- 1 Replies
- Last post
by Sachin KUMAR - MSFT
- I right-click a database project, go to Properties, then select the Build tab. On the Build pane, the Configuration dropdown displays only "Active (Default)". I can't find any other Build options or how to create new ones. Need help on this one..
TIA,
Barkingdog
-
- Building a flow graph
by Phx::L
- 3 Replies
- Last post
by Andy Ayers - MSFT
- Hi,
I am trying to build a flow graph for a simple function and dump it to a file. I have created a phase after CxxIL reader in c2, and in it's execute method, inserted the following code..
try {
functionUnit->BuildFlowGraph(Phx::Graphs::BlockStyle:: SplitEachHandlerEdge);
functionUnit->FlowGraph->DumpDot( "c:\\trial.dot" , "sample" );
}
-
- Loop detection in flow graphs with EH
by mmiller
- 4 Replies
- Last post
by mmiller
- I've recently been doing some work with control flow and was curious if there's a recommended way to handle loop detection in flow graphs with EH information. As it stands, detecting loop headers by checking to see if a node dominates any of its immediate predecessors only appears to work reliably on flow graphs without EH information. When EH information is tracked, blocks are split and the block
-
- What projects are going to be built?
by dfrobison
- 3 Replies
- Last post
by Craig Skibo - MSFT
- When I click on "Build Solution" from the IDE, a dialog is displayed that shows the list of projects that are going to be built. I'm writing an add-in and want to get a hold of that list programmatically. As I've looked through the interface, there doesn't appear to be such a method. Is there a way to find out what projects are going to be built I need to access the information during th
-
- How to read code line by line
by Somesh Chandra
- 2 Replies
- Last post
by Somesh Chandra
- Using ProjectItem and Codeelement combination is there any way to read the code file line by line It should not just read the code but it should read the comments mentioned on top of the code file. As far as reading code elements are concerned (like imports, Option explicit etc) I know how to read that but as far as comments are concerned I don't know how to read that.
Thanks,
Somesh
-
- Cannot declare type 'java.lang.Object'
by Alexei_shk
- 1 Replies
- Last post
by Kazuya Ujihara
- Hi,
I got the error: Cannot declare type 'java.lang.Object'.
And: Type 'java.lang.Object' is found in more than one imported binaries. Using the one in 'E:\...\bin\Debug\IKVM.GNU.Classpath.dll'
How can I solve it
-
- Portal error
by KeithAA
- 9 Replies
- Last post
by KeithAA
- I have a user who is an administrator for a project and has been given administrator rights in the portal. His team members as contributors can see the portal, but when he right clicks the project and selects "Show project portal" he gets an error says that it can not find the file. Does anyone have any clue what might be happening with this Could it be a DNS issue Odd thing others in h
-
- VS 2005 C++ COM ATL Debug mode slow performance
by developer C+&a
- 1 Replies
- Last post
by Hua Chen - MSFT
- Running VS 2005 Version 8.0.50727.42
Q. C++ windows application making numerous COM ATL STDMETHODIMP calls, runs significantly slower in VS 2005 Debug than Release mode. One block of code which is doing numerous calculations via COM calls is taking 4 minutes in Debug and only 7 seconds for Release. What additional Debug overhead could account for the additional processing time
-
- When is the earliest i can call a function that relies on the solution being fully loaded?
by CBrookes86
- 2 Replies
- Last post
by CBrookes86
- I have a function that checks that source files are up to date with respect to the output and i need this function to be called when a user opens up their solution. However if i place the code in the constructor of the the reference node (It is the reference node that needs to know if it is up to date), then it fails because it uses the dte model and as far as i can tell the dte model hasnt fully
-
- Modification/customization of WI type "Task" cause Team project Creation failure. Process template is customized for WI "Task".
by Nasir_khan_persistent
- 11 Replies
- Last post
by Nasir_khan_persistent
- Scenario:
I am working on customization of Work Item Type "Task".
Scenario: I am customizing the CMMi process template to suit my Project requirements . To achieve this I changed the Work flow for the Work Item Type ˇ°Taskˇ±. Also I added few values to the ˇ°Disciplineˇ± field for WI Type ˇ°Taskˇ±.
When I am importing this Work Item using ˇ° witimportˇ± it is working fine.
But when
-
- TocToChmContents.xsl transform FileNotFoundException
by taumuon
- 8 Replies
- Last post
by taumuon
- I just started a separate thread on not being able to use guid filenames in the vs2005 style. This follows on from that, but is unconnected so I'm starting a new thread for it. I'm getting an exception on using the prototype style, in the June CTP refresh: Info: Applying XSL transformation 'C:\Program Files\Sandcastle\\ProductionTransforms\TocToChmContents.xsl'. Unhandled Exception: System.IO.File
-
- Unable to get the latest from Team Foundation Server
by Ashish Chawla
- 11 Replies
- Last post
by M. Kalling
- Hi,
I have a team foundation server to which I added some code (Web projects, sln etc). Now when I try to go to File->Open from Source control and select a particular project some of the .cs files are not downloaded to my workspace. (Note: Workspace is already setup)
I get a warning -"Unable to get because a directory already exists". and my project is not complete without those
-
- Is there any attribute in the Method to show it is generated by compiler
by sammy chen
- 8 Replies
- Last post
by sammy chen
- hi all
Is there any attribute in the Method to show it is generated by compiler
what is the mean of IsGeneric of the Method's attribute
-
- Build Error TF42048: The input argument BuildStepName is required but missing.
by Keith Chapman
- 2 Replies
- Last post
by Sayed Ibrahim Hashimi
- I just setup TFS, and am trying to setup a simple test build. But it keeps throwing this:
TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 2/6/2007 10:29:10 PM Machine: DEVTFS Application Domain: msbuild.exe
-
- Problems with studio since uninstalling SQL Server Express
by Morn
- 0 Replies
- Last post
by Morn
- I am running Studio on a Vista machine and am developing a
ASP.NET application for use on my university server.
Everything was going fine until I decided (don't know why I decided) to install
SQL Server Express. Studio automatically started generating the role/permissions
MDF file, which in its self was not a problem but unfortunately the university
server refuses to run these DB file and
-
- SKU011.CAB solution
by INKHAND
- 14 Replies
- Last post
by murdockjw
- Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0.
honestly works with out a hitch.
-
- ReportDocument.Load operation slow when moving to production server - suggestions?
by CKa
- 3 Replies
- Last post
by CKa
- Hi.
I am building an asp.net web application that uses crystal reports (the bundled version) in VS 2005. The reports are developed using my development machines at the office. The logon information and parameter data are supplied dynamically to the reports by the asp.net application.
I have noticed that the reports load slowly on the production machine where the web application is run. I tra
-
- Missing files from TFS
by Denys Nikolayenko
- 7 Replies
- Last post
by Ed Hintz
- Hi, all.
I have one problem dealing with Team Foundation Server. I am trying to get source from it using "Get Specific Version with Force get of file versions already in workspace option". Everything goes as usual, but when I am building my project, I get lots of mistakes. The reason is there are some files disappeared, after getting version and to fix it I have find all this mis
-
- Having problem with local MSDN help
by Bruno_1
- 2 Replies
- Last post
by bruno_1
- I was trying to use the new .NET 3.0 extension tools for VS2005, i am using Vista OS, something didn't go well while trying to install these tools, so i disable and re-enable the .NET 3.0 framework feature, then i tried to install these extensions and everything go well. (not quite well) I discovered next that something is wrong with my MSDN local library.I can't find local help for classes like X
-
- Build problems
by MP001
- 2 Replies
- Last post
by DanMoseley - MSFT
- I dont know If I am posting my question in the wrong Forum. If so please guide me to the right forum.
Here goes
I have created some assemblies using vb.net. Let us say 3 assemblies.
Assembly A, B and C
B uses A and C uses B & A
I have a Windows Forms Project which uses all 3 of the above assemblies.
Now If I change some routine in Assembly A and then a
-
- How to create an editor using vspackage which benefit the view code/view Designer features
by sdknewbie
- 4 Replies
- Last post
by sdknewbie
- I would like to create a editor using visual studio package which acts like a wizard where a form will be presented to the user to query infomation to generate c# code shell. The editor must behaves and acts like a windows form so the user can benefit from the viewcode/view designer features for the visual studio. In additional a xml file will also created by the editor to store the inputs obtaine
-
- Working folder changes after moving the code to other location
by Somesh Chandra
- 3 Replies
- Last post
by Steve Culver - MSFT
- Trying to explain the problem by an example: 1. I set working folder folder as C:\Sourcecode 2. Now, idea is to have a copy of the source code as backup in different folder. So I copy the code from C:\Sourcecode to C:\Sourcecode_BAK 3. Now I go to C:\Sourcecode_BAK and open the solution. Unbind the solution from VSS and try to edit some code. 4. Now open VSS, you will find that working folder chan