Installing a Component

Discussion in 'ASP.NET / ASP.NET Core' started by prankernet0, Jun 27, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I cannot figure out how to use a component provided by discountasp in my asp.net applications.

    I'm not sure if I'm looking in the right place or even trying to add it right, my only geuss was provided by the following code:

    <%@ Assembly Name="aspNetEmail, Version=2.0.0.514, Culture=Neutral, PublicKeyToken=bc571e8da1c1f543" %>
    <%@ import Namespace="aspNetEmail" %>

    Only the problem is that I can't seem to access any of the inherited objects from my code. I'm using VS .NET if that makes any difference.

    Thanks on any help in advance.

    ScHiZo
    -------------------------------
    "Hi Bob". "Who's Bob?".[?]
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Yes. If you are using VS.net, you'll need to have the component installed to your GAC or in the local bin folder.

    Goto http://www.aspnetemail.com/ and download a demo version. This will get the component registered into your local assembly.

    Once you install, all you need to do is to import the name space. You do not need <%@ Assembly Name="aspNetEmail, Version=2.0.0.514, Culture=Neutral, PublicKeyToken=bc571e8da1c1f543" %> anymore.

    Hope this helps ;>

    quote:Originally posted by prankernet0

    I cannot figure out how to use a component provided by discountasp in my asp.net applications.

    I'm not sure if I'm looking in the right place or even trying to add it right, my only geuss was provided by the following code:

    <%@ Assembly Name="aspNetEmail, Version=2.0.0.514, Culture=Neutral, PublicKeyToken=bc571e8da1c1f543" %>
    <%@ import Namespace="aspNetEmail" %>

    Only the problem is that I can't seem to access any of the inherited objects from my code. I'm using VS .NET if that makes any difference.

    Thanks on any help in advance.

    ScHiZo
    -------------------------------
    "Hi Bob". "Who's Bob?".[?]
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page