Hello, I have just been added to a VB.Net Windows Application project. I have downloaded projects from Source Safe and I am runnning into problems viewing various forms across all th projects.
When I try to view various forms in VS2008 I get this 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: Main --- The base class 'XXXXX.Main' could not be loaded. Ensure the assembly has been referenced and that all projects have been built.
When I try to build the project, I get about 20 errors:
Name 'AppConfig' is not declared
Name 'ConfigManager' is not declared
Is there something simple I am missing?