obout TreeView problem

Discussion in 'ASP.NET / ASP.NET Core' started by Ducky, Jul 1, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. For some reason I cannot use the oBout TreeView control?

    - I installed the DLL into the ./bin directory off the web application directory
    - I import the namespace definition

    Line: Dim oTree as New obout_ASPTreeView_XP_NET.Tree()

    Error: 'Tree' is ambiguous in the namespace ce 'obout_ASPTreeView_XP_NET'.


    Just to make sure, I tried running their own sample applications on the web server and I am getting the same error on same code line.

    Anyone had problems with using their component?

    Thanks in advance
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    the component is already installed in the Global Assebly Cache, it'll error out if you put a copy in the bin folder.

    Is this a code behind application or inline code?


    quote:Originally posted by Ducky


    For some reason I cannot use the oBout TreeView control?

    - I installed the DLL into the ./bin directory off the web application directory
    - I import the namespace definition

    Line: Dim oTree as New obout_ASPTreeView_XP_NET.Tree()

    Error: 'Tree' is ambiguous in the namespace ce 'obout_ASPTreeView_XP_NET'.


    Just to make sure, I tried running their own sample applications on the web server and I am getting the same error on same code line.

    Anyone had problems with using their component?

    Thanks in advance
    </blockquote id="quote"></font id="quote">
     
  3. Its inline code, in the Page_Load sub.

    So do I need to put the DLL it in my ./bin at all?
    Should I still declare it in my namespaces imports?

    Thanks for the help
     
  4. Problem solved, removed DLLs and working fine
    Thanks for the fast response ;)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page