Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fitting Buttons to Bitmaps Pin
Guinness4Strength24-May-04 15:25
Guinness4Strength24-May-04 15:25 
GeneralCR 9 for C#.net Question Pin
frank2124-May-04 10:17
frank2124-May-04 10:17 
GeneralRe: CR 9 for C#.net Question Pin
Heath Stewart24-May-04 11:40
protectorHeath Stewart24-May-04 11:40 
GeneralAdding Menu Items in C# using Visual Studio Tools for Microsoft Office Pin
mevenson24-May-04 8:39
mevenson24-May-04 8:39 
Generaldataset error Pin
MrJJKoolJ24-May-04 8:23
MrJJKoolJ24-May-04 8:23 
GeneralRe: dataset error Pin
Marc Clifton24-May-04 8:37
mvaMarc Clifton24-May-04 8:37 
GeneralRe: dataset error Pin
Dave Kreskowiak24-May-04 8:39
mveDave Kreskowiak24-May-04 8:39 
GeneralRe: dataset error Pin
MrJJKoolJ24-May-04 8:57
MrJJKoolJ24-May-04 8:57 
Hi Dave,

It was because I was using the wrong method argument for the dataset. I had it using a string sFilename when in order to use the XmlMode.Diffgram I needed to supply a XmlWriter object instead. Blush | :O So as soon as I supplied it the proper method arguments all was well.
Weird error message though ! Confused | :confused:

<br />
public void WriteXml(<br />
   XmlWriter writer,<br />
   XmlWriteMode mode<br />
);<br />
<br />


Thanks,

JJ
GeneralRe: dataset error Pin
sreejith ss nair24-May-04 20:08
sreejith ss nair24-May-04 20:08 
GeneralRe: dataset error Pin
sreejith ss nair24-May-04 20:09
sreejith ss nair24-May-04 20:09 
General64bit Pin
Dimitris Iliopoulos24-May-04 7:54
Dimitris Iliopoulos24-May-04 7:54 
GeneralRe: 64bit Pin
Marc Clifton24-May-04 8:10
mvaMarc Clifton24-May-04 8:10 
GeneralRe: 64bit Pin
Dave Kreskowiak24-May-04 8:22
mveDave Kreskowiak24-May-04 8:22 
GeneralRe: 64bit Pin
leppie24-May-04 11:04
leppie24-May-04 11:04 
GeneralCalling a Web Service Pin
MrJJKoolJ24-May-04 7:44
MrJJKoolJ24-May-04 7:44 
GeneralRe: Calling a Web Service Pin
Dave Kreskowiak24-May-04 8:07
mveDave Kreskowiak24-May-04 8:07 
GeneralRe: Calling a Web Service Pin
MrJJKoolJ24-May-04 8:18
MrJJKoolJ24-May-04 8:18 
GeneralRe: Calling a Web Service Pin
Dave Kreskowiak24-May-04 8:33
mveDave Kreskowiak24-May-04 8:33 
GeneralProperties and ArrayLists Pin
morph3us24-May-04 6:13
morph3us24-May-04 6:13 
GeneralRe: Properties and ArrayLists Pin
CWIZO24-May-04 6:37
CWIZO24-May-04 6:37 
GeneralRe: Properties and ArrayLists Pin
morph3us24-May-04 6:49
morph3us24-May-04 6:49 
GeneralRe: Properties and ArrayLists Pin
Marc Clifton24-May-04 8:00
mvaMarc Clifton24-May-04 8:00 
GeneralRe: Properties and ArrayLists Pin
leppie24-May-04 11:21
leppie24-May-04 11:21 
GeneralRe: Properties and ArrayLists Pin
Jeremy Kimball24-May-04 8:12
Jeremy Kimball24-May-04 8:12 
GeneralRe: Properties and ArrayLists Pin
Werdna25-May-04 3:46
Werdna25-May-04 3:46 

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.