Discussion:
VS2005 Crashes with event 1023
(too old to reply)
Philip Patrick
2007-04-05 11:04:01 UTC
Permalink
Hi,

I have been experiencing constant crashes lately of Visual Studio 2005.
There is an event ID 1023 logged with .NET Runtime as a source for each
crash. I have searched the net for causes and found one KB article:
http://support.microsoft.com/kb/913384 So I thought that might be the problem
and switched to work to another computer. Then I saw that another computer
crashes as well. I have searched more and found this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1168533&SiteID=1 So
decided to uninstall SP1 for Visual Studio. Still the same result - crashing.
Any ideas what might be the cause for that and how to resolve it? Full event
info below. One computer is running WinXP and another Vista Ultimate, both
have all updates installed.

Log Name: Application
Source: .NET Runtime
Date: 05-Apr-07 13:05:00
Event ID: 1023
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: NERIAK
Description:
.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A2B852A)
(0)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-04-05T10:05:00.000Z" />
<EventRecordID>1308</EventRecordID>
<Channel>Application</Channel>
<Computer>NERIAK</Computer>
<Security />
</System>
<EventData>
<Data>.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error
(7A2B852A) (0)</Data>
</EventData>
</Event>
--
Philip Patrick
Bryan Phillips
2007-04-05 11:44:49 UTC
Permalink
Try this:
http://bphillips76.spaces.live.com/blog/cns!F9B548E4C21D6166!301.entry

I was getting this error when one Visual Studio package for Windows
Workflow Extensions did not uninstall correctly.

I hope it helps.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
Post by Philip Patrick
Hi,
I have been experiencing constant crashes lately of Visual Studio 2005.
There is an event ID 1023 logged with .NET Runtime as a source for each
http://support.microsoft.com/kb/913384 So I thought that might be the problem
and switched to work to another computer. Then I saw that another computer
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1168533&SiteID=1 So
decided to uninstall SP1 for Visual Studio. Still the same result - crashing.
Any ideas what might be the cause for that and how to resolve it? Full event
info below. One computer is running WinXP and another Vista Ultimate, both
have all updates installed.
Log Name: Application
Source: .NET Runtime
Date: 05-Apr-07 13:05:00
Event ID: 1023
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: NERIAK
.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A2B852A)
(0)
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-04-05T10:05:00.000Z" />
<EventRecordID>1308</EventRecordID>
<Channel>Application</Channel>
<Computer>NERIAK</Computer>
<Security />
</System>
<EventData>
<Data>.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error
(7A2B852A) (0)</Data>
</EventData>
</Event>
--
Philip Patrick
Loading...