Link to home
Start Free TrialLog in
Avatar of Arikkan
ArikkanFlag for United States of America

asked on

Form in VB.Net project (WinForms) is not opening and crashing (Using Visual Studio 2010 Professional)

I have a Winforms project (VB.Net) and I am Using Visual Studio 2010 Professional.

I can open most of the Forms in the project without any issues and see the design view (*.resx) and also see the code behind (*.vb).

But somehow, some of the forms are crashing as soon as I try to open them (Visual Studio crashes). I have no clue about the error as there is no Compilation error / run-time error in those Forms.

Only thing that I can see are the Windows Error Logs and that gives no information at all.
This is the error that I get from the Error Log:
-----------------------------------------------------------------------------------------------------------------------------------------------
Faulting application name: devenv.exe, version: 10.0.40219.1, time stamp: 0x4d5f2a73
Faulting module name: clr.dll, version: 4.0.30319.34014, time stamp: 0x52e0b784
Exception code: 0xc00000fd
Fault offset: 0x000fda48
Faulting process id: 0x17b0
Faulting application start time: 0x01d105d2cb61ac5c
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 5158b419-71c9-11e5-8270-d8fc936f3e38
Faulting package full name:
Faulting package-relative application ID:
-----------------------------------------------------------------------------------------------------------------------------------------------


Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial