Panic Stricken - Would apprieciate Assist

  • Thread starter Thread starter Paul [Paradise Solutions]
  • Start date Start date
P

Paul [Paradise Solutions]

Hey all

Got a problemt with my application solution that I'm using:

One solution containing
1 Compact Framework Forms project
1 Compact framework class library, classes only referenced by the forms
project
1 Compact framework class library, containing forms referenced by the
forms project


All has been working fine with this setup. After copying the solution
to a backup location and then re-opening the original solution (closed
VS before copying) the procedure names in the dropdowns are missing,
replaced with one entry of 'Empty' - this occurrs for every code file in
the entire solution.
Along with this there are the following, where <classname> is the names
of my referenced classes/forms:

type <classname here> not defined
name <classname here> not declared

2 entries of 'unspecified error'

Needless to say, I'm a little worried. Would also like to mention that:
1) I've opened and closed this solution numerous times, and this has
only happened once...
2) Have had this occurr on a different project previous to now, but
problem disappeared (no idea why).


Would ~very~ much apprieciate input on this, especially from any MS bods
saying 'download this to fix it..."


Many thanks


Paul
 
try to relink your class libraries.

-----Original Message-----
Hey all

Got a problemt with my application solution that I'm using:

One solution containing
1 Compact Framework Forms project
1 Compact framework class library, classes only referenced by the forms
project
1 Compact framework class library, containing forms referenced by the
forms project


All has been working fine with this setup. After copying the solution
to a backup location and then re-opening the original solution (closed
VS before copying) the procedure names in the dropdowns are missing,
replaced with one entry of 'Empty' - this occurrs for every code file in
the entire solution.
Along with this there are the following, where
 
Well, I removed the referenced projects from the solution and then
re-added them, and re-referenced them, and still a fault, but with only
one 'unspecified error' now... so nope... didn't work.

Paul
 
Back
Top