PDA

View Full Version : Installing a Component


prankernet0
06-27-2003, 03:21 AM
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?".[?]

bruce
06-30-2003, 07:03 AM
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 ;>

[b]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">