Form design view with Fatal Execution Engine Error (7A2B45A2) (0)

G

Guest

Hi,

I have a window application in VS2005. I can build and run it. But when I
open a specific form with design view, the Visual Studio crashes and closes
without error message! the error message on my PC's event log:

-----------------------------------------------------------------------
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 3/8/2007
Time: 10:12:29 AM
User: N/A
Computer: ***
Description:
..NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A2B45A2)
(0)
--------------------------------------------------------------------

I can open other forms ok and when I run the application from VS2005, this
form showes up ok. I can open this form's .vb and Designer.vb files.

Could anybody help me with it?
Thanks in advance.

Li
 
L

Linda Liu [MSFT]

Hi Li,

When a form is opened in the form designer, the code in the form's
InitializeComponent method will be executed.

Does this problem exist on other machine?

I suggest that comment out all the code in the InitializeComponent method
which resides in the form's Designer.vb file and re-open the form in the
designer to see if you could open the form without error.

If you could open the form correctly, uncomment some of the code in the
InitializeComponent method and re-open the form in the designer to see if
you could open it at this time.

Repeat the above step to narrow down the code that may cause the problem
and then correct them if necessary.

I also suggest that you install VS 2005 SP1. To get the VS2005 SP1. you may
visit the following link.

'Visual Studio 2005 Service Pack 1 (SP1)'
http://msdn2.microsoft.com/zh-cn/vstudio/bb265237.aspx

Hope this helps.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
L

Linda Liu [MSFT]

Hi Li,

How about the problem now?

If the problem is still not resolved, please feel free to let me know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top