Microsoft Visual Studio 2005 crashes after opening the designer of an visual inharited form. The whole project compiles with no errors or warnings and i experience this problem not from the beginning of the inharitance. I have a user control that is inharited. The base control opens fine but when i try to open the inheritor Visual Studio crashes saying "Microsoft Visual Studio has encountered a problem and needs to close ". Has anybody encountered such a problem
I looked also in the event log but the error there is completely infamiliar for the google engine. Do you have any ideas how to solve this problem

Microsoft Visual Studio 2005 crashes after opening the designer
ranger28
Are you working with VB .NET
If your answer is Yes! Microsoft has confirm many bugs in the VB's assemblies related (compiler, designers, etc.).
I have detected some circunstances that performs this issue:
Check the following Feedbacks post, for more info:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=113183
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=113182
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=89065
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=113183
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=105641
You must seen the following KBs: 915038 and 912049.
Regards
CFQueb
prk
if it's a huge Microsoft Bug - we all wouldnt be running VS2005 since last year...Microsoft DO make sure products are functioning as much as possible before releasing it - no product is perfect, nor can Microsoft predict exactly what software you are going to be developing to overcome this "bug"
There maybe a problem with your form - try commenting out some controls etc.... in code in the designer.vb or designer.cs file and see what happens and eventually uncomment each one to see which one is causing the problem.
VS2005 SP1 is currently in beta and will be released in Q4 of 2006 - whether this has your "bug" resolved I don't know but perhaps you would like to give it a shot:
https://connect.microsoft.com/VisualStudio
it may also be handy to post your code on this control of yours perhaps, if any code
Bulldog.NET