----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Manoj Message 4 in Discussion Hi, What you can do is check the framework documentation for the class you use in the code. This will include the assembly required to be referenced. For example, in your case, you will need to use the Page class in System.Web.UI namespace and here's what you will find under the requirements section: Namespace: System.Web.UI Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family Assembly: System.Web (in System.Web.dll) So reference System.Web.dll in your assembly Also, add references only if they are required. I dont think it is a good idea to reference all system assemblies just to save a little typing. HTH, Manoj ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
