PDA

View Full Version : obout TreeView problem


Ducky
07-01-2004, 01:38 AM
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

bruce
07-01-2004, 03:16 AM
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?


[b]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">

Ducky
07-01-2004, 04:00 AM
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

Ducky
07-01-2004, 04:08 AM
Problem solved, removed DLLs and working fine
Thanks for the fast response ;)