There might be some lines of code in the InitializeComponent method of your
Form that cannot be parsed back by the Form Designer.
Have you added yourself some lines of code to this method?
If yes, I would suggest you to comment them out step by step until the Form
Designer reopens again. It may help you find out the lines that cannot be
parsed.
Luc Walterthum
Cartesis
[quoted text, click to view] "KevinP" wrote:
> for no apparent reason when trying to open a form in designer mode the
> following
> error is occuring:
>
> 'An error occurred when loading the document. Fix the error and reload the
> document. The error message follows:
> MCppCodeDomParser error'
>
> The solution still builds and runs ok and controls can be added or modified
> programatically but no 'designer' facility available.
>