VR6R's Q&A profile
Visual Studio Team System Failed to install Beta 2 Team Foundation Server. Now what?
I have setup three Virtual Windows Server 2003 machines(Domain controller, Sql server and Team foundation Data Tier, Team Foundation Application Tier) The install of the data tier seems to be fine. I follow the setup guidelines and check that everything is up and running, but whenever I try to install the application tier I get all sorts of variations of the "Error 32000". I kind of suspect that since I am getting different 32000 errors each time now, there may be things that hasn't gotten cleaned up right. Does anyone know, or have a list of steps for a proper cleanup after failed installs I am using the Beta 2 releases for all ...Show All
.NET Development cannot access SQL database in VS.
I have a databse in SQL Server 2005 Sept Beta 2. On another partition I have Visual Studio 8. I want to establish a connection between the two. Doing it programmatically in a C# code program fails.The connection string does not give me an error on debug. Doing it via GUI in VS fails on the account of "timeout failed..." I tried to copy the whole database from SQL Server directory into VS directory - the same result. Amazingly, I was able to connect to my FoxPro 9 database with no problem. Also an Access database is connected. Is there a way to increase this parameter: timeout Where is set up Thanks. Hi. Don't increase your timeout. ...Show All
SQL Server I need SQL Server2005 Standard Edition with my SBS2003R2
How can I get the SQL Server2005 Standard Edition when I upgrade my SBS2003 to SBS2003R2 I'm no expert on SBS but it looks like upgrading to R2 gets you SQL Server 2005 Workgroup if you're on SBS Premium. Upgrading from Workgroup to Standard would probably entail purchasing SQL STD and then doing the install. But I have no idea if this would be a good idea or if it would even be supported by SBS. You should ask your question on their forum. Paul ...Show All
Windows Forms How to make a datagridview row "un-dirty"?
Hi All, I have a datagridview. When a new row is added (by user) and has data, I insert a new record into the database table. My question is how do I mard the row un-dirty so that it will not be update/insert into the table again when user leaving the datagridview Thanks in advance Call AcceptChanges on the row after insertion, or AcceptChangesDuringUpdate = true On the data adapter ...Show All
Visual Studio Team System How can I export an Application Diagram?
Hi, I have created an application diagram with several applications and end points. I did use extensively the settings and constraints windows and define my own categories and name/value pair of information. This is great, but has any software project I have documentation to write for reviews and external communications purpose that are artifacts differently from a Visual Studio item. My application diagram contains vital information that I want to use in the software architecture document, is there a way to export this information to be easily reusable, let say in a word document. I know that an .ad is XML based and I'm wondering if u ...Show All
.NET Development ProcessorArchitecture determination using IHostAssemblyStore
How does the CLR determine the ProcessorArchitecture to include in the Ref Identity when it calls IHostAssemblyStore.ProvideAssembly I have a native application using the CLR Hosting api's. All of my application's assemblies are bundled in a single file, along with metadata describing the assembly identities. These identities are obtained using ICLRAssemblyIdentityManager.GetBindingIdentityFromFile. When my application loads, IHostAssemblyStore.ProvideAssembly gets called for each of my assemblies, but the AssemblyBindInfo.lpPostPolicyIdentity seems to contain a different binding indentity than what was originally obtained and stored ...Show All
Visual C++ Strange number precision issue
I don't know if this is the correct forum for this question but since I have no idea what would be the correct forum, I'll ask it here. Trying the following expression in code (managed or unmanaged), as well as in a quick watch window in VC++ 2005 gives the following results: (float)1/200 = 0.0049999999 (double)1/200 = 0.0050000000000000001 I have jumped from VC++ 6.0 straight to 2005, and I have never seen anything like that before. Talking about managed/unmanaged, I performed the same test (in the code, since the quick watch does not understand it) a CLI cast: float tmp = static_cast<float>(1)/200; Well, needless ...Show All
Visual Studio Team System process template dependencies problem
Hello, I have created a custom process template for a team project. To this template I have add a plug-in that have the following dependencies: -Classification -Work Item Tracking -Windows SharePoint Services My problem is that this call : "myWorkItemStore.Projects[_ProjectName].WorkItemTypes" sometime fail with this error : Exception: DeniedOrNotExistException Message: TF26193: The team project AlexTest7 does not exist. Check the team project name and try again. Stack Trace: at Microsoft.TeamFoundation.WorkItemTracking.Client.ProjectCollection.get_Item(String projectName) Since this call sometime succeed ...Show All
SQL Server How to insert a record in the middle of a DB
Well, how do you do it I've not seen any report on this... so could it be next to impossible Say you have 10 records, 1-10 and you want to insert a new record between record 4 and record 5 in a SQL database, just how do you code it And oh, each record uses the auto ID increment feature. Here's an idea: CREATE TABLE MyTable (id int identity(1,1), col1 varchar(16)) GO INSERT INTO MyTable SELECT 'value 01' INSERT INTO MyTable SELECT 'value 02' INSERT INTO MyTable SELECT 'value 03' INSERT INTO MyTable SELECT 'value 04' INSERT INTO MyTable SELECT 'value 05' INSERT INTO MyTable ...Show All
Visual Studio Team System TF42056: The build service could not connect .... TF30063: You are not authorized....
This message is displayed on a client box (running VS 2005 architect) when we attempt to execute a build type. The build type is referenceing the build service on a different server. TFS is running great and check in / check out, etc works fine. However, I do not have a domain in place since this is all installed on virtual instances. All logins are local and everything works great except for this. My problem is that since the build service account is running on a standalone machine I'm assuming it is responsible for providing this message back to the client. TF42056: The build service could not connect to the Team Foundation Server: TF30063 ...Show All
Visual Studio Express Editions AppendTex problem about RichTextBox
The RichTextBox control need to save some data received from a serial port. At the same time, also need to process the KeyPress event. The problem is RichTextBox.AppendText method will lost some data from the serial port when processing the key press event at the same time. My code is follow: private: System::Void sfRichTextBox_KeyPress(System::Object^ sender, System::Windows::Forms::KeyPressEventArgs^ e) { if(m_bInputChar){ if(sfPort->IsOpen) { sfPort->Write(e->KeyChar.ToString()); e->Handled = true; } } } private: System::Void sfPort_DataReceived(System::Object^ sender, System::IO::Ports::SerialDataReceived ...Show All
Windows Forms How to sort combobox.
Hi, I am using follwoing code to bind combobox in Form1: IDataReader drMakes = Getting data from database through datareader ; this .SomeBindingSource.DataSource = drMakes; this .combobox.DataSource = this .SomeBindingSource; this .combobox.DisplayMember = "col_name" ; this .combobox.ValueMember = "col_id" ; Now I have following two requirements: 1. When the page load, I want one value from column "col_name" should get selected automatically. Suppose there is one value "abcd" in "col_name", that should be selected when page load. What code should I place with above code so that I can have it. ...Show All
SQL Server Install Sql Reporting Service - Windows 2003
Hello I need to install the SQL Reporting Service in one Windows Server 2003, my schema is: One DMZ (Servers Web with II6/Win 2003) One SQL Server (Sql Server 2000) When I install Reporting Service in the step about SQL Server Configuration the SQL Server not make de authentication, the message with the user dont have permiton! I view the SQL Log with show the problem with not use Kerberous comuniction! Tks a lot I have also faced lotz problem with reporting services. The very best one on the market in my opinion is Intelliview. It is very pricey though! You can find it here: http://www.synaptris.com/products/reporting-analytic ...Show All
Windows Forms DataGrid Binding DataRelation and Displayed Value
Starting to get used to this databinding to a DataSet idea. Pretty straight forward and the amount of code is simple! I have a DataSet with many DataTables in it and many DataRelation. The main DataTable is Releases (sort of a release for order from a customer), the minor table I am concerned with (others are similar) is the Customers Table. A release will have a single customer and a single customer will have many releases. I am binding the DataGRid to the DataSet and setting the DataGrid.DataMember to "Releases". First go around with TableStyles and ColumnStyles is straight forward, all I wanted to do was display the releas ...Show All
Visual C# Visual Studio's propertygrid - How do I reset it?
Hi there, As I'm new to the game of C# and visual studio, maybe the question is the wrong place or the answer is so easy it's emberassing, but still... (I'm working in Visual studio 2005 beta2 - C# ) I'm building an VS add in which uses Visual Studio's propertygrid window to display stuff for my class-instances. object [] a = new object [1]; a[0] = aObject; ParentToolwindow.SetSelectionContainer ( ref a); That works like a charme... but... I can't seem to figure out how ro 're-set' the property grid. I've tried stuff like (no success) ParentToolwindow.SetSelectionContainer (null); a[0] = ...Show All
