Home All Groups Group Topic Archive Search About
Author
30 Jun 2006 7:26 AM
bruno
I'm very new in ASP.NET Web Controls. Looking for a TreeView control I found
I should download it from internet.
I found and downloaded a setup program from
http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1--
I'm using VS2005 and programming in VB.NET 2005.
I have problem with a build.bat command asking for a csc.exe I don't have on
my coumputer.
I would like to use standard installations. Is there a way to get and use a
Treeview control, without modifying my standard installation of VB.NET 2005?
Many thanks.
bruno

Author
30 Jun 2006 10:57 AM
Walter Wang [MSFT]
Hi Bruno,

Thank you for your post.

csc.exe can be found at %windir%\Microsoft.NET\Framework\<version>\ which
normally is not in your PATH environment. When you installed Visual Studio
2005, you can use "Start\Programs\Microsoft Visual Studio 2005\Visual
Studio Tools\Visual Studio 2005 Command Prompt".

Also, Visual Studio 2005 (to be precise, ASP.NET 2.0) has built-in support
for TreeView web control, you can find it at Visual Studio 2005 Toolbox's
"Navigation" tab.

Hope this helps. Please feel free to post here if anything is unclear.

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Are all your drivers up to date? click for free checkup

Author
30 Jun 2006 11:03 AM
bruno
thanks
--
bruno


Show quoteHide quote
"Walter Wang [MSFT]" wrote:

> Hi Bruno,
>
> Thank you for your post.
>
> csc.exe can be found at %windir%\Microsoft.NET\Framework\<version>\ which
> normally is not in your PATH environment. When you installed Visual Studio
> 2005, you can use "Start\Programs\Microsoft Visual Studio 2005\Visual
> Studio Tools\Visual Studio 2005 Command Prompt".
>
> Also, Visual Studio 2005 (to be precise, ASP.NET 2.0) has built-in support
> for TreeView web control, you can find it at Visual Studio 2005 Toolbox's
> "Navigation" tab.
>
> Hope this helps. Please feel free to post here if anything is unclear.
>
> Regards,
> Walter Wang (waw***@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
Author
3 Jul 2006 1:31 AM
Walter Wang [MSFT]
Hi Bruno,

Appreciate your update and response. If you have any other questions or
concerns, please do not hesitate to contact us. It is always our pleasure
to be of assistance.

Have a nice day!

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Bookmark and Share