Home All Groups Group Topic Archive Search About

Error BC30002 XXXXX Is not defined

Author
18 Sep 2006 1:35 PM
Gina
I get this error: BC30002: Type 'Intranet.dsScreenShow' is not defined.

My page works on my machine but when put on the server I get the above
error. Any ideas why?

PS Intranet is my namspace. Sorry to not be much help - I inherited the
page from someone else and it all works except on the server. Thanks!

Author
18 Sep 2006 1:42 PM
Marina Levit [MVP]
The server is probably missing the DLL where that class is defined. Make
sure all the files on your dev. machine needed to run the app are also on
the server, and that they are all up to date.

Show quoteHide quote
"Gina" <G***@lcplc.co.uk> wrote in message
news:1158586525.490274.256700@m73g2000cwd.googlegroups.com...
>I get this error: BC30002: Type 'Intranet.dsScreenShow' is not defined.
>
> My page works on my machine but when put on the server I get the above
> error. Any ideas why?
>
> PS Intranet is my namspace. Sorry to not be much help - I inherited the
> page from someone else and it all works except on the server. Thanks!
>
Author
18 Sep 2006 2:00 PM
Gina
I definately copied all the files up - I don't get it! Please help!
Author
18 Sep 2006 2:08 PM
Gina
PS I am using Visual Studio 2005
Author
18 Sep 2006 2:16 PM
Gina
Ok sorry, I've found the definition (it was on my C drive in a temp
folder) but where do I put it on the server? How does my code know
where to look for it? Thanks