I have visual studio 2013(with update 5) which uses MetroFramework
to set it styles, in this program, I have multiple screens and which most of inherits from some base screen
All the screen that does not inherits from the base screen(including the base screen itself), their designer works fine, but those who are inherit from the base screen crashes the IDE
Sometimes" i can the error: "object reference not set to an instance of an object" and then the IDE crashed I already tried to(and none help):
- Re-Install Visual Studio
- remove extension and/or NuGet package(s)
- Delete .suo file
- Using devneve.exe reset commands(like
resetuserdata
) - Loading the IDE with safe mode or admin mode
viewing the dump or and/or devenv /log did not yield any useful information
I do think that it's something in my code, but I don't know to get the bottom of it
P.S
the program working just fine when viewing/working with those screens