Re: How to add a reference?
- From: "Joe Befumo" <joe@xxxxxxxxxx>
- Date: Sun, 19 Feb 2006 20:25:39 -0500
There's a namespace declaration in the .aspx but not the .vb (this is a
downloaded example file.). Should it be in the .vb as well?
Joe
"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: error when moving a vs 2005 precompiled site to test server
- Next by Date: Re: How to add a reference?
- Previous by thread: Re: How to add a reference?
- Next by thread: Re: How to add a reference?
- Index(es):
Relevant Pages
|