ohansen's Q&A profile
Visual Studio Team System Latest updates are reflected to the server
Hi In the team system, when latest version is checked in by a user all other programmers who is working with that version is not able to get the up to date version. This doesnt happen every time. Any help on this issue is appreciated. Thanks BSS Hey BSS, This forum is for questions specific to the tools shipping with VSTS for developers (such as the profiler, static analysis tools and unit testing ...Show All
Windows Forms I'm not understanding this...
Hi, This is what I'm doing: public void Bla() { DataRow row = dataSet.Tables["Table1"].NewRow(); row["bla"] = ...; ... dataSet.Tables["Table1"].Rows.Add(row ); adapter.Update(dataSet, "Table1"); &nbs ...Show All
Windows Forms Passing arguments in a ClickOnce UNC deployed project
I have a ClickOnce application that I am distributing by both web/HTTP and UNC. I need to pass arguments to my application. When I launch from the web address, I can use System.Deployment.Application. ApplicationDeployment .CurrentDeployment.ActivationUri along with a launch URL of URL.application arg=value and parse the query string. However, I can't find any way to do the same for a UNC URL. The ActivationUri is null whe ...Show All
Smart Device Development Using Existing COM components of Smart Device in VS 2005
Hi The article "COM Interop in CF 2.0" provides good help on creating new COM components and using them in smart device applications. However i would like to how can i Add Reference to the existing COM components of the smart device. In order to do this it seems first i need to get the tlb file for the corresponding dll. But the remote file viewer tool doesn't show the tlb/idl file in the smart device, it just shows dll file. So how can ...Show All
.NET Development Collection of DataSetTableAdapters?
Is it possible in VS2005 (Visual Basic specifically) to get a collection of the DataSetTableAdapters in an application I have a strongly typed DataSet without about 30 datatables in it that I've generated DataSetTableAdapters for, and I want to loop through them to fill them. Maybe there'll someway using namespaces to iterate for each class there but I don't know about it. But you can use assembly class to l ...Show All
SQL Server Upgrade from 32-bit eval to 64-bit enterprise?
I have a 32-bit evaluation edition installed on my 64-bit server. I have purchased a license for 64-bit enterprise edition. Can I upgrade from the 32-bit eval edition to the 64-bit enterprise edition If I can - should I Is the better approach to install a new named instance of the 64-bit enterprise edition - the 32-bit eval edition is an unnamed instance. All guidance is appreciated. Thanks. You can't dire ...Show All
Visual C# Storing symmetric key on local system
I have a windows service that runs under LocalSystem account and communicates with a webservice over the internet. It uses symmetric encryption to keep the proxy credentials encrypted in an xml file. I need some guidance on the best way of securing the symmetric key on the local system. Any help will be appreciated. ...Show All
Smart Device Development How to write a program for barcode scanner MC1000
I am trying to setup a program to scan data into a table on a Symbol MC1000. I have the Symbol scanner, Activesync 4.1 and Visual Studio .Net installed. However, I am not sure where to start. Does anyone have a sample program in VB.net and instructions on how to implemenent it Thanks, Ryan The Symbol SMDK.NET (devkit for .NET) is available from Symbol DevZone. A free registration is required. The kit (1.2 for V ...Show All
Visual Studio 2008 (Pre-release) Avalon equivalent of LinkLabel?
Hello, Is there an Avalon equivalent of the WinForms LinkLabel control I have been able to more or less write my own by using a control template with the Button class, but its kind of a pain. Is this sort of control already in the framework somewhere Thanks, John Ah it didnt occur to me to look in the System.Windows.Documents namespace. I'll check it out... Thanks John ...Show All
Visual Basic MDIForm
How can I activate a MDIChild form after closing a non MDI form because all the commands in the Childform_Activated event after closing a non MDI form was not working Childform_Activated Dim i As Integer lsvBacBus.Items.Clear() i = 0 SQL( "SELECT * FROM Course" ) Do While Not Rs.EOF lsvBacBus.Items.Add(Rs.Fields( "coursecode" ).Value) lsvBacBus.Items.Item(i).SubItems.Add( "1" ).Text = (Rs.Fields( "coursename" ).Value)lsvBacBus.Ite ...Show All
Windows Forms Find the calculated field in the datagridview
Hi In the Footer Section of datagridview i want to show th sum of particulars columns data How ca do this in with th datagridview Thanks in advance thanks for the direction But will u please write some code to understand wat u r suggesting How to find fileds to be calculated Wherre this total textbox will be placed. Thanks in advance ...Show All
SQL Server Microsoft .NET Data Provider for mySAP Business Suite, PROPER Version ???
This is available at http://www.microsoft.com/downloads/details.aspx familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en Currently this is tagged as pre-release software. A preview version. When will a fully licensed version be available Also, has anyone used it Any experiences to share Thanks -Jamie The Microsoft .NET Data Provider for mySAP Business Suite 1.0 – Status Update Here is an update o ...Show All
Windows Forms DataRow Problem?
Windows Forms.Visual Studio 2002 Architect.Northwind.dbo. --------------------------------------------------------------------- Hi, I've tryed several ways and get the same error. I used a Wizard Form. (One ListBox, One DataGrid and Button). I only added: - one MultiExtended ListBox1 and set as&nb ...Show All
Visual C++ Inherited nested class bug
/* Inherited nested class bug class B inherits from A::Nested and defines a class named Nested itself. So B is a composition of : B::A::Nested B::Nested class D should be a composition of : A::Nested B::Nested The enclosing class should behave like a scope for nested classes and its name can be used to discriminate between equal named objects from different scopes. The example compiles with comeau ( http://www.comeaucomputing.com/ ) and gcc ...Show All
Windows Forms Outlook Calendar Look and Feel - Corrupts Form Designer
I added the CalendarLibrary project (Outlook Calendar Look and Feel) to my solution. First I encountered the Serialization problem and used the fix listed here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=167334&SiteID=1 I add a reference from my VB project to the CalendarLibrary project, add a new form to my VB project and drag and drop the Calendar control onto the form. When I build the solution I get this er ...Show All
