Re: Separated DLLs for user controls

From: Marina (someone_at_nospam.com)
Date: 02/17/04


Date: Tue, 17 Feb 2004 16:12:40 -0500

I think 1 project = 1 DLL. Place them in separate projects if you want
multiple dll's.

"A.M" <IHateSpam@sapm123.com> wrote in message
news:%23w0S0kZ9DHA.2524@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> By default VS.NET generates just one DLL contains all code behinds and
> userconrols.
> Is it possible to have VS.NET partitione them in their own assemblies for
> granular security?
>
> Thanks,
> Ali
>
>



Relevant Pages

  • Re: Separated DLLs for user controls
    ... I think 1 project = 1 DLL. ... Place them in separate projects if you want ... multiple dll's. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • MDI Child from DLL
    ... I'd like to modularize the application: ... MDI form is in the main project, and children forms are in DLLs created in ... separate projects. ... object from that DLL in a separate project. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MDI Child from DLL
    ... MDI form is in the main project, and children forms are in DLLs created in ... separate projects. ... object from that DLL in a separate project. ... DLL be the child of the main form? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: CreateDialog in MFC Extension DLL
    ... I have created an extension DLL to process some data. ... nature of the process and the data I want to create multiple instances ... Multiple instances of what? ... I once set it up to use one dialog and have multiple progress bars appear as needed (for ...
    (microsoft.public.vc.mfc)
  • Re: Sharing Code
    ... multiple apps). ... The GAC gives you something very much like what you had in the COM world ... then register the dll. ... I don't consider using COM for .NET applications or putting ...
    (microsoft.public.dotnet.languages.csharp)

Loading