McppCodeDomParser Error: Breaking WinForms

  • Thread starter Thread starter Nishant S
  • Start date Start date
Hi:

I'm getting subject error when loading Form into WinForms designer.
Application complies and runs fine, but can not load form into designer.
This has happened twice and forced me to restart project. What can I do?

Thanx,
Charlie
 
Hi Nish:

Yes, sometimes things get left in there after they have been deleted from
designer.

Charlie
Nishant S said:
By any chance, did you modify any of the code inserted by the designer?

--
Regards,
Nish [VC++ MVP]



Charles Fineblum said:
Hi:

I'm getting subject error when loading Form into WinForms designer.
Application complies and runs fine, but can not load form into designer.
This has happened twice and forced me to restart project. What can I do?

Thanx,
Charlie
 
I've had trouble a few times when I modified code that was added by the
generator. Safest thing is not avoid touching that area. An option you have
is to recreate the UI in a new file and then copy/paste the code from the
corrupted(well in a way) file to the new file.

--
Regards,
Nish [VC++ MVP]



Charles Fineblum said:
Hi Nish:

Yes, sometimes things get left in there after they have been deleted from
designer.

Charlie
Nishant S said:
By any chance, did you modify any of the code inserted by the designer?

--
Regards,
Nish [VC++ MVP]



Charles Fineblum said:
Hi:

I'm getting subject error when loading Form into WinForms designer.
Application complies and runs fine, but can not load form into designer.
This has happened twice and forced me to restart project. What can I do?

Thanx,
Charlie
 
Typo error

" Safest thing is not avoid touching that area "

SHOULD BE

" Safest thing is TO avoid touching that area "

--
Regards,
Nish [VC++ MVP]



Nishant S said:
I've had trouble a few times when I modified code that was added by the
generator. Safest thing is not avoid touching that area. An option you have
is to recreate the UI in a new file and then copy/paste the code from the
corrupted(well in a way) file to the new file.

--
Regards,
Nish [VC++ MVP]



Charles Fineblum said:
Hi Nish:

Yes, sometimes things get left in there after they have been deleted from
designer.

Charlie
Nishant S said:
By any chance, did you modify any of the code inserted by the designer?

--
Regards,
Nish [VC++ MVP]



Hi:

I'm getting subject error when loading Form into WinForms designer.
Application complies and runs fine, but can not load form into designer.
This has happened twice and forced me to restart project. What can
I
do?
Thanx,
Charlie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top