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

C#

 
AnswerRe: How do you programmatically restart a Service? (specifically SQL Server) Pin
Andy Brummer13-Dec-06 11:37
sitebuilderAndy Brummer13-Dec-06 11:37 
QuestionResize row height in DataGrid (Pocket PC)? Pin
george ivanov13-Dec-06 7:17
george ivanov13-Dec-06 7:17 
Questionwin form datagridview sort by column Pin
fmardani13-Dec-06 6:07
fmardani13-Dec-06 6:07 
AnswerRe: win form datagridview sort by column Pin
Milky Way13-Dec-06 10:17
Milky Way13-Dec-06 10:17 
QuestionUnable to Deserialize - [cannot find an Assembly ] Pin
Eytukan13-Dec-06 5:48
Eytukan13-Dec-06 5:48 
AnswerRe: Unable to Deserialize - [cannot find an Assembly ] Pin
Karthik Kalyanasundaram13-Dec-06 6:03
Karthik Kalyanasundaram13-Dec-06 6:03 
GeneralRe: Unable to Deserialize - [cannot find an Assembly ] Pin
Eytukan13-Dec-06 18:05
Eytukan13-Dec-06 18:05 
QuestionDataTable.AcceptChanges Pin
wasife13-Dec-06 5:19
wasife13-Dec-06 5:19 
AnswerRe: DataTable.AcceptChanges Pin
Andrew Rissing13-Dec-06 7:23
Andrew Rissing13-Dec-06 7:23 
QuestionWriting to an access database with credentials Pin
Beaumont113-Dec-06 4:28
Beaumont113-Dec-06 4:28 
AnswerRe: Writing to an access database with credentials Pin
led mike13-Dec-06 6:39
led mike13-Dec-06 6:39 
GeneralRe: Writing to an access database with credentials Pin
Beaumont113-Dec-06 7:11
Beaumont113-Dec-06 7:11 
GeneralRe: Writing to an access database with credentials Pin
led mike13-Dec-06 7:22
led mike13-Dec-06 7:22 
GeneralRe: Writing to an access database with credentials Pin
Beaumont113-Dec-06 7:24
Beaumont113-Dec-06 7:24 
Questionhow to read from a ethernet connection Pin
faladrim13-Dec-06 3:43
faladrim13-Dec-06 3:43 
QuestionClass inheritance and interfaces Pin
Dario Solera13-Dec-06 3:39
Dario Solera13-Dec-06 3:39 
AnswerRe: Class inheritance and interfaces Pin
J4amieC13-Dec-06 3:45
J4amieC13-Dec-06 3:45 
GeneralRe: Class inheritance and interfaces Pin
Dario Solera13-Dec-06 3:52
Dario Solera13-Dec-06 3:52 
QuestionHow to insert listbox[multiselect] data Pin
mohd imran abdul aziz13-Dec-06 3:31
mohd imran abdul aziz13-Dec-06 3:31 
AnswerRe: How to insert listbox[multiselect] data Pin
althamda13-Dec-06 4:25
althamda13-Dec-06 4:25 
GeneralRe: How to insert listbox[multiselect] data Pin
mohd imran abdul aziz13-Dec-06 16:42
mohd imran abdul aziz13-Dec-06 16:42 
GeneralRe: How to insert listbox[multiselect] data Pin
althamda13-Dec-06 22:46
althamda13-Dec-06 22:46 
QuestionProblem with XML Pin
Bob Stanneveld13-Dec-06 3:11
Bob Stanneveld13-Dec-06 3:11 
Hello all!

We are working with a partner to integrate customer systems with eachother through EDI. The partner has a solution with translates XML messages to EDI messages and vice versa. All is going well with the translation from XML to EDI. In fact, if you consider the XML standard, all is going well with the translation from EDI to XML. The problem lies within the XML support of the Microsoft MBS Nav software.

The standard XML allows that the order of the attributes in an element varies with every message. For example:
<xmlelement attrib1="1" attrib2="2">
is considered the same as
<xmlelement attrib2="2" attrib1="1">
as far as the standard is concerned. MBS Nav however cannot handle these situations.

I know that .NET 2.0 has decent XML support. I also know a thing or two about C# and .NET. What I don't know, if there is an easy way to generate a XML file with a predetermined order of elements and attributes. I heard something about xsd schemas, but I have never worked with these things before.

Any pointers into a direction are highly appreciated! Thanks in advance.

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]

AnswerRe: Problem with XML Pin
Not Active13-Dec-06 3:23
mentorNot Active13-Dec-06 3:23 
AnswerRe: Problem with XML Pin
User 665813-Dec-06 3:45
User 665813-Dec-06 3:45 

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.