Re: How to add a reference?
- From: "Joe Befumo" <joe@xxxxxxxxxx>
- Date: Sun, 19 Feb 2006 20:26:56 -0500
There is a
Imports OboutInc.Postback
in the .vb -- I'm guessing that this is the equivalent of the namespace tag
in .aspx?
"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> wrote in message
news:ebMSZAaNGHA.3908@xxxxxxxxxxxxxxxxxxxxxxx
Did you include the correct namespace in your code so that it can find the
class?
"Joe Befumo" <joe@xxxxxxxxxx> wrote in message
news:43f8de3a$0$26778$b9f67a60@xxxxxxxxxxxxxxxxxxxxx
I'm trying to use a third-party postback control
(http://www.obout.com/pb/postback.aspx) which appears to do just what I
need. It includes a .dll, and some example (aspx and vb) pages. I added
a reference to the .dll, and it shows up under references. I can browse
the contents in the object browser. However, when I try to compile, I
get a "Type expected" error on the declarlation line, as shown below:
Imports OboutInc.Postback
Public Class DataProcessing
Inherits Page
Protected obPost As Postback '<--error is here.
Is there something else I have to do to get the compiler to 'see' the
referenced .dll?
Thanks.
Joe
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
- References:
- How to add a reference?
- From: Joe Befumo
- Re: How to add a reference?
- From: Peter Rilling
- How to add a reference?
- Prev by Date: Re: How to add a reference?
- Next by Date: Re: ContentPlaceHolder - size on Master Page
- Previous by thread: Re: How to add a reference?
- Next by thread: Re: How to add a reference?
- Index(es):
Relevant Pages
|