Quick bit of background to the project in question: it's C# .Net 4, WinForms with smart client factory and unfortunately a lot of visual inheritance.
Here's a brief outline of the problem the team I'm working on are experiencing which seems to be fairly intermittent:
Someone will open up one of the client module projects to begin work on one of the views, double click on the view to open up the designer and Visual Studio will give them a design time error such as:
There's no way back from this; if you rebuild from here without doing the following work around then the error will still persist. The only work around we've found is to clean the client solution, close Visual Studio (you have to do that), reopen Visual Studio and rebuild the solution. Next time you try to open the view it will work. But the error will come back again - it seems to be after X amount of rebuilds (possibly only while the view is open in the designer whilst you're building the solution?)
No one has taken the time out to really dig into this problem and at the moment no one has the time! So I was wondering (bit of a long shot) if anyone might have an idea about what could be going on? Or perhaps an inkling of where to start digging once we get a bit of time to look into this?