OK, I didn't wait and followed the suggestion. Then it turned into another error where this same .dll file wanted an additional .dll added to it. I did that then I got the following 2 errors

Code:
Severity Code Description Project File Line Suppression State
Warning  Could not resolve this reference. Could not locate the assembly "My Project.Resources.Designer.vb". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MasterBase 0.1
Code:
Severity Code Description Project File Line Suppression State
Warning  The referenced component 'My Project.Resources.Designer.vb' could not be found. MasterBase 0.1
After that I returned the two files to their original condition and now get this error:

Code:
Severity Code Description Project File Line Suppression State
Warning  Could not resolve this reference. Could not locate the assembly "My Project.Resources.Designer.vb". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MasterBase 0.1   
Warning  The referenced component 'My Project.Resources.Designer.vb' could not be found. MasterBase 0.1
So where do I go from here?