Treeview.htc

O

Osvaldo Colitti

I'm using a TreeView Web Control (IE) in an ASP .NET page.
In the result aspx page i see this line:

<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />

This works fine with a website, but i have to use a virtual directory and in
that case it does not work.
I suppose the problem could be solved by removing the "/" in the line above;
the result could be:

<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="webctrl_client/1_0/treeview.htc" />

The problem is: where can i set this path???

Thanks in advance!
 
R

Robert Koritnik

No actually this folder is not multiplied across all asp.net applications
but resides on the web server root folder. So a slash at the beggining is
ok. If you put your asp.net app on some server that folder should be on the
root.
 
O

Osvaldo Colitti

Thank you.


Robert Koritnik said:
No actually this folder is not multiplied across all asp.net applications
but resides on the web server root folder. So a slash at the beggining is
ok. If you put your asp.net app on some server that folder should be on the
root.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top