EdZilla's Q&A profile
Visual Studio Team System Report Viewer Failed in second project
I'v create two team project, "aaa", "bbb", all ms-agile template, in second project "bbb" , team explorer, "bbb" -> "reports" -> "work items", the report viewer (url http://tfs/ReportServer/Pages/ReportViewer.aspx %2fbbb%2fWork+Items&rs:Command=Render ) "Iteration" "Area" Field's pull-down list's content are empty, and cannot proudce reports..... (the "aaa" project, "Iternation" "Area" Filed's default is "aaa", and pull-down list ...Show All
Visual Studio Team System TFS on Domain Controller, how do I upgrade to RC?
Hi, For Beta 3 (refresh), I had Team Foundation Server installed on a Domain Controller. Now the RC has come along and this is no longer supported. Any ideas on how I can move the WIT and Source Control data in my Beta 3 instance to an RC instance and maintain any sort of history Regards, Martin. You'll need to move TFS onto a different machine, or move your domain controller to another server. I'm forwarding this thread to ...Show All
.NET Development Usage of ToString and ToInt32
We can use ToString this way: int i = 5; Response.Write(i.ToString()); But why can we only use ToInt32 the other way: string s = "5"; Response.Write(System.Convert.ToInt32(s)); Why can't we just simply use "s.ToInt32()" I agree that it would be nice, unfortunately with it though we face the slippery slope theory that by adding ToInt32(), arguments can then be made for ToInt16(), ToInt64() and ToJustAboutAny ...Show All
Visual Studio Express Editions Basic question about install - can 2005 version of Express C# & SQL Server 2005
Can 2005 version of Visual Studio Express C# & SQL Server 2005 be installed on a PC that has other versions of Visual Studio & SQL Server They are not beta versions of 2005 versions, but prior production versions. Yes. You may run into issues with open a source, project or solution file and the IDE you want not handling it, but it is all very possible and is exactly how I've got my system at home conf ...Show All
Smart Device Development After installing final VS 2005 (MSDN) can't see the designer
Hello fellow developers, I don't know if someone had the same problem but I hope that someone could help me with this issue. Until yestarday I had installed on my computer the RTM version of Visual Studio 2005 and yestarday I uninstalled everything (using the tool for the pre-rtm uninstall that worked fine and uninstalled absolute everything) and I install the final MSDN version of Visual Studio 2005. So far, so good. BUT when I tryied to crea ...Show All
Visual Studio Tools for Office Adding drop down list control to an Appointment Form
Hi, Is there a way to Add drop down list control (or any control) to an Appointment Form and without adding new Forms on the exchange server.... Has anyone done that Please help... Thanks, Udi The object model has native support for buttons, combobox, and pop-up control. Search the MSDN as well as the knowledgebase to find documentation, articles, and samples close to what you need. ...Show All
Windows Forms OptimizedDoubleBuffer
I heard somewhere that by setting ControlStyle.OptimizedDoubleBuffer, you automatically have ControlStyle.UserPaint and ControlStyle.AllPaintingInWmPaint set as well. Is this true The API is unfortunate, but it is a ControlStyle which affects a minority of users. Typically, we'd suggest Control.DoubleBuffered. Marking Obsolete is akin to ripping it - we generate build warnings for every project where it's being ...Show All
Visual Studio Team System Warmup before webtest
How can I do a warmup before I run a web test. I want to do this so that I can view the response time for each requested page. A load test only displays the avarage responsetime of all pages. Thanks When you say each requested page, do you mean that if five iterations of a test are run, you want to see the response time for each of the 5 iterations instead of seeing the average for the 5 iterations If ...Show All
SQL Server My Client is in need of help!!!
Hi!! I need urgent help for the scenario given below: "We need this code in order to automate migration of reports from one server to the other in our Flowfinity Actions product (e.g. from a developer's system over to a customer's system). We tried to write this code ourselves but we faced the following challenges: - we did not find a way to deloy a report based on a semantic model after moving this model over to the destination server. There s ...Show All
SQL Server Problem configuring password property for oledb connection.
I'm creating an xml configuration file to hold the connection string including the password (sql server authentication). My package protection level is set to 'EncryptSensitiveWithPassword'. I set up my connection manager and I check the 'Save my password' box. The 'Test connection' button reports that the connection is OK. I enable the package configurations and I go through the Package Configuration Wiza ...Show All
Visual Studio Source Safe Analyze
We are using the VSS 2005 Beta with about 10 local users and 3 remote user. Looking from the VSS Admin GUI, we see that nobody is Logged into the Database, but when we try to run Analzye -f it complains that someone is logged in. Where can I see all the machines logged into SourceSafe The remote people are using the VS 2005 Beta with the Internet plugin. These people never seam to show up in the list of users logged in. How can I determine if th ...Show All
Visual C++ Is C++ a version of VB... Im so confused.
Ive been told that VB6 is just a simpled version of C++. Or is it a seperate language. Does it have any connection to VB6 No, C++ is another programming langauge, Visual Stuido 2005 supports, Visual Basic.Net (or VB8), C# and C++.Net, for Visual Studio 6, it supports Visual Basic 6 and C++ 6. For more please read : C++ and Visual Basic . Hope this h ...Show All
Visual Basic matrix algebra, how to do it in VB
hi, I want to perform some matrix algebra in vb.net (m columns, n lines, m x n) - transpose - inverse - determinant - add, minus, multiply... Anyone can help And how to input those matrix in vb (from a text file, or from excel data, or by input by hand) Please help thanks http://www.codeproject.com/csharp/rtwmatrix.asp ...Show All
Windows Forms READING VALUE FROM DATAGRIDVIEW
Can anyone Please help me how to read the value from the Datagridview txtSSN = //ssn is displayed at column 2 // Thanks ...Show All
Visual Studio Team System Code coverage broken
I have a solution with a number of projects, some of them unit test projects. I've been running tests without problem, and using code coverage on the tests. Suddenly, code coverage no longer works. Editing the local testrunconfig file, the appropriate assemblies are checked for instrumentation, but after a test run completes, the code coverage window always says "code coverage is not enabled for this test run". Ideas Immediately pri ...Show All
