Andrei Gheorghe's Q&A profile
SQL Server List of al lindexes and their properties for a db
sp_helpindex gives information for a single table. Is there a way of getting the same information for all user tables in a database ...Show All
Visual Studio Dynamic file references linked to build configuration
I am unsure if this is the correct forum but I am currently attempting to implement an automated build process for my company as well as streamlining the current build process for local builds. We currently use VS .NET 2003 while we await our installation media for VS .NET 2005 Team Edition (Tester version). Our projects are stored in CVS. I am willing to use MSBuild if that will help me. At the moment I'm using NAnt and Draco.NET. However ...Show All
Visual Studio Team System Copy-Past error?
Hi there! Have you noticed this In Agile Software Process - WorkItem Tracking - TypeDefinitions - risk.xml file there is this block: <!-- **************** Test Integration Fields ************************************************* --> < FIELD name = " Test Name " refname = " Microsoft.VSTS.Test.TestName " type = " String " reportable = " detail " > < HELPTEXT > The ...Show All
Visual C# How to assign 4 bytes of float to byte array
I need to assign each of the four bytes of a float type variable to four bytes of a byte array. Can someone suggest a way to do this In essence I would like to do this: byte_array[0] = float_byte1 byte_array[1] = float_byte2 byte_array[2] = float_byte3 byte_array[3] = float_byte4 This array will be sent via a USB transaction. On the other end I will need to re-assemble the float type variable... In ...Show All
Visual C# Sql Distinct
Hi How do we implement Sql Distinct in c# code i mean using something like rowfilter see here How to remove duplicate rows from a DataTable.... Andy John posted good code for removing duplicate rows Andy John wrote: using System; using System.Data; using System.Collections; namespace Demo_DataTableRemoveDupRows { class Class1 { [STAThread] static void Main( ...Show All
SQL Server Flat File Connection Manager does NOT fail
I use Flat File connection manager where I have defined the format of the file as "Ragged Right" (CR,LF Dos file) with no header rows. The columns are fixed width with Row Delimiter "{CR}{LF}". The problem is when I process a file with incorrect format. The file execution does not throw an error. Instead it throws a warning " There is a partial row at the end of the file.". How can I force the Flat file connection manager to FAIL if th ...Show All
Windows Forms MDI Problems
Am getting the following problems with MDI forms: 1. Child forms set to maximised at design time do not appear maximised when shown. 2. Icons of maximised child forms do not show in the control box menu until the MDI form is resized. 3. I can't get the toolbar buttons of child forms to merge with those of the MDI form. I've set the AllowMerge property of the MDI form toolstrip to True, and MergeAction of the child form toolstrip buttons to Appen ...Show All
Windows Live Developer Forums Visual Studio Only?
Is Visual Studio .NET 2003 or above going to be a requirement for MSN Search API developers I know it's early yet, however that's the only SDK I see and there's no information indicating anything else will be available. I ask because some of us have been developing API's (Google, Yahoo!, eBay, Amazon, etc, etc) for a long time now. You're going to be missing out on an awful lot of really good developers if you're going to have the r ...Show All
SQL Server Subscription to more than one report
Is it possible to create on subscription to three seperate reports and have the reports sent in one email I have three reports I would like to send at a certain time each Monday. I would like all three of them to come in one email. Anyone I need to send multiple verisions of the same report via email and the user only wants to see one email that contains all of the reports attached as Excel files. ...Show All
Windows Forms Forms and Parent property
Something has changed between how VS2003 and beta 2 and I need help in indentifying that. I have one form that I call a parent form. This form in not a MDI form. Within the parent form code I create a new form and make it a child of my parent form. The code is below. Form frm = new frmChildTest(); frm.TopLevel = false; frm.Parent = this; frm.Show(); It works, the new form, my child form, is contained within my parent form. ...Show All
Smart Device Development Adding item to setting page
Hi all, I would like to ask if it is possible to add an item (icon) in the setting page of smartphone (i.e. "setting.exe" as I found in process viewer) and then it will trigger some code written by me Forgot the link. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All
Visual Studio Directions/Sys Reqs/Pre Reqs needed: VS2005 beta 1 going to VS2005 beta 2
Help Please...I obviously missed something along the way. I had VS2005 Beta 1 installed (whidbey) and when the beta 1 testing period expired I removed it and got VS2005 Team beta 2. My OS is Windows 2000 professional (single machine) and there seemed to be no problems with beta1 (whidbey) but then I get beta 2 and all of a sudden I need Win2003 server and sharepoint services.... What ...Show All
.NET Development DataGrid & XML-File?
Hi there, I am a totaly newbie into the .net compact-Framework and have the following problem: In my application there is a DataGrid. I created a XML-File: < xml version="1.0" encoding="utf-8" > <Value Debitor="true="> <entry>Test 50</entry> </Value> There should be just one colums which rows contains the "entry"-values... Now my Problems: -How can I create a colum ...Show All
SQL Server ForEach Config validation errors
I have a Config file for a Data Flow that is utilizing a Configuration file. I have specified in the Configuration file to capture the Directory and FileSpec for the ForEach Enumeration. When I open the package, I get the following error: Warning 1 Warning loading ISOTypeLoss.dtsx: The package path referenced an object that cannot be found: "\Package\Foreach TC03 File.ForEachEnumerator.Properties[Directory]". This occurs when an attem ...Show All
.NET Development Opening the file as a New Process
I am trying to open a file, e.g. a text, .doc or .mpp file, when it runs on the localhost system opens a respective file, but when installed in the IIS 5.1 and IIS 6.0 as a virtual directory, and access the file, system doesn't opens................................................... Imports System.IO Imports System.Diagnostics Partial Class CR Inherits System.Web.UI.Page Dim projectPath As String Dim ...Show All
