Re: How to add a reference?
- From: "Joe Befumo" <joe@xxxxxxxxxx>
- Date: Sun, 19 Feb 2006 20:37:00 -0500
Got it, I had to fully qualify the type:
Protected obPost As OboutInc.Postback.Postback
that did it.
Thanks to all.
Joe
"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
- How to add a reference?
- Prev by Date: Re: ContentPlaceHolder - size on Master Page
- Next by Date: Re: Accessing Web User Control from class in App_code Folder
- Previous by thread: Re: How to add a reference?
- Next by thread: Iterate over an objects properties
- Index(es):
Relevant Pages
|