Compile problems...

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

    Compile problems...

    I have and app that has about a dozen forms and a globals.cs file
    (it is not a form, just code). I have a few variables in this file that
    I want all the other forms to use. I have a frmGeneral that is my
    generic form that the other forms inherit from. I had a problem before
    where I have made changes to general.cs and the other forms had
    problems - like they weren't aware of the changes which in turn caused
    compile error. I re-compiled the how prject a few times andmade the
    problem go away, but again, I just made some changes to these base
    files andnow I can't get my app to compile. I get the following error:

    The designer could not be shown for this file because none of the
    classes within it can be designed. The designer inspected the
    following classes in the file:

    frmMain --- The base class 'BIRDII.frmGene ral' could not be loaded.
    Ensure the assembly has been referenced or built if it is part of the
    project.

    Is there something I'm supposed to be doing to make this work? Is there
    a particular order these files should be compiled in - if so how do I
    set this order? Am I missing some kind of refence? Please assist.
    Thanks!

    --- Andrew

Working...