Results 1 to 2 of 2

Thread: Error in the using namespace for bin directory

  1. #1
    Addicted Member
    Join Date
    Jun 08
    Posts
    253

    Question Error in the using namespace for bin directory

    Hi All,
    I am trying to run a application, but while compiling I am getting an error, I am not able to run the application.

    Error details:
    See the image.

    Thanks in Advance.
    Attached Images Attached Images  

  2. #2
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    81,239

    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?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •