Click to See Complete Forum and Search --> : Inherits Problems !


plovas
March 7th, 2003, 08:30 AM
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!