CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2001
    Location
    Sao Paulo, Brazil
    Posts
    4

    Inherits Problems !

    Hi, folks!

    I'm trying to run a asp.net soluction done in a machine running Win2000 to another one running WinXP, but I'm having problems with inheritance of classes with it.

    I couldn't understand how to make the .NET to accept the inheritance that works in the first machine...

    Maybe there is a file with these configurations which this is done.

    For example, in my Global.asax is declarated in its first line as :

    Application Codebehind="Global.asax.vb" Inherits="MyProj.Global"

    And the ' Inherits="MyProj.Global" ' does not works anyway...

    Thanks for any help!
    Last edited by plovas; March 7th, 2003 at 09:37 AM.

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

Featured