Re: Refrencing DLL in ASP.NET 1.0 Inline VB SCRIPT?
- From: wildman@xxxxxxxxxxxx
- Date: Tue, 18 Mar 2008 09:38:38 -0700 (PDT)
On Mar 18, 11:35 am, bruce barker
<brucebar...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
see the @Assembly page directive
What I've have done in the past.. and it's not working for some
reason...
is drop my vb.net 2.0 class library DLL in the BIN directory of the
old project.
that class has a namespace.
then in my inline code:
<%@ Import Namespace="JCP"%>
and in my code
Dim xx as new JCP.Myclass(")
But this gives me error:
Type 'JCP.Myclass' is not defined.
I'm not sure how I can use the @Assembly directive? Also, do I need to
worry that my class was compiled in 2.0 and that this server only has
1.0 .NET framework installed?
my namespace is JCP
my class is MyClass
the file is MyClass.DLL
It's compiled in 2.0
I'm attempting to access it from 1.0 (which sounds like might be a
problem anyway )
Thank you.
.
- References:
- Refrencing DLL in ASP.NET 1.0 Inline VB SCRIPT?
- From: wildman
- Refrencing DLL in ASP.NET 1.0 Inline VB SCRIPT?
- Prev by Date: Re: Ajax what could be causing this?
- Next by Date: Re: Is there any way to make the VS 2005 HTML designer show something approx to what I ask for
- Previous by thread: Refrencing DLL in ASP.NET 1.0 Inline VB SCRIPT?
- Next by thread: Very Slow VSS Development
- Index(es):
Relevant Pages
|