Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
AnswerRe: System info Pin
Judah Gabriel Himango5-Nov-06 12:14
sponsorJudah Gabriel Himango5-Nov-06 12:14 
GeneralRe: System info Pin
sj_h15-Nov-06 12:18
sj_h15-Nov-06 12:18 
GeneralRe: System info Pin
Judah Gabriel Himango5-Nov-06 12:45
sponsorJudah Gabriel Himango5-Nov-06 12:45 
GeneralRe: System info Pin
sj_h15-Nov-06 14:21
sj_h15-Nov-06 14:21 
QuestionCan you add a SYSTEM dtd with CreateDocumentType ? Pin
Bart7Simpson75-Nov-06 11:00
Bart7Simpson75-Nov-06 11:00 
Questionreplace value in XML file Pin
peterchen5-Nov-06 10:49
peterchen5-Nov-06 10:49 
AnswerRe: replace value in XML file Pin
Steve Echols5-Nov-06 11:46
Steve Echols5-Nov-06 11:46 
GeneralRe: replace value in XML file Pin
peterchen6-Nov-06 20:58
peterchen6-Nov-06 20:58 
This almost works Smile | :)

The document gets loaded correctly (according to the debugger) - but the selectsinglenode doesn't work.

Here's the XML:

<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>8.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>8.0</Version>
</HostApplication>
<Addin>
<FriendlyName>peterchens Linkify</FriendlyName>
<Description>Link source code comments to external documentation</Description>
<AboutBoxDetails>For more information, see the respective article at codeporject.com\r\n\r\nCopyright (c) 2006 Peter Hauptmann</AboutBoxDetails>
<AboutIconData>(blubber blubber)</AboutIconData>
<Assembly>D:\Sources\C#\Linkify\bin\Linkify.dll</Assembly>
<FullClassName>Linkify.Connect</FullClassName>
<LoadBehavior>1</LoadBehavior>
<CommandPreload>1</CommandPreload>
<CommandLineSafe>0</CommandLineSafe>
</Addin>
</Extensibility>

I need the LoadBehavior and CommandPreload elements, but SelectSingleNode("/Extensibility/Addin/LoadBehavior") returns a null node. can you help?



GeneralRe: replace value in XML file Pin
Steve Echols6-Nov-06 21:35
Steve Echols6-Nov-06 21:35 
AnswerRe: replace value in XML file Pin
Bart7Simpson75-Nov-06 11:57
Bart7Simpson75-Nov-06 11:57 
QuestionCan BinaryWriter write strings? Pin
Lord Kixdemp5-Nov-06 10:21
Lord Kixdemp5-Nov-06 10:21 
AnswerRe: Can BinaryWriter write strings? Pin
Guffa5-Nov-06 10:46
Guffa5-Nov-06 10:46 
GeneralRe: Can BinaryWriter write strings? Pin
Lord Kixdemp5-Nov-06 13:01
Lord Kixdemp5-Nov-06 13:01 
GeneralRe: Can BinaryWriter write strings? Pin
Guffa5-Nov-06 13:52
Guffa5-Nov-06 13:52 
QuestionAttempted to read and write protected memory Pin
Nadia Monalisa5-Nov-06 7:55
Nadia Monalisa5-Nov-06 7:55 
AnswerRe: Attempted to read and write protected memory Pin
Rob Graham5-Nov-06 8:06
Rob Graham5-Nov-06 8:06 
AnswerRe: Attempted to read and write protected memory Pin
kahkaha5-Nov-06 8:32
kahkaha5-Nov-06 8:32 
GeneralRe: Attempted to read and write protected memory Pin
Nadia Monalisa5-Nov-06 8:46
Nadia Monalisa5-Nov-06 8:46 
QuestionOposite / Inverse Color Pin
TeamWild5-Nov-06 7:07
TeamWild5-Nov-06 7:07 
AnswerRe: Oposite / Inverse Color Pin
Insincere Dave5-Nov-06 7:19
Insincere Dave5-Nov-06 7:19 
AnswerRe: Oposite / Inverse Color Pin
Guffa5-Nov-06 7:33
Guffa5-Nov-06 7:33 
GeneralRe: Oposite / Inverse Color Pin
Amar Chaudhary5-Nov-06 23:28
Amar Chaudhary5-Nov-06 23:28 
Questionoverride Pin
wanlim08175-Nov-06 5:47
wanlim08175-Nov-06 5:47 
AnswerRe: override Pin
Vega025-Nov-06 9:21
Vega025-Nov-06 9:21 
Questionreading from a file Pin
arjunsasikumar5-Nov-06 4:04
arjunsasikumar5-Nov-06 4:04 

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.