Click to See Complete Forum and Search --> : inheriting .vb files


partyk1d24
04-04-2006, 02:11 PM
So I have a class that I made for a thick client and want to use this same code to do the same ting on my asp page, however, nothing seems to be getting inherited. It errors out telling me that the class I just called is not described. Is there something I am missing here?

Thanks guys

Jackie

Phil Weber
04-04-2006, 05:47 PM
You'll have to post some code. How are you referencing the class from your ASP.NET code-behind class?