Click here to Skip to main content
15,897,226 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralExchange server 5.5 Pin
pushpi10-Mar-04 1:02
pushpi10-Mar-04 1:02 
GeneralSave word Pin
Sreepathi8-Mar-04 11:53
Sreepathi8-Mar-04 11:53 
GeneralRe: Save word Pin
Peter Greenall8-Mar-04 12:04
Peter Greenall8-Mar-04 12:04 
GeneralRe: Save word Pin
Sreepathi8-Mar-04 12:52
Sreepathi8-Mar-04 12:52 
GeneralRe: Save word Pin
Philip Fitzsimons9-Mar-04 6:21
Philip Fitzsimons9-Mar-04 6:21 
QuestionOracle Notification Services?? Pin
Chen Venkataraman8-Mar-04 9:42
Chen Venkataraman8-Mar-04 9:42 
General.net 1.1 bug? XmlDocument.CreateProcessingInstruction Pin
Anonymous8-Mar-04 9:14
Anonymous8-Mar-04 9:14 
GeneralRe: .net 1.1 bug? XmlDocument.CreateProcessingInstruction Pin
Philip Fitzsimons9-Mar-04 6:24
Philip Fitzsimons9-Mar-04 6:24 
your code is wrong, you need to add the pi to the document...

XmlDocument doc = new XmlDocument();<br />
XmlProcessingInstruction pi = doc.CreateProcessingInstruction(...);<br />
doc.AppendChild(pi);





"When the only tool you have is a hammer, a sore thumb you will have."

Question.NET platform independant? Pin
Peter Greenall8-Mar-04 8:23
Peter Greenall8-Mar-04 8:23 
AnswerRe: .NET platform independant? Pin
John Kuhn8-Mar-04 8:51
John Kuhn8-Mar-04 8:51 
GeneralRe: .NET platform independant? Pin
Michael Flanakin17-Mar-04 2:17
Michael Flanakin17-Mar-04 2:17 
GeneralRe: .NET platform independant? Pin
John Kuhn17-Mar-04 5:56
John Kuhn17-Mar-04 5:56 
GeneralRe: .NET platform independant? Pin
Michael Flanakin19-Mar-04 1:46
Michael Flanakin19-Mar-04 1:46 
GeneralRe: .NET platform independant? Pin
John Kuhn22-Mar-04 15:36
John Kuhn22-Mar-04 15:36 
GeneralRe: .NET platform independant? Pin
Michael Flanakin23-Mar-04 1:50
Michael Flanakin23-Mar-04 1:50 
GeneralRe: .NET platform independant? Pin
John Kuhn23-Mar-04 15:37
John Kuhn23-Mar-04 15:37 
GeneralDebug ISAPI Pin
pallattila8-Mar-04 3:07
pallattila8-Mar-04 3:07 
GeneralRe: Debug ISAPI Pin
Nick Parker8-Mar-04 9:27
protectorNick Parker8-Mar-04 9:27 
GeneralRe: Debug ISAPI Pin
Anonymous11-Mar-04 19:40
Anonymous11-Mar-04 19:40 
GeneralRe: Debug ISAPI Pin
Tarundeep Singh Kalra11-Mar-04 19:44
Tarundeep Singh Kalra11-Mar-04 19:44 
GeneralTest Message Pin
Sandeep Bihani7-Mar-04 22:18
Sandeep Bihani7-Mar-04 22:18 
GeneralRe: Test Message Pin
Sandeep Bihani7-Mar-04 22:30
Sandeep Bihani7-Mar-04 22:30 
GeneralRe: Test Message Pin
Sandeep Bihani7-Mar-04 22:49
Sandeep Bihani7-Mar-04 22:49 
GeneralRe: Test Message Pin
Colin Angus Mackay7-Mar-04 23:29
Colin Angus Mackay7-Mar-04 23:29 
QuestionEclipse like plug-in framework for the .NET environment? Pin
hatschy7-Mar-04 21:35
hatschy7-Mar-04 21:35 

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.