Re: VB module or plugin...

From: Alex Papadimoulis (alexRemovePi_at_pa3.14padimoulis.com)
Date: 06/10/04


Date: Thu, 10 Jun 2004 16:55:16 -0400

If you'd like to use a module, you will need to create an assembly (DLL,
ClassLibrary) and place it in your BIN folder. Once there, you can access it
from your ASPX code.

myNamespace.myModuleName.DoStuff()

Hope that is a start.

-- 
Alex Papadimoulis
http://weblogs.asp.net/Alex_Papadimoulis
"EEEdiot" <EEEdiot@hotmail.com> wrote in message
news:o8GdnbuwPZwEXlXdRVn2iw@giganews.com...
> How is a VB module or plugin set up under ASP.NET?
>
> TIA.
>
>


Relevant Pages

  • Re: VB module or plugin...
    ... > If you'd like to use a module, you will need to create an assembly (DLL, ... > ClassLibrary) and place it in your BIN folder. ... >> How is a VB module or plugin set up under ASP.NET? ... >> TIA. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Howto: WebService in not Bin folder?
    ... > But if i place my WebService dll not in bin folder ASP.NET cann't found it ... CODEBEHIND attribute in the .ASMX file. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Namespace Question
    ... the question is what if i m changing the original Dll ... dll to the bin folder each time? ... Look for assemblies in directories specified with the Reference Path ... if i understand you right you preferred to use the GAC? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: question about Temporary ASP.NET Files folder
    ... This folder is relative to the bin folder, which means I can get the ... folder dynamically from my assembly dll under bin folder. ... shadow copy and load it up. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: question about Temporary ASP.NET Files folder
    ... One alternative is to use a 'satellite assembly' instead of a resource ... This folder is relative to the bin folder, which means I can get the ... >folder dynamically from my assembly dll under bin folder. ... >> HTH, ...
    (microsoft.public.dotnet.framework.aspnet)