Results 1 to 2 of 2

Thread: Error in the using namespace for bin directory

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    268

    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
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width