Re: Error in the using namespace for bin directory
The error message is telling you that no such namespace exists, so you cannot import any such namespace. 'bin\Debug' is the output folder when building in the Debug configuration so why would there be such a namespace? Why exactly do you think you need to import it?