Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read deadlock on child process Pin
brucemo12-Sep-05 20:04
brucemo12-Sep-05 20:04 
QuestionIssue with Form Sizing Pin
DeepToot12-Sep-05 11:57
DeepToot12-Sep-05 11:57 
AnswerRe: Issue with Form Sizing Pin
Christian Graus12-Sep-05 12:48
protectorChristian Graus12-Sep-05 12:48 
GeneralRe: Issue with Form Sizing Pin
DeepToot13-Sep-05 4:32
DeepToot13-Sep-05 4:32 
QuestionNeed to write a Form that accepts dropping files dragged from Explorer Pin
12-Sep-05 11:26
suss12-Sep-05 11:26 
AnswerRe: Need to write a Form that accepts dropping files dragged from Explorer Pin
Member 103390712-Sep-05 12:21
Member 103390712-Sep-05 12:21 
AnswerRe: Need to write a Form that accepts dropping files dragged from Explorer Pin
Mohamad Al Husseiny12-Sep-05 12:43
Mohamad Al Husseiny12-Sep-05 12:43 
QuestionDeserializer question Pin
Tom Wright12-Sep-05 11:23
Tom Wright12-Sep-05 11:23 
I get an exception when trying to read in my XML document, which is the settings for my serial port. The error is this:

There is an error in XML document(2, 2)

<CommBaseSettings xmlns="> was not expected

Here is a snippet of the xml document

<?xml version="1.0"?>
<CommBaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<port>COM3</port>
<baudRate>2400</baudRate>
<parity>none</parity>


Can someone help me out in inderstanding what is going on here?

Thanks
FYI I'm using a class called CommBase from MS that some dude wrote up in an MSDN mag some years ago. Soe far it works great, just getting the settings to read in. Saves them just fine.

Thanks

Tom Wright
tawright915@yahoo.com

-- modified at 17:37 Monday 12th September, 2005
AnswerRe: Deserializer question Pin
S. Senthil Kumar12-Sep-05 15:26
S. Senthil Kumar12-Sep-05 15:26 
Questionlength Pin
xilefxilef12-Sep-05 10:57
xilefxilef12-Sep-05 10:57 
QuestionMoving files Pin
BECK712-Sep-05 7:11
BECK712-Sep-05 7:11 
AnswerRe: Moving files Pin
leppie12-Sep-05 7:23
leppie12-Sep-05 7:23 
AnswerRe: Moving files Pin
KaptinKrunch12-Sep-05 7:44
KaptinKrunch12-Sep-05 7:44 
GeneralRe: Moving files Pin
BECK712-Sep-05 10:04
BECK712-Sep-05 10:04 
GeneralRe: Moving files Pin
KaptinKrunch12-Sep-05 14:16
KaptinKrunch12-Sep-05 14:16 
QuestionMailer Application Pin
GalRatz12-Sep-05 6:24
GalRatz12-Sep-05 6:24 
AnswerRe: Mailer Application Pin
Jon Sagara12-Sep-05 6:36
Jon Sagara12-Sep-05 6:36 
GeneralRe: Mailer Application Pin
GalRatz12-Sep-05 8:25
GalRatz12-Sep-05 8:25 
QuestionDeveloping application for Smartphones and PDAs Pin
rnvrnv12-Sep-05 5:40
rnvrnv12-Sep-05 5:40 
AnswerRe: Developing application for Smartphones and PDAs Pin
Jon Sagara12-Sep-05 7:04
Jon Sagara12-Sep-05 7:04 
Questioncaching GDI+ objects? Pin
CWinThread12-Sep-05 5:31
CWinThread12-Sep-05 5:31 
AnswerRe: caching GDI+ objects? Pin
Dave Kreskowiak12-Sep-05 6:11
mveDave Kreskowiak12-Sep-05 6:11 
GeneralRe: caching GDI+ objects? Pin
CWinThread12-Sep-05 10:14
CWinThread12-Sep-05 10:14 
QuestionTwo dimensional double array Pin
SenorSouza12-Sep-05 4:52
SenorSouza12-Sep-05 4:52 
AnswerRe: Two dimensional double array Pin
Christian Graus12-Sep-05 12:50
protectorChristian Graus12-Sep-05 12:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.