Results 1 to 2 of 2

Thread: Inherit from a .cs object

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    1

    Inherit from a .cs object

    I have a VB codebehind to an aspx file.. which I am telling to inherit from a .cs class in a dll that I have referenced in the class. Everything compiles just fine, I can reference the member variables to the base class in the code, but when I try to run the page, I get the following error...

    System.MissingFieldException: Field not found: CustomPage.Web.UI.Page.SecurityString


    It seems like its not really inheriting even though it compiles fine... can anyone tell me what I may be missing?

  2. #2
    Member
    Join Date
    Dec 2000
    Posts
    51
    You said you referenced the cs file right? Could you supply an example of how you are calling the cs file?
    Everyone!!! Can I have your attention please?

    Sit back, Relax and watch the world unfold before your very eyes.

    Mystical isn't it, oh well I tried!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width