Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet sdk > march 2004 > threads for march 1 - 7, 2004

Filter by week: 1 2 3 4 5

XmlValidatingReader ERROR !!!!
Posted by sxMinister at 3/6/2004 1:16:05 PM
Hi I need to validate a XML Document using the W3C XForms Schema I'm doing it like thi reader = new XmlValidatingReader(xml, XmlNodeType.Document, null) reader.Schemas.Add(XmlSchema.Read new FileStream("XML-Events-Schema.xsd", FileMode.Open), null)) reader.Schemas.Add(XmlSchema.Re...more >>


External Process Wait n Seconds?
Posted by localhost at 3/4/2004 4:43:38 PM
I want to launch a .exe with "new Process();" and wait for 20 seconds for it to quit before I thow an exception. Can anyone show a quick example on how to do that? Thanks. ...more >>

HTML parsing
Posted by z. f. at 3/4/2004 10:35:16 AM
Hi,=20 what is the best way to parse HTML (coming from servers) in order to = automate HTML/HTTP interaction. i know i can use the internet explorer control, but this seems to be the = most expensive way, but also it is convenience, since i can put values = in input and submit forms etc. o...more >>

upgrading .net for VS 2002
Posted by Slipperman at 3/4/2004 1:01:06 AM
i have Visual Studio Academic 2002 which came with .Net 1.0. a while ago, i ordered the .Net 1.1 framework/sdk on CD. just today i went ahead and installed everything (IE6 sp, mdac, etc) on my 2000 machine but instead of the install recognizing the old framework was there and overriding it, it i...more >>

'IDataObject' : ambiguous symbol
Posted by EHuq at 3/3/2004 9:16:06 PM
Hi there I am facing a problem. When I include my unmanaged header file in my form1.h file, I am facing the compile error with the following messag C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ObjIdl.h(7408) : error C2872: 'IDataObject' : ambiguous symbo co...more >>

Red "X" problem with Overflow error
Posted by Aaron Queenan at 3/3/2004 1:01:57 PM
I have am writing .NET application which uses COM interop. Sometimes, while pressing buttons or interacting with the controls, an unhandled exception message appears due to an "Overflow error", with the information below. It always appears while drawing the form, but happens with different co...more >>

multiple digit dtmf grammar
Posted by shivan at 3/3/2004 12:41:10 PM
I am trying to create dtmf grammar which accepts 5 digits. Here is how the grammar looks like <rule id="UserIdDtmf" scope="public"><item repeat="1-5"><?MS_Grammar_Editor GroupWrap?><one-of><item>1</item><item>2</item><item>3</item><item>4</item><item>5</item><item>6</item><item>7</item><item>8</it...more >>

FileSystemWatcher Problem
Posted by Mike Fegter at 3/2/2004 12:46:40 PM
I am a bit confused. I am using a 3rd party COM object that adds records to a SQL DB through OLE (that's what they use). I can get this working perfectly in .NET. Now, when I add the FileSystemWatcher to the code, watching for new files. Upon a new file, read the file and use that info...more >>



SoapService and Encryption?
Posted by localhost at 3/1/2004 11:56:08 AM
I am looking for samples on transparently wrapping encryption and digital signatures in the Web Services Enhancements 2.0 Messaging API. I like the SoapSender and SoapReceiver, but I need a way to transparently marry password-encryption and signing for the the sender and signature verification a...more >>


DevelopmentNow Blog