Himanshu
Himanshu

Reputation: 83

Visual Studio crashes on opening Designer for a C++\CLI Form using .NET Framework 2.0

I have a Windows Form written in C++\CLI. When I try to open the form in Visual Studio(by saying 'View Designer') then I observe that Visual Studio crashes.

Following is the Windows Applications Logs -

.NET Runtime version 2.0.50727.4963 - Fatal Execution Engine Error (768FB727) (800703e9)

Note :

  1. My project is built to use .NET Framework 2.0
  2. OS - Windows Server 2008 x64
  3. I have tried reinstalling VS2005 and .NET Framework 2.0 without any success

Upvotes: 3

Views: 469

Answers (1)

Himanshu
Himanshu

Reputation: 83

@linkerro - You were right, the problem was actually in some third party user controls that my form was loading at design time.

I used Assembly Binding Log Viewer (fuslogvw.exe) to find out what were the bind failures.

Upvotes: 2

Related Questions