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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|