Click here to Skip to main content
16,013,322 members
Home / Discussions / C#
   

C#

 
QuestionCompact Access Database using C# Pin
sgrass-11126-Jun-06 3:13
sgrass-11126-Jun-06 3:13 
QuestionMultiple Tables in one XML file Pin
PBS_LKI26-Jun-06 3:12
PBS_LKI26-Jun-06 3:12 
AnswerRe: Multiple Tables in one XML file Pin
Dustin Metzgar26-Jun-06 3:25
Dustin Metzgar26-Jun-06 3:25 
GeneralRe: Multiple Tables in one XML file Pin
PBS_LKI26-Jun-06 3:38
PBS_LKI26-Jun-06 3:38 
GeneralRe: Multiple Tables in one XML file Pin
Dustin Metzgar26-Jun-06 4:08
Dustin Metzgar26-Jun-06 4:08 
GeneralRe: Multiple Tables in one XML file Pin
PBS_LKI26-Jun-06 4:26
PBS_LKI26-Jun-06 4:26 
GeneralRe: Multiple Tables in one XML file Pin
Dustin Metzgar26-Jun-06 5:07
Dustin Metzgar26-Jun-06 5:07 
AnswerRe: Multiple Tables in one XML file Pin
Rob Graham26-Jun-06 5:14
Rob Graham26-Jun-06 5:14 
The problem is with your schema: you have two different definitions for category. The first (in ServiceCategory) is a complexy type with a sequence of simple types, the second (in ServiceRequest) is just a single element simple type. to do this, you should give them different names (Category and CallCategory).
Or try modeling themn as classes and using the xsd tool to create the corresponding schema.

GeneralRe: Multiple Tables in one XML file Pin
PBS_LKI26-Jun-06 23:17
PBS_LKI26-Jun-06 23:17 
QuestionCode performance Pin
Kasic Slobodan26-Jun-06 3:01
Kasic Slobodan26-Jun-06 3:01 
QuestionHow to use RTC Client with C#.Net? Pin
Divyang Mithaiwala26-Jun-06 2:48
Divyang Mithaiwala26-Jun-06 2:48 
QuestionForm OnPaint Overflow Exception Pin
Shajeel26-Jun-06 2:23
Shajeel26-Jun-06 2:23 
AnswerRe: Form OnPaint Overflow Exception Pin
Judah Gabriel Himango26-Jun-06 6:15
sponsorJudah Gabriel Himango26-Jun-06 6:15 
GeneralRe: Form OnPaint Overflow Exception Pin
Shajeel26-Jun-06 19:20
Shajeel26-Jun-06 19:20 
GeneralRe: Form OnPaint Overflow Exception Pin
Judah Gabriel Himango27-Jun-06 4:16
sponsorJudah Gabriel Himango27-Jun-06 4:16 
GeneralRe: Form OnPaint Overflow Exception Pin
Shajeel27-Jun-06 20:00
Shajeel27-Jun-06 20:00 
Questioni incounter substring problem Pin
paulcortez26-Jun-06 2:12
paulcortez26-Jun-06 2:12 
AnswerRe: i incounter substring problem Pin
Daniele Ferrero26-Jun-06 2:18
Daniele Ferrero26-Jun-06 2:18 
GeneralRe: i incounter substring problem Pin
johan313126-Jun-06 3:48
johan313126-Jun-06 3:48 
GeneralRe: i incounter substring problem Pin
paulcortez27-Jun-06 21:52
paulcortez27-Jun-06 21:52 
AnswerRe: i incounter substring problem Pin
Mike Poz26-Jun-06 13:30
Mike Poz26-Jun-06 13:30 
GeneralRe: i incounter substring problem Pin
paulcortez27-Jun-06 21:53
paulcortez27-Jun-06 21:53 
AnswerRe: i incounter substring problem Pin
Bogdan Damian27-Jun-06 8:04
Bogdan Damian27-Jun-06 8:04 
QuestionCrystal Report with windows forms Pin
Mairaaj Khan26-Jun-06 2:06
professionalMairaaj Khan26-Jun-06 2:06 
AnswerRe: Crystal Report with windows forms Pin
Michael P Butler26-Jun-06 2:11
Michael P Butler26-Jun-06 2:11 

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.