Problem with referencing DLL

Discussion in 'ASP.NET 2.0' started by Kanokkanjanarat, May 14, 2006.

  1. Hi guys,

    I got a problem when trying to reference a DLL from 'Bin' folder. The error says that I fail to properly reference assembly or namespace. However, the referencing works fine on my machine. Any thought on how I can solve this problem? Is there anything I need to setup or proper way to do the referencing?

    Thank you very much

    Teera
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Your machine probably have the component installed in the GAC. Make sure you move the dll file into the bin directory.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thank you Bruce, I got it working now /emoticons/smile.gif
     

Share This Page