-
- Problem Getting files from TFS 2008 beta2
by Acknoth
- 4 Replies
- Last post
by Acknoth
- Hi, I am new to TFS,
I am facing a problem that occured after playing several times with checkins checkouts, get specific versions.. etc..
The TFS is 2008beta, and the TeamExplorer is 2005SP1
It began to occur only with 2 files from a project, in was stated as "not downloaded", even GetLastVersion, or GetSpecificVersion with "force" checked couldn't get th
-
- Fonts and Colors Problems
by JNG
- 10 Replies
- Last post
by Josh Stevens - MSFT
- Hello, I'm writing after having spent over 10 hours trying things to solve this, and not being able to. The problem happens in VS2005 but not in VS.NET 2003. In a new product I'm preparing, I have a color configuration dialog that allows configuring some of my VS marker colors. In order to do this, I have tried using both DTE's FontsAndColorsItems and IVsFontAndColorStorage. The problem is the fol
-
- Crystal Reports ActiveX Designer: Failed to open document
by marlin1
- 3 Replies
- Last post
by marlin1
- I got the following error message on the line that declared a ReportDocument. In addition, when I tried to open any Crystal Reports that I created in Visual Studio 2005, I got "Crystal Reports ActiveX Designer: Failed to open document." and "Microsoft Visual Studio: Failed to create the Crystal Query Engine." error message.
I uninstalled and reinstalled Visual Studio 2005. I
-
- Setup possible without default work item templates?
by Marlin7
- 3 Replies
- Last post
by James Manning - MSFT
- There are various default templates with TFS/MSF Agile, such as Scenario and Bug. We have our own set of custom templates for work items and will import them when ready. We will never need the default templates. Does setup allow excluding those default ones, or will we always see them in Team Explorer Is it possible to remove them after setup, does that mean deleting database fields Any one ever s
-
- Mirror entire DB
by sroybal
- 3 Replies
- Last post
by sroybal
- We are looking for a way to "mirror" our entire vss database onto our secondary server. We would like it to be a live copy of our main database.
If it can work in a similar way to "shadowing" a project, we want the entire database to be copied on the fly while retaining all of the database's shared (linked) files.
To clarify, this means that if a file were to be a
-
- ReportViewer - view all report's page
by Ramona
- 8 Replies
- Last post
by Ramona
- How can I view all report's page (rdlc file) in reportviewer without using the page navigation buttons
-
- error when running load test based in web test
by paburgos
- 6 Replies
- Last post
by Bill Barnett - MSFT
- I¡¯m running a load test with 41 web tests inside, but when I run it VS shows the following message:
Error ocurred running test. (Computer:<computer's name>) test did not execute. the test/run was aborted on agent '<computer's name>' due to error: 'Test adapter on agent '<computer's name>' has requested to stop the test.'.
Can somebody help me thanx
-
- Intergrating static code analysis with TFS build
by RamyaP
- 2 Replies
- Last post
by Aaron Hallberg - MSFT
- Hi,
I am looking to integrate the static code analysis as a part of our scheduled builds. I read around & found that I can make it always run by setting
< RunCodeAnalysis > Always </ RunCodeAnalysis >
But can I have a separate report that will contain only the code analysis warning. Currently it just gets added to the warning of the build process & thats a lot of warn
-
- Inappropriate CA1024?
by Leon Mayne
- 6 Replies
- Last post
by David M. Kean - MSFT
- I have a function that returns a generic list:
Public Shared Function GetPriorities() As List( Of PriorityHelper)
And the code analysis engine is complaining that this should be a property. However, if I was to convert it then it would start complaining because I was exposing a generic list as a property (CA1002).
In the help for CA1024 it states:
"A public
-
- Visual Web Developer 2005 (Debugger starts then stops immediately)
by Jordan6536
- 5 Replies
- Last post
by Vinblad
- I installed Visual Web Developer 2005 Express Edition about a week ago and created a sample page. I checked and was able to debug that page. Now I created a more detailed page and I can't debug anything. I can't even debug a simple one page application with a single Response.Write in it. When I hit F5 (or Debug > Start Debugging), the debug menu appears as if a breakpoint will trip, but then th
-
- How to use Checkbox Control in TFS Workitem
by raj_p_1981
- 2 Replies
- Last post
by raj_p_1981
- Hello
I am creating my customize work item. i want to use a boolen filed.
How do i use checkbox control with TFS.
Thanks
Rajesh
-
- Internet Connection with SQUIDproxy authentication
by Arshad Syed
- 14 Replies
- Last post
by Dana Pellerin
- Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad
-
- Visual Studio 2008 Unit test ASP.NET Applications using PrivateObject SetField method
by Anonymous578167
- 1 Replies
- Last post
by AlexanderS-
- Hi, I'm experimenting with the ability to unit test ASP.NET pages in Visual Studio 2008 Beta 2. I've created a real data access class and a mock data access class. Both of these implement the same interface therefore can be used interchangeably. The code below shows the code behind of the ASP.NET page.
Code Block
using System; using DataAccess;
namespace WebApplication1 { pub
-
- Failed to open report.
by Big Andy 78
- 12 Replies
- Last post
by jportelas
- Hi all,
I recently migrated a c# web application from "Visual Studio 2003/Crystal Reports XI" to "Visual Studio 2005/Crystal Reports XI Release 2". I have released the latest build for test and we intermittently experience a problem: the crystal reports work fine and then they fail after a random period. Here is the error information:
Error Message: Failed to open rep
-
- "Go to definition with Reflector .NET"
by bitbonk
- 5 Replies
- Last post
by Carlos Quintero - MVP
- I am trying to implememt a "Go to Definition with Reflector .NET" command as an VS 2005 Addin. It basically is supposed to open .NET Reflector with the specified Type for me. Therefore I need to solve the following problems:
How can I get the full name (including assemblyname) of a member or a type in the C# sourcecode at the current cursor position
Once I know the assemblyn
-
- Is there a way to use wild cards within an "Exec command..."?
by Andre LaPlume
- 6 Replies
- Last post
by DanMoseley - MSFT
- Hi,
I use wildcards in my build script ItemGroups so that I don't need to specify each individual project that I want built. I can just give it a folder and tell it to build all the "csproj" files anywhere in that folder or its subfolders.
After the build, I want to add all those dll's into the GAC. I have not figured out a way to do that with wildcards and so I find myself
-
- Do I need IIS to build web pages with Visual Studio?
by peterswan12
- 6 Replies
- Last post
by peterswan12
- Hello,
Someone told me that I can't run IIS here at home since I have Windows Home Edition. What I want to do is start building pages here at home in ASP.net in Visual Studio. I'd like to download the trial version of Visual Studio and then go through a tutorial book or something like that.
Will I need to upgrade to Windows Professional, then install IIS in order to do this
Th
-
- After install, no compilers listed in Start Menu
by George Nubie
- 3 Replies
- Last post
by George Nubie
- I installed Visual Studio 2005 Pro with no problems. I tried to start a Visual Basic Project, as the documentation said, "To create a project for your program, from the Windows Start menu, choose Microsoft Visual Basic 2005 Express Edition." However, there is NO Microsoft Visual Basic in the program list in ANY Microsoft section. None of the other compilers either (like C++, C#, J#).
-
- Could not starrt Team Build Service service
by Ravi Manda
- 3 Replies
- Last post
by Willy-Peter Schaub
- Hi there,
After installing Team Foundation Build the system gives the below error.
1. The team service cound not start automatically after installing TFS Build.
2. If we start the service manually from control panel\services the following error throws by the system, " Could not start Team Foundation Build Service service on local computer, Error 5: Access Denied "
3.
-
- Where to find training courses on administration of MS TFS?
by scm guy
- 2 Replies
- Last post
by Heba Rashed
- Hello,
I am new to TFS. Does anyone know any type of classroom training courses offered particularly for administrating TFS by Microsoft or its contractors Thanks for your help.
SCM G
-
- Rules for Conversion of .NET 1.1 to .NET 2.0
by a_demichele
- 2 Replies
- Last post
by David M. Kean - MSFT
- Is there a ruleset out there that could be used to ensure your code is ready to be converted from .NET 1.1 to .NET 2.0
We would like to be able to do some analysis on our large code base to see what types of issues we will encounter when trying to pull up our .NET 1.1 projects in Visual Studio 2005.
Any feedback on this is greatly appreciated.
-
- Web ReportViewer fails with SSRS forms athentication
by Cato1969
- 4 Replies
- Last post
by sonix
- I have sucsessfuly implemented a custom security extension in SSRS 2005, and now we can authenticate using custom forms in reportmanager and reportserver. Now I am trying to use our asp.net web application using the same custom authentication: I call LogonUser in my report server proxy class and get the authentication cookie managed in subsecuent requests from my application; in this way I can bro
-
- DIS Package Load Failure
by Herru Perdana
- 8 Replies
- Last post
by Daniel Kolman
- Hi all members and DSL team, I have an error when I want to perform DIS in my DSL application. The error is 'failure to load ...Integration.DslIntegrationPackage' in visual studio. I experienced this error twice already. And its all appeared after I made the same mistake. Well, the error occurred after I forgot to register the Target DSL meanwhile I already made the reference into it. First, its
-
- what is the function for transation and think time in unit test?
by ramana reddy
- 3 Replies
- Last post
by ramana reddy
- 1.we have to add transations and think times in my unit test script... can any one tell me what are the functions for trasations and think time in unit test
2.is it possible to insert rendezvous points in unit test ....... if it is possible how can we insert rendezvous into unit test scripts.pls give me a quick answer..........................................
thanks in advance
-
- Subversion SVN with Visual Studio 2005
by Roman Nurik
- 14 Replies
- Last post
by ??r?s¦Ó¦Ò¦Ñh¦®r Sc?¦Äl¦Ó¦Î¦Ç
- Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys!