Groups | Blog | Home
all groups > dotnet academic > november 2005 >

dotnet academic : Visual C++.Net IDE



KevinP
11/16/2005 6:00:41 AM
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.

Luc Walterthum
11/17/2005 7:51:15 AM
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]
AddThis Social Bookmark Button