dnzone's Q&A profile
Visual Studio Team System deleting a team build
hello, Is there also a way to delete a team build (not a build type!) I always read about "deleting a team build type" but never about a team build. Is there also a way to get rid of old builds somebody mentioned that this feature is not in beta2 but should be in the realeased version. is it true -- remo Yes, there is. You need to use the TfsBuild.exe delete command: Microsoft (R) TfsBuild Version 8.0.0.0 for Microsoft (R) Visual Studio 2005 Team System Copyright (C) Microsoft Corporation 2004. All rights reserved. This command deletes a completed build. All data related to the buil ...Show All
Visual Studio Where are merge modules for VS2005 beta 2?
Anyone can help me to find a link to merge modules for VS2005 beta 2 downloading Only the 64-bit Merge Modules are included with Visual Studio 2005 Beta 2 install. 32-bit Merge Modules will be available to download from our site after the product release. As indicated, you can use the CRRedist.MSI to deploy your applications. Keith - Business Objects ...Show All
Windows Forms .
I've just noticed that the progress bar that comes with .NET doesn't have any colour properties. Either allow the progress bar to have some colour properties, or at least allow it to cascade/get the colour from the form. You can always create your own coloured progress bar using a few labels and some fancy footwork with borders and colours.&nbs ...Show All
.NET Development sqlexception on null insert, but db has default value set on columns
this should be dead easy but has got me pulling my hair out. i've dragged and dropped a table from my dataset onto my form to create a total RAD details view data entry form. so far so simple. the sql server table on the db isnt allowing nulls, but i've set defaults for all the columns, yet when i try and save a new row from my form im getting a sqlexception terminating the insert due to nulls not being allowed. why arent the defaults being used. if i run a simple insert in QA supplying values for only a couple of columns the insert works as expected with the remaining columns using the default values set for the column. i've even t ...Show All
Smart Device Development Extract files from CAB
Hello, I've a PocketPC applications build with VisualStudio 2003 and a PocketPC CAB. I need to extract one file from the CAB by C# code without extract all files. Is there a way to do this thanks for any suggestions... Andrea C. There's no API for that and WCELOAD expands all files. However, you can find CAB format description and implement extraction from the scratch. For example, WinZip knows how to extract files from CABs, you can do the same. ...Show All
Software Development for Windows Vista how to implement human workflow in asp.net
Hi. I am developing one application that is in asp.net. Here, I am using WWF beta 1.0 with vs 2005 beta 2.0. The application is login based. A "user" can log in to site and raise a request for a resource. After this , at any thime, a "reviewer" can log in and review the request and approve it. Then "QA" logs in and can aprrove the requset. I implemented this with sequential workflow. I am starting each time a new workflow whenever a user logs in and submits a request. But the problem is, how to get all this workflows in "reviewer" login and after that, how to move the workflow when the reviewe ...Show All
Windows Forms How can I create a function to return a dataset?
Greetings! How can I create a public function that returns a dataset So far this is what I have: ----------------------------------------------------------------- Public Function RetrieveDataSet(ByVal strSQL As String, ByVal strTableName As String) As DataTable Try Dim objConn As New SqlConnection(ConnectionString) Dim sdaProductData As DataSet Dim sdaProduct As New SqlDataAdapter(strSQL, objConn) sda ...Show All
Visual C# Add default formatting to new classes
Is there a way to set up the IDE to include some default comments / formatting when a new class is created It is possible by creating addin for the Visual studio IDE, using addin we can control the operation's of IDE for more information on addin please look these link http://www.c-sharpcorner.com/Code/2002/Oct/AddIns.asp http://msdn2.microsoft.com/en-us/library/5abkeks7(VS.80).aspx ...Show All
.NET Development .NET Framework and Windows User Profiles
Problem: We developed a VB.NET application using Visual Studios 2005 and are using table adapters (via the wizard) to bind the data to the forms. The program is using a hidden textbox field on the form as the key (a SQL identity field) to run stored procedures on an SQL 2000 server. With the issue we are having, the application opens the main form and can access data from the SQL server just fine. However, when trying to run the stored procedure that uses the hidden textbox field, an error occures saying that the hidden field value of "" cannot be converted to a integer. Note: The txthiddentextbox.text is being converted to an i ...Show All
Visual Basic How do I map a network drive in VB 2005?????
Hello, I am making a small app and want to be able to perform some actions on a network drive based upon questions. I would like to be able to copy some files and folders, change the NTFS perms on them, and then open a specific text file, make some changes and save it. All of these things have NTFS permissions set for Administrator only. Since the application is to be ran by Non-Administrators I need to run the code with higher perms. I saw the impersonate command but the examples that I found were for asp.net and I didn't fully understand it. Below is a snippet of what I'm trying to run. Public Sub GetInc() Select C ...Show All
SQL Server Questions about SQL Express
What is the user limit for SQL Express Is there a free way to convert Access files and import them into SQL Express Is there any way to take databases offline without have to detach them If anyone knows the answers to even just one of my questions feel free to post. ...Show All
Visual C# What is the fastest way to read and write data?
To write and read a hundred sets of 1000 numbers, which way is the fastest way: - Binary file - XML file - Text file - ArrayList (run out of memory ) - Database Table Thanks Sorry for the uncleared question. Suppose I'm trying to get an optimal set of solution by doing the iteration for 100 times, so I have 100 sets of data. I'd like to be able to keep all data and then sort a number of each set to find which set is the best one. I don't need to show all of data, but just the best set of data, to the user. I'm not sure which way I should store all the data because obviously I'm dealing with a lot of DOU ...Show All
Software Development for Windows Vista Correlation with nested custom activities
(beta 2.2) I want to make a custom activity (1) that contains another custom activity (2). The innermost custom activity contains a CallExternalMethod activity that builds a message (in the MethodInvoking event), and sends this to an external application. On the ExternalDataExchange interface a "CorrelationParameter" is defined. My outermost custom activity (1) contains as its first step my custom activity (2), because the building and sending of the messages is something I'd like to share in multiple other custom activities. The second activity is a HandleExternalEvent activity that receives the response to the CallExternalMeth ...Show All
Visual C# Change CommandText to an existing dataset
Hi: Ok i have 1 dataset in my application, inside the dataset I have a TableAdapter with the SQL Statement " SELECT mytable.* FROM mytable " in the SelectCommand. then I want to change this CommandText programaticaly using a user textboxt to this TableAdapter. for example " SELECT name,email,note FROM mytable WHERE id=45 " How can I do this stuff --- To create the tableadapter I used the dataset designer, not programaticaly Got it!, After I made the table adapter public, this is the code I used to change the query for the dataset. this.searchTableAdapter._commandCollection[0]. ...Show All
Visual Studio Tooltip not showing up in ReportViewer
I have a report that displays an image in a table column that allows the user to drilldown into a detail report. The image has a tooltip associated with it. When I view the report in Report Manager it displays the tooltip. When I display the report in a ReportViewer control (in remote mode pointing at the same report) the tooltip does not display. Is this expected behaviour Report Manager is using the ReportViewer control, so there should be no difference. Can you post a simple repro rdl ...Show All
