473,399 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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 7668
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.googlegr oups.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.googlegr oups.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.googlegr oups.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
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.Collections.Generic;
using System.Text;

namespace NTNO {
[System.Serializable]
[System.Xml.Serialization.XmlRootAttribute("n", Namespace="")]
public class CNode <
TParent,
TChild>
{
protected static int kCount=0;
public CNode ()
{
fInitialize(default(TParent),default(TChild));
}
public CNode (
TParent iParent,
TChild iChild)
{
fInitialize(iParent,iChild);
}
public void fInitialize (
TParent iParent,
TChild iChild)
{
mParent = iParent;
mChild = iChild;

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

//mChild.fLinkParents(this);
}
[System.Xml.Serialization.XmlElement("p")]
public TParent mParent;

[System.Xml.Serialization.XmlElement("n")]
public TChild mChild;

[System.Xml.Serialization.XmlElement("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.Serializable]
[System.Xml.Serialization.XmlRootAttribute("n", Namespace="")]
public class CNodeUniform :
CNode<
CNodeUniform,
CNodeUniform>
{
public CNodeUniform () :
base()
{}
public CNodeUniform (
CNodeUniform iParent,
CNodeUniform iChild) :
base(iParent,iChild)
{}
}
} // Namespaces.

class Program
{
static void Main (string[] args)
{
try
{
NTNO.CNodeUniform xNodeUniformRoot =
new NTNO.CNodeUniform ();

NTNO.CNodeUniform xNodeUniformCurrent =
xNodeUniformRoot;

for (int i=0; i<4; i++)
{
xNodeUniformCurrent.mChild =
new NTNO.CNodeUniform();

xNodeUniformCurrent = xNodeUniformCurrent.mChild;
}

xNodeUniformCurrent.fLinkParents();

System.Xml.Serialization.XmlSerializer xXmlSerializer =
new System.Xml.Serialization.XmlSerializer(
xNodeUniformRoot.GetType());

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

System.Xml.Serialization.XmlSerializerNamespaces
xXmlSerializerNamespaces =
new System.Xml.Serialization.XmlSerializerNamespaces() ;

xXmlSerializerNamespaces.Add("","");

xXmlSerializer.Serialize(
xStreamWriter,
xNodeUniformRoot,
xXmlSerializerNamespaces);

xStreamWriter.Close();

}
catch (System.Exception 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
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...
0
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:...
0
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:...
3
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...
1
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
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...
1
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...
0
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
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
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...

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.