R
Rog
Hello,
Yesterday I downloaded IEwebcontrols.exe and
TreeviewControl.msi
from
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspnet-
usingtreeviewiewebcontrol.asp
I followed all the readme instructions, compiled the
ms.we.ui.wecontrols.dll with build.bat from the vs.net
command prompt, did the xcopy thing to my root dir (from
the command prompt):
C:\WebControls\IE Web Controls>xcopy /s /i .\build\Runtime
C:\Mywebroot\wwwroot
\webctrl_client\1_0 /y
, then I created a sample app at my root directory
C:\Myrootdir\wwwroot\sampleapp
using vs2003 (asp project using vb.net). Then I did the
xcopy thing for the samples dir that came with
IEwebcontrols.exe. (also from the command prompt)
C:\WebControls\IE Web Controls>xcopy /s /i .\Samples
C:\Mywebroot\wwwroot\sampleapp /y
Then I copied ms.web.ui.webcontrols.dll to the bin
directory of the sampleapp project. I even added one of
the sample aspx pages, treeview.aspx to the project and
then ran the project. I did not get the treeview effect.
All I got was one line of text
"My first Tree Node My Second Tree Node"
If anyone has an idea what I missed or what else I need to
do to make this work please share.
Thanks,
Rog
Yesterday I downloaded IEwebcontrols.exe and
TreeviewControl.msi
from
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspnet-
usingtreeviewiewebcontrol.asp
I followed all the readme instructions, compiled the
ms.we.ui.wecontrols.dll with build.bat from the vs.net
command prompt, did the xcopy thing to my root dir (from
the command prompt):
C:\WebControls\IE Web Controls>xcopy /s /i .\build\Runtime
C:\Mywebroot\wwwroot
\webctrl_client\1_0 /y
, then I created a sample app at my root directory
C:\Myrootdir\wwwroot\sampleapp
using vs2003 (asp project using vb.net). Then I did the
xcopy thing for the samples dir that came with
IEwebcontrols.exe. (also from the command prompt)
C:\WebControls\IE Web Controls>xcopy /s /i .\Samples
C:\Mywebroot\wwwroot\sampleapp /y
Then I copied ms.web.ui.webcontrols.dll to the bin
directory of the sampleapp project. I even added one of
the sample aspx pages, treeview.aspx to the project and
then ran the project. I did not get the treeview effect.
All I got was one line of text
"My first Tree Node My Second Tree Node"
If anyone has an idea what I missed or what else I need to
do to make this work please share.
Thanks,
Rog