C# Can't Find Some of My Classes After VS Reinstall

  • Thread starter Thread starter Gary Brown
  • Start date Start date
G

Gary Brown

Hi,

I am resuming a project after reinstalling XP and VS because of
a hard drive failure. The project uses a custom control library
which is added to main project. Everything was fine before
the reinstall but now the compiler does not find most of the
classes defined in the library.

Each custom control file consists of a main class that inherits
a control (ListView, eg) followed by a number of ancillary
classes. The compiler finds the main class but not the ancillaries.

The project's files, .sln, .cs, so on, were not changed from before
the reinstall.

Any help?

Thanks,
Gary
 
Back
Top