The Kalihi House's Q&A profile
.NET Development Controlling xml serialization of an optional field
Hi there. I'm trying to serialize/unserialize an object from a database (SQL Server 2k5). One of the columns is a DateTime column, however it supports being NULL - that is, no date specified. I'm using a XmlSerializer to unserialize the object from the database (getting the xml data from a query using "for xml auto"), and if the field for the row happens to be null, the property doesn't show up in the xml data coming from the dat ...Show All
SQL Server How run SSIS package from MsAccess?
How run SSIS package from MsAccess Executing a package from the command-line using dtexec is the ONLY way you can pass parameters to the package. I'm confused as to: a) Why you think command-line is not suitable for you b) Why you want to do this from MS Access -Jamie ...Show All
Visual Studio 2008 (Pre-release) Installation troubles
Hi, All! I've downloaded winfxsetup.exe that is supposed to install Indigo. The setup installed .NET 2.0 Beta 2 ( v2.0.50215 ), so far so good, Indigo installed also with no problem. The next item was Avalon Beta1 and WinFX Runtime Beta1. On this point setup failed Application event log shows interesting info Source: MsiInstaller Description: Product: Microsoft "Avalon" Beta 1 v6.0.4093.40928 -- You must install v2.0.50215 of the ...Show All
Visual J# How do I get the separator + a more general question
I have a textbox in which I enter numbers. I extract the individual strings and I would like to know how I can extract the specific separators. Also a more general question. If the processing of this text data would get more complicated how should I proceed So far as seen in the code example it's no problem doing everything inside the textbox change event function. For the moment the indata is supposed to be integers that are added up. But I wou ...Show All
Visual C# Focus
How can I assure that my C#.2005 application has allways focus You can hook the WH_SHELL and just filter out the message WM_ACTIVATE message. When ever this accors you check the focus and if it isn't on you application, set it on yours. Information about hooking in .NET can be found here: Windows Hooks in the .NET Framework . ...Show All
.NET Development Second record from WMI: MSNDis_80211_BSSIList is incorrect
Hi, when i get data from the WMI, for example with "SELECT * FROM MSNDis_80211_BSSIList". The first Ndis80211BSSIList object is ok, but the others are just garbage. I read on some forums that this problem started from SP2, has anyone an idea how to solve this. regards Maarten ...Show All
Software Development for Windows Vista Obtain Vista Beta 2
Were can i obtain a copy of vista beta 2 Because i went on that page and all you can down is sdk image. Did they remove it or what Please HELP hahaha no serious it's irritating Thnx allot Windows Vista Beta 2 is not released yet. ...Show All
Visual Studio Can't repair/uninstall GAT or GAX
I have installed Guidance Automation Toolkit and Extensions along with VS 2005 Beta a few months ago. Now after uninstall VS2005 Beta and installed the new VS2005 Team System Trail version and start up the new VS IDE, I get an error msg saying that "...error reading the manifest file for the Guidance Automation Extensions. The error is -->Method not found: 'Void System.Xml.XmlReaderSettings.set_XsdValidate(Boolean)'." followed by another err ...Show All
Windows Forms Event for Dynamically Created Controls
Hi All, i have a form which creates the controls according to the no of records present in dataset and then these are binded to the certain row of the table of the dataset and my code for this is Sub createcontrols()   ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Asset Relationship Management
Hi, I am quite interested in the functionality that the ARM API can provide and think that it will be very useful to us and I would like to do an evaluation of it. Are there any samples or tutorials online or in the March 2006 CTP that explain how to use the API Cheers Ashley Davis Lead Programmer Kuju Entertainment Hi Ashley - Thanks for the feedback. You should have documentation nodes installed for this. After you inst ...Show All
Visual Studio 2008 (Pre-release) TransactionFlow vs. OperationBehavior - TransactionScopeRequired
Hi all, Can anyone clarify what is the difference between decorating an operation with OperationBehavior - TransactionScopeRequired = true to decorating it with TransactionFlow Thanks in advance, Guy TransactionFlow attribute(AT SERVICE LEVEL) =============== Transaction flow is enabled with the transactionFlow attribute, which may be set to true or false as shown in the follow ...Show All
Visual Basic listbox object display
hi... using vb.net 2003... newbie here... i tried searching the forums and could not find my answer... sorry for the inexperience i am about to bring... anyway, i am trying to build a listbox of objects and have a string displayed, but also store a tag as well to save the key info... i initially used a treenode object, but it displays "treenode: ....." i don't want "treenode" displayed... then i tried creatin ...Show All
SQL Server RS with W98
Hello I dont know the problem, I have install SQL 2005 Express with Reporting Services in Windows Server 2003, on this machine i saw the report from internet explorer, the other computer whit WXP i saw the report whit problem, but when i trye to see from computer with W98 i dont see the report, the IE show error with conecction and i dont know the problem, if i forget to installs something. Please help me ...Show All
SQL Server Error while importing Text file using Import Export Wizard
Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare ...Show All
.NET Development .NET 1.1 process.kill?
Hi. in .NET 1.1, I can create a process: Process someProcess = new Process(); someProcess.StartInfo.FileName = this .someTextBox.Text; someProcess.Start(); However, if i wish to kill that process, I have tried using: someProcess.Kill(); //AND: someProcess.Close(); however both of the processes to close/kill results in an exception: "No process is associated with this object" &nb ...Show All
