473,797 Members | 3,183 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio IDE Crashing Very Frequently

The IDE crashes about every 10-20 minutes for me.. its been doing this
ever since I started this project (The project was a 2003 project but I

recreated it in 2005)

When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...

When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click

through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine

here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup

about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,

saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I

kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to

look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
..NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus

Feb 17 '06 #1
9 7702
I and many others have had nothing but trouble with VS2005. It is a real bug
farm.
The only hope is on the horizon as I read SP1 is intended for release this
October.

<%= Clinton Gallagher

<sl******@gmail .com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
The IDE crashes about every 10-20 minutes for me.. its been doing this
ever since I started this project (The project was a 2003 project but I

recreated it in 2005)

When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...

When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click

through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine

here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup

about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,

saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I

kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to

look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
.NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus

Feb 18 '06 #2
>> ANY help would be appreciated, I'm not even sure where to go or what to
look for

Switch back to VS2003 until the 1st service pack for 2005 comes out.
Hopefully, that will be less than the 3 years that 2003 has been waiting for
a service pack.

Of course, since Visual Studio 2007 is already in the works, there is
probably no motivation for MS to fix anything. Especially when they think
they can force develpers into the next, best, even more expensive,
non-backwards compatible developement environment.

Bob Lehmann

<sl******@gmail .com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
The IDE crashes about every 10-20 minutes for me.. its been doing this
ever since I started this project (The project was a 2003 project but I

recreated it in 2005)

When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...

When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click

through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine

here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup

about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,

saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I

kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to

look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
.NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus

Feb 18 '06 #3
How much RAM do you have?

Let me say that I personally have not had any real problems with VS 2005.
On occasion, it does appear to lock up, but I attribute some of that to my
own impatience and not letting it finish its previous task and I start
clicking to try to do something else.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

<sl******@gmail .com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
The IDE crashes about every 10-20 minutes for me.. its been doing this
ever since I started this project (The project was a 2003 project but I

recreated it in 2005)

When it crashes, its usually after I close the app I'm testing.. lets
say I'm debugging the app, and I get an exception, and I have to stop
the execution for whatever reason, after that, next time I try to
compile (as in either Build or Build in Run, or even build a setup
package which rebuilds the rest of the solution) the IDE dumps on me...

When it does this, I get about 50 or so DrWatson popups telling me the
program has crashed... when i hit Close, another pops up... I can click

through about 50 of these, or just kill the thread which is what I've
been doing lately.
Here are some of the errors left in my event log... I'm wondering, how
do I debug this? I tried "Send to Microsoft" but that crashed too so I
haven't tried again since. Oh also, we have another development machine

here with someone working on it that has the same hardware specs as me
and the IDE crashes on them in the same way too.. with the same
project..
Below are the errors in the event log I get (because of the DrWatson
popups, or Error Reporting.. whichever you want to call it) The first
one I get the first time, then after that the second continues to popup

about 50 times in succession. I noticed the VS IDE threads are not
blocked cause I can perform any operation thats not asynchronous, like,

saving the doc I have open, and then it blocks until I hit "Close" on
the DW popup. Then it saves for a bit, a new popup comes up, it blocks
the IDE, closing that popup lets it continue a little more.. 3 or 4
popups worth of closing is generally enough to get the doc save, then I

kill the thread.
ANY help would be appreciated, I'm not even sure where to go or what to

look for for this type of problem.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 2/17/2006
Time: 5:11:20 PM
User: N/A
Computer: HERCULES
Description:
.NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(7A2B45A2) (0)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
------------------------------
Event Type: Error
Event Source: Microsoft (R) Visual Basic Compiler
Event Category: None
Event ID: 1000
Date: 2/17/2006
Time: 5:11:13 PM
User: N/A
Computer: HERCULES
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 37 00 32 00 5.0.7.2.
0050: 37 00 2e 00 34 00 32 00 7...4.2.
0058: 20 00 34 00 33 00 33 00 .4.3.3.
0060: 33 00 65 00 36 00 39 00 3.e.6.9.
0068: 39 00 20 00 69 00 6e 00 9. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Thanks,
Straticus

Feb 18 '06 #4
I have 2 Gigs of Physical ram, Gigabit Ethernet, Dual Core Athlon 64
3800+, Raid 0x4, and ~500GB free of disk space... Its usually pretty
sluggish for me... I mean, not horrible.. but when I hit execute, takes
a second to get everything going.. I don't think that's what's causing
the problem though because it happens in a very particular way... it
just happened again.. I got an error when stopping the application (or
just after stopping it)

"Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4,
debug? 0, fault address 0x0001eb33."

Now I know at this point if I try to compile, it'll crash, and if I try
to close it'll crash... so here I go, gonna try to compile, and I got
"Visual Studio was unable to recover from error &Hxxxxx..." I didn't
get to copy the whole thing because shortly after that popup came up,
the error reporting "Microsoft Visual Basic Compiler has encountered a
problem and needs to close." window came up and since the thread is
block the other window won't display the error anymore... anyway, it
does this same thing frequently.....

Feb 20 '06 #5
I am also getting this problem regularyly, so here are my details to
help identify the source of the problem.

I have 1GB ram, Intel 2.13 Ghz. I did not have the 2005 Beta installed
on this machine, though the project files were created using the Beta
2. I also have a solution file with a webservice, setup projects,
windows form projects and standard class probjects, all in VB.NET.

The error messages are persistent and are close to making VS 2005
unusable.

Anthoney
sl******@gmail. com wrote:
I have 2 Gigs of Physical ram, Gigabit Ethernet, Dual Core Athlon 64
3800+, Raid 0x4, and ~500GB free of disk space... Its usually pretty
sluggish for me... I mean, not horrible.. but when I hit execute, takes
a second to get everything going.. I don't think that's what's causing
the problem though because it happens in a very particular way... it
just happened again.. I got an error when stopping the application (or
just after stopping it)


Feb 22 '06 #6
I've since found this is related to a bug that's getting close to being
resolved. If you search on Visual Basic Compiler Error &H8013141e&
(the message box that preceeds the above conditions) you can find out
more about it.

It appears there is a bug, mostly involving edit and continue and
related to timing issues on slower systems, multithreaded cpus, and/or
network shares. A work around is to disable edit-and-continue. I've not
had the problem since I've disabled edit-and-continue, and from a post
by one of the leads on the team fixing this problem at MS in the ms dev
forums, a resolution is imminent.

Feb 23 '06 #7
floot
2 New Member
I'm not sure if it will help you but I have fixed the continual crashing of my VS2005 by updating the DXCore:
See my blog for a link
Feb 28 '06 #8
I'm having the same problem, but it appears to be associated with
autocomplete (otherwise, the error report is as described above).

I did a clean install of VS8 and worked OK for several days, including
editing several large files. Then while working on a relatively small C#
file, I went to add a property in the editor and got a total hang with the
CPU stuck at 50%. I am able to reproduce the problem 100% of the time by
going to the same place in the C# file and trying to add a property. When I
turn off autocomplete, the problem does not occur. The problem did persist
across a deletion of all compiler intermediate and temporary files.

Here is a listing of the entire program, with the "bad" spot indicated by a
comment. (Note that the code has no particular purpose, I was just
experimenting with Generics.)

using System;
using System.Collecti ons.Generic;
using System.Text;

namespace NTNO {
[System.Serializ able]
[System.Xml.Seri alization.XmlRo otAttribute("n" , Namespace="")]
public class CNode <
TParent,
TChild>
{
protected static int kCount=0;
public CNode ()
{
fInitialize(def ault(TParent),d efault(TChild)) ;
}
public CNode (
TParent iParent,
TChild iChild)
{
fInitialize(iPa rent,iChild);
}
public void fInitialize (
TParent iParent,
TChild iChild)
{
mParent = iParent;
mChild = iChild;

mCount = kCount++;
}
public void fLinkParents ()
{
fLinkParents(de fault(TParent)) ;
}
public void fLinkParents (
TParent iParent)
{
mParent = iParent;

//mChild.fLinkPar ents(this);
}
[System.Xml.Seri alization.XmlEl ement("p")]
public TParent mParent;

[System.Xml.Seri alization.XmlEl ement("n")]
public TChild mChild;

[System.Xml.Seri alization.XmlEl ement("c")]
public int mCount;

// Adding a property below this comment of the form:
//
// public int qCount
// {
// get...//etc.
// }
//
// will cause the hang 100% of the time, though it may occur
// at different points in the editing process.
}

[System.Serializ able]
[System.Xml.Seri alization.XmlRo otAttribute("n" , Namespace="")]
public class CNodeUniform :
CNode<
CNodeUniform,
CNodeUniform>
{
public CNodeUniform () :
base()
{}
public CNodeUniform (
CNodeUniform iParent,
CNodeUniform iChild) :
base(iParent,iC hild)
{}
}
} // Namespaces.

class Program
{
static void Main (string[] args)
{
try
{
NTNO.CNodeUnifo rm xNodeUniformRoo t =
new NTNO.CNodeUnifo rm ();

NTNO.CNodeUnifo rm xNodeUniformCur rent =
xNodeUniformRoo t;

for (int i=0; i<4; i++)
{
xNodeUniformCur rent.mChild =
new NTNO.CNodeUnifo rm();

xNodeUniformCur rent = xNodeUniformCur rent.mChild;
}

xNodeUniformCur rent.fLinkParen ts();

System.Xml.Seri alization.XmlSe rializer xXmlSerializer =
new System.Xml.Seri alization.XmlSe rializer(
xNodeUniformRoo t.GetType());

System.IO.Strea mWriter xStreamWriter =
new System.IO.Strea mWriter(
@"C:\Test.xml") ;

System.Xml.Seri alization.XmlSe rializerNamespa ces
xXmlSerializerN amespaces =
new System.Xml.Seri alization.XmlSe rializerNamespa ces();

xXmlSerializerN amespaces.Add(" ","");

xXmlSerializer. Serialize(
xStreamWriter,
xNodeUniformRoo t,
xXmlSerializerN amespaces);

xStreamWriter.C lose();

}
catch (System.Excepti on xException)
{
throw xException;
}
}
}

May 8 '06 #9
Update:

It appears I have a subspecies of this problem:

http://lab.msdn.microsoft.com/Produc...4-3f8ecc4527e4

Any hotfixes or work-arounds yet?

-Neil
May 8 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
406
by: Daniel Deptford | last post by:
Hello there, We're having a some problems with Visual Studio 2003 at the moment. In a nutshell, devenv.exe terminates when trying to run our application after a full rebuild. After trying to track this down using Filemon.exe (from www.sysinternals.com) and debugging devenv.exe (in developer studio :)) using the Microsoft symbols (from the MS Symbol server), it appears that it crashes in mspdb71.dll when doing a full dependency check. ...
0
2599
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project: OSTDLL, Configuration: Debug Win32 ------ Compiling... StdAfx.cpp
0
774
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project: OSTDLL, Configuration: Debug Win32 ------ Compiling... StdAfx.cpp
3
1573
by: GrantMagic | last post by:
Appologies if this is a wrong newgroup for this question, but i can't find a visualstudio newgroup (at least not an english one, their is a french and arabic one) Anyways, i have a highly annoying problem with visual studio. Every time i add a new control to the page, visual studio decides to format my code in its "special format". So i have code that looks like this:
1
3288
by: someone | last post by:
Hi all, I have installed Visual Studio 2005 on Windows XP. Visual Studio keeps crashing every 10-15 minutes. Can you please tell me what can cause this poblem and how to fix it? Thanks.
1
3291
by: Owen Blacker | last post by:
Apologies, first of all, for the cross-posting. I'm getting WebDev.WebServer.exe crashing all the time at the moment, despite having done a Detect and Repair with Visual Studio 2005, but I guess that's not so helpful to you? Unfortunately, I'm not sure what actually caused the problem but, for the last couple of days (and without having installed anything or changed any registry settings between it working and it not working) every...
1
1966
by: Martin | last post by:
Hi Everyone ! First of all, I use Microsoft Visual Studio Team Edition for Software Developers (8.0.50727.42). In a Winform application, I would like to add to a Usercontrol (x) in an other Usercontrol (y). In the usercontrol x there is already 2 usercontrols, and in the usercontrol y, there is no control at all. When I drop the usercontrol x on the usercontrol y, Visual Studio crash
0
1124
by: BillE | last post by:
I have the same problem as identified in http://forums.asp.net/thread/1402420.aspx (Atlas Crashing Visual Studio 2005) I'm using VS2005, visual basic.
3
10516
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio closes unexpectedly and without any error message being displayed, or error messages written to the system logs. Visual Studio closes when I attempt to open an ASP.NET Web application (not Web site) solution for which IIS is set as the project's...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10469
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10209
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10023
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9066
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7560
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4135
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3750
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.