Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 26th, 2003, 09:18 PM
cjo cjo is offline
Authorized User
 
Join Date: Oct 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do I find the .dll name for a namespace?

Can anybody advise me on how to find a namespace's corresponding .dll? For example, how do I determine which .dll to reference as my assembly in a .bat file when I want to use the System.Web.UI.WebControls namespace in my component?
 
Old November 26th, 2003, 11:50 PM
Authorized User
 
Join Date: Jun 2003
Posts: 46
Thanks: 0
Thanked 1 Time in 1 Post
Default

I think this is what you want, although I'm not sure about your use of it:

In Visual Studio .NET, go to Solution Explorer, click on References. Find the reference that contains your desired namespace. Right-click on that reference and select Properties. In the Properties window, you will see the Path property. That is what you probably want.

Now, if I am correct, would you "pay" for the advice by explaining how you plan to use the DLLs?

Thanks!


-Van
(Old dog learning new tricks...)
 
Old November 28th, 2003, 03:47 PM
cjo cjo is offline
Authorized User
 
Join Date: Oct 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Van,

Thanks for getting back to me on this. Actually what I was looking for is the specific dll that contains a .net class I'm using (as opposed to the path). For example, the Control class which is part of the the System.Web.UI namespace is located in the System.Web.dll.

I need the name of the dll for any class I'm using in my own custom controls in order to compile my own control. I can find this dll in MSDN at the bottom of the MSDN .NET Framework Class Library at the bottom of the main page for each particular class (next to the Assembly label).

Thanks again!





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to find dll is downloaded or not sangeet_83 ASP.NET 2.0 Professional 0 May 3rd, 2006 03:56 AM
ASP.net page can't find namespace system.data.orac mel ASP.NET 1.0 and 1.1 Basics 6 December 2nd, 2004 05:24 PM
Cannot find dll kosla78 Pro VB 6 1 April 15th, 2004 08:45 AM
Finding the .dll name for a .NET namespace? cjo Classic ASP Components 0 November 26th, 2003 09:15 PM
problem with viewstate? dll? namespace? [email protected] ASP.NET 1.0 and 1.1 Basics 0 June 19th, 2003 02:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.