[thelist] tier referencing - (.net, c#, web ap)

Mattio Valentino mattio.valentino at gmail.com
Wed Feb 7 19:19:11 CST 2007


For your first question, if you have the DLL and you want to look
inside of it, you could try .NET Reflector.

http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/



On 2/7/07, Lightning <oktellme at earthlink.net> wrote:
> I am having a problem referencing a tier from a web page.
>
> My page, WebLogin.aspx, has as using "using BusinessTier;" (I have also
> tried refixing with solution name as in: "using WebLogin.BusinessTier;" to
> no avail.)
>
> I have added BusinessTier as reference to the WebLogin project.
>
> I get compile message "The type or namesace name 'BusinessTier' does not
> exist in class or namespace 'WebLogin'. Are you missing an assembly
> reference? "
>
> The BusinessTier in turn uses a DataTier, and this connection is working.
> One thing I notice is that dll's have generated for the data tier, but not
> for the business tier.
>
> QUestions:
> 1. what software will read the dll's (I have tried many.)
> 2. How can I create/generate the proper dll's for the business tier?
> thanks you
> Laura
>
>
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list