I get this warning in a C# project:
Assembly 'bin\DAL05.dll' is incorrectly specified as a file.
The project does reference DAL05, which has these values:
Description = "Data Access Layer for VS2005"
Version = v2.0.50727
Also, the project's bin folder contains DAL05.dll with these values:
BuildAction = "Content"
Copy to Output Directory = "Do not copy"
Full Path = "C:\Projects\PRP\PlatypusReportingPackage\bin\DAL05.dll"
What does it mean that this DLL is considered "incorrectly specified as a file"? Since it's "just" a warning, can I blissfully ignore it, or is this a potential shoal reef?