McppCodeDomParser Error: Breaking WinForms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Charles Fineblum

    #1

    McppCodeDomParser Error: Breaking WinForms

    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


  • Nishant S

    #2
    Re: McppCodeDomPars er Error: Breaking WinForms

    By any chance, did you modify any of the code inserted by the designer?

    --
    Regards,
    Nish [VC++ MVP]



    "Charles Fineblum" <charle1@comcas t.net> wrote in message
    news:eNdPMBzZDH A.1488@TK2MSFTN GP12.phx.gbl...[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Charles Fineblum

      #3
      Re: McppCodeDomPars er Error: Breaking WinForms

      Hi Nish:

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

      Charlie
      "Nishant S" <nish@nospam.as ianetindia.com> wrote in message
      news:%23LE8VdzZ DHA.2648@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > By any chance, did you modify any of the code inserted by the designer?
      >
      > --
      > Regards,
      > Nish [VC++ MVP]
      >
      >
      >
      > "Charles Fineblum" <charle1@comcas t.net> wrote in message
      > news:eNdPMBzZDH A.1488@TK2MSFTN GP12.phx.gbl...[color=green]
      > > 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[/color][/color]
      do?[color=blue][color=green]
      > >
      > > Thanx,
      > > Charlie
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Nishant S

        #4
        Re: McppCodeDomPars er Error: Breaking WinForms

        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" <charle1@comcas t.net> wrote in message
        news:#6nTQY0ZDH A.2548@TK2MSFTN GP09.phx.gbl...[color=blue]
        > Hi Nish:
        >
        > Yes, sometimes things get left in there after they have been deleted from
        > designer.
        >
        > Charlie
        > "Nishant S" <nish@nospam.as ianetindia.com> wrote in message
        > news:%23LE8VdzZ DHA.2648@TK2MSF TNGP09.phx.gbl. ..[color=green]
        > > By any chance, did you modify any of the code inserted by the designer?
        > >
        > > --
        > > Regards,
        > > Nish [VC++ MVP]
        > >
        > >
        > >
        > > "Charles Fineblum" <charle1@comcas t.net> wrote in message
        > > news:eNdPMBzZDH A.1488@TK2MSFTN GP12.phx.gbl...[color=darkred]
        > > > Hi:
        > > >
        > > > I'm getting subject error when loading Form into WinForms designer.
        > > > Application complies and runs fine, but can not load form into[/color][/color][/color]
        designer.[color=blue][color=green][color=darkred]
        > > > This has happened twice and forced me to restart project. What can I[/color][/color]
        > do?[color=green][color=darkred]
        > > >
        > > > Thanx,
        > > > Charlie
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Nishant S

          #5
          Re: McppCodeDomPars er Error: Breaking WinForms

          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" <nish@nospam.as ianetindia.com> wrote in message
          news:e53EprMaDH A.1640@TK2MSFTN GP10.phx.gbl...[color=blue]
          > 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[/color]
          have[color=blue]
          > 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" <charle1@comcas t.net> wrote in message
          > news:#6nTQY0ZDH A.2548@TK2MSFTN GP09.phx.gbl...[color=green]
          > > Hi Nish:
          > >
          > > Yes, sometimes things get left in there after they have been deleted[/color][/color]
          from[color=blue][color=green]
          > > designer.
          > >
          > > Charlie
          > > "Nishant S" <nish@nospam.as ianetindia.com> wrote in message
          > > news:%23LE8VdzZ DHA.2648@TK2MSF TNGP09.phx.gbl. ..[color=darkred]
          > > > By any chance, did you modify any of the code inserted by the[/color][/color][/color]
          designer?[color=blue][color=green][color=darkred]
          > > >
          > > > --
          > > > Regards,
          > > > Nish [VC++ MVP]
          > > >
          > > >
          > > >
          > > > "Charles Fineblum" <charle1@comcas t.net> wrote in message
          > > > news:eNdPMBzZDH A.1488@TK2MSFTN GP12.phx.gbl...
          > > > > Hi:
          > > > >
          > > > > I'm getting subject error when loading Form into WinForms designer.
          > > > > Application complies and runs fine, but can not load form into[/color][/color]
          > designer.[color=green][color=darkred]
          > > > > This has happened twice and forced me to restart project. What can[/color][/color][/color]
          I[color=blue][color=green]
          > > do?[color=darkred]
          > > > >
          > > > > Thanx,
          > > > > Charlie
          > > > >
          > > > >
          > > >
          > > >[/color]
          > >
          > >[/color]
          >
          >[/color]


          Comment

          Working...