Click here to Skip to main content
16,008,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text.Replace Pin
jphuphilly23-Jun-03 13:31
jphuphilly23-Jun-03 13:31 
GeneralRe: Text.Replace Pin
leppie23-Jun-03 14:52
leppie23-Jun-03 14:52 
GeneralContext Menu Show on Notify Icon Click Pin
Zachery23-Jun-03 9:18
Zachery23-Jun-03 9:18 
GeneralRe: Context Menu Show on Notify Icon Click Pin
leppie23-Jun-03 10:09
leppie23-Jun-03 10:09 
GeneralRe: Context Menu Show on Notify Icon Click Pin
Zachery23-Jun-03 11:08
Zachery23-Jun-03 11:08 
GeneralRe: Context Menu Show on Notify Icon Click Pin
leppie23-Jun-03 11:20
leppie23-Jun-03 11:20 
GeneralRunning JavaScript from a Windows Form Pin
confusedCS23-Jun-03 9:10
confusedCS23-Jun-03 9:10 
GeneralCan't Generate Dataset from XSD Pin
Jarrett Vance23-Jun-03 6:06
Jarrett Vance23-Jun-03 6:06 
I'm not sure what is wrong with my setup but I can't generate a dataset class of the following schema
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema id="dccollection" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://diglib.auburn.edu/schemas/dccollection/"
targetNamespace="http://diglib.auburn.edu/schemas/dccollection/"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc.xsd" />
<xs:element name="record" type="dc:elementContainer" />
<xs:element name="dccollection">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="record"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
I always get a error CS0542: 'dccollection': member names cannot be the same as their enclosing types

Can anyone else build a typed dataset without compile errors of this schema?
GeneralRe: Can't Generate Dataset from XSD Pin
leppie23-Jun-03 6:58
leppie23-Jun-03 6:58 
Questionmouse position relative to the whole screen? Pin
dazinith23-Jun-03 4:17
dazinith23-Jun-03 4:17 
AnswerRe: mouse position relative to the whole screen? Pin
Heath Stewart23-Jun-03 4:28
protectorHeath Stewart23-Jun-03 4:28 
GeneralDataGrid Quandries Pin
RB@Emphasys23-Jun-03 3:28
RB@Emphasys23-Jun-03 3:28 
GeneralRe: DataGrid Quandries Pin
Dimitris Iliopoulos23-Jun-03 12:02
Dimitris Iliopoulos23-Jun-03 12:02 
GeneralDialog Event? Refresh attempt. Pin
irishhokie23-Jun-03 2:58
irishhokie23-Jun-03 2:58 
GeneralRe: Dialog Event? Refresh attempt. Pin
dazinith23-Jun-03 4:09
dazinith23-Jun-03 4:09 
GeneralRe: Dialog Event? Refresh attempt. Pin
irishhokie23-Jun-03 7:04
irishhokie23-Jun-03 7:04 
GeneralAllowing/Disallowing Controls in the ToolBox Pin
Qarash23-Jun-03 2:52
Qarash23-Jun-03 2:52 
GeneralAdjusting Context Menu Positions Pin
venkatasundaram23-Jun-03 2:10
venkatasundaram23-Jun-03 2:10 
GeneralRe: Adjusting Context Menu Positions Pin
Kannan Kalyanaraman23-Jun-03 2:30
Kannan Kalyanaraman23-Jun-03 2:30 
GeneralCalling simple DOS Commands from C# Pin
STW23-Jun-03 0:00
STW23-Jun-03 0:00 
GeneralRe: Calling simple DOS Commands from C# Pin
Rocky Moore23-Jun-03 0:58
Rocky Moore23-Jun-03 0:58 
GeneralRe: Calling simple DOS Commands from C# Pin
STW23-Jun-03 5:57
STW23-Jun-03 5:57 
GeneralRichTextBox colouring Pin
S O S22-Jun-03 21:47
S O S22-Jun-03 21:47 
GeneralRe: RichTextBox colouring Pin
dynamic23-Jun-03 8:18
dynamic23-Jun-03 8:18 
GeneralRe: RichTextBox colouring Pin
S O S23-Jun-03 10:40
S O S23-Jun-03 10:40 

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.