-
- UI display not current. Work Item refresh?
by Marlin7
- 4 Replies
- Last post
by Naren Datha - MSFT
- Run a query, open a work item by clicking on the query results. This could be cached data or it could be current data. I've found that many times it's cached data, completely inaccurate regarding state, assigned to value, and other details. So what to do,,,mmmm:
1.Running the query again doesn't refresh the data.
2.Refreshing the connection between the project and the server doesn't re
-
- How to Fix "The ConnectionString property has not been initialized" Error
by Ebi184
- 4 Replies
- Last post
by Ed Glas - MSFT
- I have created a small load test which includes only one webtest. I keep getting this error upon starting the test:
Error (Computer mycomputername) The ConnectionString property has not been initialized.
I tried to use both a SQL express on my own machine, and a stand alone 2005 SQL server on another machine with no success. I followed the instruction here http://msdn2.microsoft.com/
-
- How to create WorkItem after successful build
by JonnyNowhere
- 5 Replies
- Last post
by JonnyNowhere
- Hi,
first of all, please keep in mind, that im new to this TFS Stuff and english is not my mother-tongue.
Now my Question: Can anyone tell me, how to create automatically a WorkItem assigned to a special User (e.g a tester) when a Team Build finished successful
Example:
When the build succeeded, a tester should be notified that he now can start with his tests
-
- TFS Server falling apart randomly
by Graham Wager
- 2 Replies
- Last post
by Graham Wager
- I've been using TFS WE for about 3 weeks in dual-server configuration. Everything's been running smoothly, until Wednesday.
Upon restarting the server after installing the lovely critical Windows patch, all looked fine. TFS was working great, but then it started to take ages to do anything - check outs, check ins, reports, etc. Then it started to timeout.
Looking at the Event Logs sh
-
- Installation problem solved in SCSF...
by dasryms
- 7 Replies
- Last post
by vga
- Hi, I am using .net 2.0/VS 2005 , Prev. I have used entlib 2.0 jan 2006,so its alreay installed in my Win XP-SP2 machine Now I have another reqmnt. to develop a smart client appln. using smart client s/w factory. so successfully installed GAT, but not GAX(it shows the fatal error) , last week tried to create guidance packages thru vs 2005 -->new project.. but in the templates page( RH Side) the
-
- Orcas beta 1 test project down
by polease
- 1 Replies
- Last post
by Guillermo Serrato - MSFT
- when I create a test for my method, the popup dialog for creating unit test shown as previously, however it disapeared immediately. I have tried serveral times, this happened again.
Later I discovered this only happens when I create a test against the method including complex operation such Linq to entities query. The test dialog works fine if I just create a test against simple method such
-
- CTE in a RETURN statement in table-valued function
by lgratkowski
- 3 Replies
- Last post
by Alle
- I can't deploy table-valued functions having CTE in RETURN statement. I have a UDF like that one:
CREATE FUNCTION [dbo].[AuthorsSearchBookTitle]
(
@BookTitle nvarchar (1024)
)
RETURNS TABLE
AS
RETURN
(
With book AS
(
SELECT book_id FROM
[dbo].[Books] as b
WHERE
b.Book_Title like @BookTitle
)
SELECT Author_ID
from Authors a
-
- There seems to be some (to me) wierd behaviour in the generated unit tests...?
by Tony Leatham
- 4 Replies
- Last post
by David Razzetti
- Hi
I have a class which has a static property of a static enum type defined within the class.
I have generated a test project and a test class for this, and everything was going well. However, the generated unit test for this property fails at run time with a System.MissingMethod exception when you try and set it (using the accessor class for the enum type).
I removed the Debugg
-
- Setup Team Explorer to get through Web Proxy
by Joe Black
- 3 Replies
- Last post
by James Manning - MSFT
- Hi, I have a problem setting up my Team Explorer to get to the Codeplex website. My PC sits behind a corporate Web Proxy which requires me to enter my web proxy credential. Is there a way to set up the Team Explorer with the proxy credential When I try to add the CodePlex Team Foundation Server in VS.Net, I get the following error message: --------------------------- Microsoft Visual Studio ------
-
- PrintToPrinter causing a "Missing parameter values" error
by LE0
- 4 Replies
- Last post
by Leo Selmani
- I am using a C# line of code to print a crystalreport on an ASP.NET page, nothing special , but the above error, breaks on the line of code below.
Report.PrintToPrinter(1, false, 0, 0)
I have declared Report as a ReportDocument and have configured it and it is displaying fine in the ReportViewer control. What could be wrong here
-
- XML and Templates ?
by thukralz
- 28 Replies
- Last post
by thukralz
- Hello Everyone,
I don't know if this is the correct place to ask this question or not. I tried using the Report Viewer Control available in VS 2005 and doesn't give me the required functionality as my report is in different formats. I was thinking maybe I can create an XML templates and based on user data generate it on runtime...
Any advise how this can be achieved
-
- Unable to log in - SSL-Only Team Server
by jakegnyc
- 7 Replies
- Last post
by jakegnyc
- I just installed Team System Web Access on the same server as my Team Foundation Server and chose Forms Authentication (the goal is to eventually allow access over the Internet). My TFS is configured to only allow HTTPS and SSL conections, as described in this 'how to' article: http://msdn2.microsoft.com/en-us/library/aa395285(VS.80).aspx When opening TSWA, the login page comes up with the Team Fo
-
- Sandcastle help
by eall
- 5 Replies
- Last post
by EWoodruff
- I am a very new user to Sandcastle with no previous experience with NDocs. I was wondering if any one can answer this question:
When I build a help file, it includes all of our third party add ins. I tried adding them to the dependencies but they still show up in the end result. What am I doing wrong here (Probably everything)
Feedback much appreciated!
-
- PE Verifier error: missing dependency on EnvDTE v 7.x
by Vladimir Klisic
- 6 Replies
- Last post
by Vladimir Klisic
- [Environment: VS2005 SP1 + Vista VS SP, VS add-in]
I have a rather interesting issue with the validation of my VS add-in. When I launch peverify.exe, I get the following error message:
[IL]: Error: [MyAddin.dll : MyAddinNamespace::MyMethod][offset 0x00000037] Unable to resolve token. 1 Error Verifying MyAddin.dll
NGen gives slightly more clue about the problem:
Failed to lo
-
- Sandcastle Sept CTP: Framework Reflection Files
by Dave Sexton
- 14 Replies
- Last post
by Dave Sexton
- Hi,
I'm glad to see that the new CTP is out
Since the .NET Framework reflection data files are no longer shipped with Sandcastle it seems that we must generate the data ourselves, whether using the example scripts or a custom process. I wanted to make this easier for users of DocProject by generating the data automatically, but the example fxReflection.proj file is a bit confusing t
-
- FXCop rule failure DoNotCallOverridableMethodsInConstructors, fxcop 1.35 build 60331.0
by Trevor2006
- 14 Replies
- Last post
by Koob
- Using FxCop on a .net 2 C# project, I get a "Rule error". Here are the exception details.
Specified argument was out of the range of valid values. Parameter name: offset
Source: FxCop Sdk
Stack Trace: at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32
-
- TF10128 - Path contains more than the allowed 259 characters.
by skmcfadden
- 4 Replies
- Last post
by Eugene Zakhareyev
- In Orcase Beta2, I tried to do a check out today from Team Foundation Source Control Explorer and encountered this error:
TF10128 - Path contains more than the allowed 259 characters.
We try to use the Microsoft assembly naming conventions so a given assembly might be have a lengthy path like
$(RootPath)
CT.Clients (Container)
CT.Clients.Query.Hierarchal (Conta
-
- How can I find CodeDom for C# Document?
by jalden
- 4 Replies
- Last post
by Dmitry Pavlov
- I've located the ProjectItem for a C# Document. I've Opened and Activated it, but I'm unable to figure out how to locate its CodeDom. Can anyone tell me how Thanks!
-
- Web test and posting from Data Source
by Brian Zinn
- 7 Replies
- Last post
by Brian Zinn
- I can record a web test by entering search criteria. The second page in the test extracts (ContextParamaterName=1) the hidden fields __VIEWSTATE and __EVENTVALIDATION and if I leave ctl00@bodyContent$FirstName=brian from the recording then the webtest works perfectly. The second page correctly displays the search results. If, however, I change the value of the ctl00$bodyContent$FirstName value to
-
- Debugging into RCW dll's
by Karthik Murugan
- 1 Replies
- Last post
by Karthik Murugan
- Hi, We have a web application built using C#.Net. It uses Runtime Callable Wrapper to invoke functions of a COM dll (built in VC++). We have the source codes of both in the server. The problem is, we are not able to debug into the COM dll despite able to debug the ASPX page. On pressing "Step Into" at the invocation code of COM functions, the debugger simply acts like a "Step Over&
-
- Great Concept; Great Product; but Some rough edges
by Sivakumar
- 3 Replies
- Last post
by Hua Chen - MSFT
- I am working from the Beta version of TFS to till date. The product concept and product are great;
But technical team has to work-out some rough edges of the product. The product is built on SQL, Sharepoint, reporting services, analysis services etc., It is very difficult or close to impossible to create a working restore environment. When companies are interested in safe keeping their &quo
-
- Shouldn't this produce a warning?
by Jamie Thomson
- 4 Replies
- Last post
by Jamie Thomson
- In the following code, the column ElementType.ElementTypeName is a NVARCHAR(40). Hence, shouldn't the code below throw a warning in datadude
Just a thought.
-Jamie
CREATE FUNCTION [dbo].[udf_ListElementType]
(
)
RETURNS @returntable TABLE
(
ElementTypeID INT
, ElementTypeName NVARCHAR (30)
)
AS
BEGIN
INSERT @returntable
SELECT
-
- Web Control Library
by Glenn1234567
- 10 Replies
- Last post
by Azmil
- I am using VS 2005 Professional Version and I cannot seem to find the template for the Web Control Library. I follow these instructions but it does not seem to be there.
On the File menu, point to New , and then click Project .
The New Project dialog box appears.
In the Project Types pane, choose either Visual Basic Projects or Visual C# Projects . Select Web Control Library in the
-
- Adding Pure C# Source Code as referenced code to project
by andyalean
- 1 Replies
- Last post
by Dmitry Pavlov
- Hello,I am dearly trying to add some c# code to a windows application project in Visual Studio 2003 from a library directory.I do not want to just add these files into the main source codes directory of my project but which to reference them from another directory.
How can I do this without creating them as an assembly, so just to include them from a known library folder location
So I have t
-
- Problems creating object in separate AppDomain in VS Package
by Karen Fraser
- 3 Replies
- Last post
by Karen Fraser
- I have a custom XML editor that is a VS Package. I use reflection to gather types from assemblies in the open solution. I do not create these types, I just populate a combobox with their names. Once I load these assemblies into the default app domain to reflect over them, the user cannot rebuild, move, or delete these assemblies because the app domain has a lock on them and there is no way to unlo