Click here to Skip to main content
15,917,005 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Creating a blue screen Pin
IanG (Surreal Studio)4-Aug-05 12:20
IanG (Surreal Studio)4-Aug-05 12:20 
Questionkernel api function? Pin
Asif Rehman2-Aug-05 1:46
Asif Rehman2-Aug-05 1:46 
GeneralAudit user activities Pin
Mekong River1-Aug-05 19:02
Mekong River1-Aug-05 19:02 
GeneralCreating INF File Pin
Vasudevan Deepak Kumar31-Jul-05 20:16
Vasudevan Deepak Kumar31-Jul-05 20:16 
GeneralRe: Creating INF File Pin
Christian Graus3-Aug-05 13:21
protectorChristian Graus3-Aug-05 13:21 
GeneralRe: Creating INF File Pin
Vasudevan Deepak Kumar6-Aug-05 1:07
Vasudevan Deepak Kumar6-Aug-05 1:07 
GeneralRe: Creating INF File Pin
Christian Graus7-Aug-05 13:33
protectorChristian Graus7-Aug-05 13:33 
GeneralExplorer Crash After writing to Text Files Pin
SilverStag29-Jul-05 2:50
SilverStag29-Jul-05 2:50 
Hi!

I have a wierd problem Confused | :confused:

I created a console application in .NET to parse text files and write to an XML file.

I'm just reading the text file one line at a time and modifying it (Basic operations like Replacing html tags and special characters and removing spaces e.t.c)

For Ex:
1. Regex.Replace(tempStr, @"^\s*(.*?)\s*$", "$1");
2. Regex.Replace(tempStr, "<", "&lt;");

The code that writes to the file is:

strWtr.WriteLine(@"<data name=""" + key+ """>");
strWtr.WriteLine("<value>"+val+"</value>");
strWtr.WriteLine("</data>");

I'm using StreamReader and StreamWriter Classes(i don't need XmlWriter Yet).

Now the wierd part is when i try to do some operation on the XML file( Say Opening it or moving it to another directory.) the windows explorer crashes saying:

<b>Some Instruction at some location(0x00152a83) tried refer memory at some location(0x9deba210) and the memory could not be written.</b>

Some times just refreshing in the explorer window also cause this problem.

Added to that the IE hangs when i try to open these XML files.
They open in Firefox properly.

Am i doing something Illegal Wink | ;)

Any clue or a pointer would help me greatly.
Thanks in advance Smile | :)


Best Wishes
GeneralLoading ActiveX in Limitted Users Pin
MohammadAmiry28-Jul-05 7:20
MohammadAmiry28-Jul-05 7:20 
GeneralRe: Loading ActiveX in Limitted Users Pin
Mekong River20-Feb-06 15:31
Mekong River20-Feb-06 15:31 
GeneralControling Microsoft Firewall Client for ISA Server 2004 Pin
benjymous27-Jul-05 22:20
benjymous27-Jul-05 22:20 
GeneralWindows Protection ERROR Pin
Deian27-Jul-05 8:10
Deian27-Jul-05 8:10 
GeneralRe: Windows Protection ERROR Pin
Christian Graus27-Jul-05 17:35
protectorChristian Graus27-Jul-05 17:35 
GeneralRe: Windows Protection ERROR Pin
Deian2-Aug-05 21:28
Deian2-Aug-05 21:28 
GeneralRe: Windows Protection ERROR Pin
Christian Graus3-Aug-05 13:06
protectorChristian Graus3-Aug-05 13:06 
GeneralRe: Windows Protection ERROR Pin
benjymous27-Jul-05 22:04
benjymous27-Jul-05 22:04 
GeneralRe: Windows Protection ERROR Pin
Mekong River28-Jul-05 2:42
Mekong River28-Jul-05 2:42 
GeneralRe: Windows Protection ERROR Pin
WoutL28-Jul-05 2:59
WoutL28-Jul-05 2:59 
GeneralRe: Windows Protection ERROR Pin
albCode29-Jul-05 21:07
albCode29-Jul-05 21:07 
GeneralRe: Windows Protection ERROR Pin
UNIX_code_master8-Aug-05 6:13
UNIX_code_master8-Aug-05 6:13 
Generaldll registration with privileges Pin
__Charly__27-Jul-05 4:58
__Charly__27-Jul-05 4:58 
GeneralRe: dll registration with privileges Pin
Mekong River28-Jul-05 2:47
Mekong River28-Jul-05 2:47 
GeneralRe: dll registration with privileges Pin
__Charly__28-Jul-05 6:14
__Charly__28-Jul-05 6:14 
GeneralUrgent! Seek Win98 English version! Pin
starschen26-Jul-05 20:10
sussstarschen26-Jul-05 20:10 
GeneralRe: Urgent! Seek Win98 English version! Pin
Dan Neely27-Jul-05 2:14
Dan Neely27-Jul-05 2:14 

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.