Reputation: 83
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 :
Upvotes: 3
Views: 469
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