Click to See Complete Forum and Search --> : Inherit Type error


TIB_M
January 22nd, 2004, 10:02 AM
Hi. I'm new to .Net and I'm getting the following error:
"Could not load type [my type]" in the "Inherits [my type]" part of the code.
I believe this is because the bin folder where the dll is located does not have proper permissions.
Is this true? If not, what do you think the problem is?

Thanks
Tiberiu M

ZoSoo7
January 23rd, 2004, 01:20 PM
Do you have your reference to the assembly added? And do you have your using block at the top?