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
 

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