Error BC30002 XXXXX Is not defined

  • Thread starter Thread starter Gina
  • Start date Start date
G

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!
 
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.
 
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
 
Back
Top