Crash in VB.NET 2005

  • Thread starter Thread starter Maurice
  • Start date Start date
M

Maurice

Hello,

my VB.Net 2005 crashes regulary. After debugging when the
code screen appears again I get the following error when I want to save
my project:

Type: Error
Event-ID: 1000
Source: Microsoft (R) Visual Basic Compiler

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

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 38 00 33 00 33 00 9.8.3.3.
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 ....

Anyone familiar with this error?

I'm running VB.NET 2005 on a Pentium 4 3,4 Ghz, 2.00 GB Ram, Mainboard
with
Intel chipset, Microsoft Windows XP Pro SP-2 (all hotfixes installed).


Regards,
Maurice
 
Maurice,

For the information, only with one project or with all projects?

Cor
 
Maurice,

Why not make an other project and try?

Although 2005 is new, is this problem from you that as well. So it can be in
your project.

Just a thought,

Cor
 
I don't know if it is the case in your instance, but I found that I would
get a crash if I tried to use edit-and-continue in my project. I turned it
off 2 months ago and haven't crashed like that since.

Jim Wooley
 
VB.NET 2005 crashes several times a day for me, but only after I've
been using Edit and Continue. Simple E & C is OK, but if I've done a
lot of edits then it crashes when I stop running the application.
 
It sounds like you have this problem:

http://support.microsoft.com/kb/915038/en-us

For some additional details see:

http://lab.msdn.microsoft.com/Produ...edbackid=625dddda-d999-4fca-aa3b-68f430d47a7e


--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


| VB.NET 2005 crashes several times a day for me, but only after I've
| been using Edit and Continue. Simple E & C is OK, but if I've done a
| lot of edits then it crashes when I stop running the application.
|
 
Back
Top