-
- insert a button in toolbar
by AlejandroM
- 3 Replies
- Last post
by AlejandroM
- I need insert de button in de tollbar of the control reportviewer....
since I must do
-
- Am I missing something with variables in SR1?
by Jamie Thomson
- 14 Replies
- Last post
by Gweedar
- Hello all,
I'm taking SR1 for a spin for the first time.
I have created a variable called ETLLogin. It appears in the .dbproj file as expected:
SetVariables element <PropertyGroup Condition=" '$(Configuration)' == 'Default' "> <SetVariables> <Variable Name="ETLLogin" Value="ct\sysminerva-etl" /> </SetVariables>
-
- Unit Testing data.coverage access error
by michael.e.obrien
- 2 Replies
- Last post
by michael.e.obrien
- I'm having an issue with our Team Build, and I'm hoping someone can offer some advise.
When a build is run, I get this error:
MSBUILD : warning : Test Run Error.
MSBUILD : warning : PublishRun: The process cannot access the file 'C:\Build\ProjectName\TestResults\ProjectName _2007-03-16 13_59_06_\In\BUILDMACHINE\data.coverage' because it is being used by another process.
There seems to
-
- Duplicate items are not supported by the "Resources" parameter error when building project
by Chrishuang
- 14 Replies
- Last post
by Udi...
- Hello, While building our current project using Visual studio 2005 we stumbled on this error, === Error 16 The item "xxx" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter === we traced the issue down to resource file naming convention differences between Windows Vista and Windows XP ie
-
- how to show images in 1 row based on user selection.
by Nadeem Alvi
- 11 Replies
- Last post
by Lisa Nicholls
- Hello, I am using Report Viewer Control in VS2005. i want to show images on the report but display depends on user selection. Like this: I have a winform where there is a combo box with options like 1x1 2x2 3x3. So if user selects 1x1 then on the report i have to show 1 image in 1 page if 2x2 then 2 images in 1 row and in 1 page. so if there are 8 images then 2 images in 1 row on page1, 2 in 1row
-
- Class Designer
by VBOverlord
- 3 Replies
- Last post
by VBOverlord
- Okay mayby I lost the plot..
I have VS 2005 Standart...Where do i find the Class Designer or didn't come in Standart edition
-
- Forcing team build to use a different TFS server
by Tiago Pascoal
- 10 Replies
- Last post
by Tiago Pascoal
- Hi, I know from the title this seems a bit odd, a little introduction might help. Our TFS server is exposed to the internet via an ISA reverse proxy. The proxy handles all communications via HTTPS and the communication between the proxy and TFS is handled via HTTP Everything works fine, except doing builds. (which is natural) when i try to do a build, this is the error i get. TF42056: The build se
-
- Team Foundation Server Backup/Restore
by Nikunj-kipl
- 2 Replies
- Last post
by Hua Chen - MSFT
- Hi All, I am using TFS and we have added some project in team explorer... now my question is the is there any way to get backup of individual/all projects and if yes then can any one plz tell me how can we restore that..... so i have three question... 1. how to backup TFS All/Individual Project(s) 2. how to restore TFS All/Individual Project(s) 3. Is there any way to take whole TFS Backup Because
-
- visual studio standard edition error : error1311 _2_RTL_x86_enu_Visual_Database_Tools_Core.cab
by statscat
- 3 Replies
- Last post
by Carla Nunes
- Hi,
I've tried to insall Visual Studio standard edition on windows XP.
The setup quits on the folowing error message
error1311 _2_RTL_x86_enu_Visual_Database_Tools_Core.cab
I've checked cd1 and 2 for the file but its not to be found.
SO far I've spent three days trying to install this software so I just want to know why the fileisn't on the CDs as I bought them from an authorise
-
- Changing the path of files generated by a custom tool
by apurva1
- 3 Replies
- Last post
by Edward Bakker
- Hi,
I have some text templates (.tt) and I am converting them to .cs files using a custom tool. I want the .cs files to be generated in another folder and not the current project folder. The <#@ output #> directive doesnt have any option to set this path. Is there a way of specifying the path where .cs files can be generated.
Thanks,
Apurva
-
- Code generator custom tool that uses FileCodeModel ?
by Rickard1
- 3 Replies
- Last post
by Craig Skibo - MSFT
- Hi, I am trying to write a custom tool that operates on a .vb or .cs file and generates a new file based on some information gathered from the parsed file. To accomplish this, I am using a code generator that gets the FileCodeModel of the project item like this EnvDTE.ProjectItem projItem = (EnvDTE.ProjectItem)codeGen.GetService(typeof(EnvDTE.ProjectItem)); return projItem.FileCodeModel; Where
-
- Dynamically create shapes
by Julian Jewel
- 7 Replies
- Last post
by Gokhan Altinoren
- Hello, Is there a way to dynamically create shapes. I would like to create a ModelElement on loading the .xyz designer. Is it possible to create multiple shapes / connectors on drag and drop of an element from the toolbox. In the ElementAdded method can I create shapes - do we have a method CreateModelElement() or API's to create model elements Thanks, Julian Jewel
-
- Error Checking Out -- Invalid object name 'dbo.func_ComputeEffectiveMappingsEx'.
by mosoccer
- 1 Replies
- Last post
by mosoccer
- I
receive the error below in the event viewer when trying to check out of
TFS Source Control. I haven't been able to find anything on function
dbo.func_ComputeEffectiveMappingsEx that the error reports on. Thanks. Crosspost from here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1170352&SiteID=1 Event Type: Error Event Source: TFS Version Control Event Category: None Event ID:
-
- MPF and .user Project Files
by Paul Bates
- 2 Replies
- Last post
by Paul Bates
- Hello, I was wonder if I'd missed any implementation in the MPF for supporting user-specific project configuration settings (using .user files) I assume not, so I'll continue with what I need to solve. MsBuild takes care of the loading of a user configuration file through a conditional import. I need to set properties, that may or may not exists, to the import project, in this case the user config
-
- vc++ directories dissapearing vs2005 SP1
by ir_fuel
- 0 Replies
- Last post
by ir_fuel
- Hi There is a big issue I am encountering with VS2005SP1. Well, there are several related to the same subject. If I export my vc++ directories (in the visual studio options, in the tools menu )for include and libs files, reinstall visual studio and sp1 and reimport them, they dont get added to the list of the new visual studio. No errors, warnings, nothing happens. If I write a macro to add direct
-
- LastGoodBuildNumber not set
by Mamatha
- 3 Replies
- Last post
by Aaron Hallberg - MSFT
- Hi,
I have a Team build project, where the Build number is getting updated for many work Items (although they are the old ones). It is because the LastGoodBuild is not set. How can I set it Is there something I am missing in the build
Also when it is updating the tasks - it is updating the build number to the closed tasks too. How can I avoid this
Please help
Thanks
-
- Installing Project Templates from using an installer
by learnerplates
- 4 Replies
- Last post
by Dmitry Pavlov
- Is there a better way to install Project Templates other than by copying the .zips into the Visual Studio installation and then resetting the Cache Is there some VSPackage code or something to do this Presently my installer has a Custom Action to do the copy of the zips into the VS installation.
-
- HTML Help workshop
by sivasankari
- 16 Replies
- Last post
by sivasankari
- Hi,
In my office, we are allowed to access Web using through proxy. In this instance, when i view the chm file in the browser, after I click open, the system does not ask for a proxy id initially. after I click one of the topics in the left hand side TOC, the prompt for proxy id is displayed. Becoz of this, at the start, 'Navigation to the webpage was canceled' is displayed on the left hand
-
- Custom rule dlls
by Barry Kwok
- 1 Replies
- Last post
by Dave Lubash - MSFT
- I've created some custom rules dlls, and put it in C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules, it works fine. However, I want to put the custom rules dlls in solution folder and include it when loading my solution or starting visual studio, other developers can get and use the rule dlls from source safe when they get the source files, therefore, it does
-
- How can I create a link to a changeset with Power Toys "tfpt workitem /new ..."
by stephl001
- 2 Replies
- Last post
by stephl001
- Greeting,
I have created a custom WorkItem; let's call it a cwi . I am able to create new cwi from the command line using tfpt like this:
tfpt workitem /new project\cwi /fields:"Title=mytitle"
My next step is to be able to specify a link to a changeset when I create the custom work item. I have not been able to find any hint that this is possible and I need your help on this to
-
- Where is Immediate Window?
by Jaime Stuardo
- 4 Replies
- Last post
by Jaime Stuardo
- Hello...
I have Visual Studio 2005 Team Suite version 8.0.50727.42 that when I debug, I cannot locate immediate window. I only can access command window, but it is not the same.
Help says:
"The Immediate window is used to debug and evaluate expressions, execute statements, print variable values, and so forth. It allows you to enter expressions to be evaluated or executed
-
- TFS server getting TF53010 warnings
by BJHop
- 1 Replies
- Last post
by BJHop
- I'm getting the below warning 20 times (with different changeset numbers) over every hour on the TFS server App event log
Event Type: Warning Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 5/11/2007 Time: 1:20:00 PM User: N/A Computer: TFSserver01 Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here
-
- Problem when adding solution through Visual Studio, solution.root created, not the same as source
by learnerplates
- 4 Replies
- Last post
by H Long - MSFT
- I'm having a problem adding a solution to sourcesafe through visual studio. I first added the solution and all it's contents to ss by dragging the contents I wanted into ss's gui, this worked fine. The reason I did this was because I did not want to add some of it's contents to ss. When I opened the solution I see that none of the contents have the ss icon associated with them and ss does not reco
-
- TF215076 Port 9191 isn't responding
by LasseJ
- 1 Replies
- Last post
by LasseJ
- Hello I've recently set up a Team Build on my Team Foundation Server 2008 using Team Explorer 2005, but when trying to build I'm getting an error message saying that the server doesn't respond on Port 9191. I have confirmed that there's no firewall blocking the port by connecting to a simple C# program that is using 9191 as listening port. Is there something that has to be installed to enable Team
-
- TreeDiff Reconcile question ..
by jamil
- 1 Replies
- Last post
by Michal Malecki - MSFT
- What is the underlying reason for the Reconcile option *not* to be available when comparing two server folders
Woundn't it be nice to be able to compare two server folders and easily transfer changes from one to another
Thanks in advance.