R
Rusty Hill
I have a base class that contains code for the profile object that works
fine when the code is not in a file within the App_Code folder. Once I put
the code into the App_Code folder it will no longer compiling telling me:
"The name 'Profile' does not exist in the current context"
What am I missing here (besides a clue)?
fine when the code is not in a file within the App_Code folder. Once I put
the code into the App_Code folder it will no longer compiling telling me:
"The name 'Profile' does not exist in the current context"
What am I missing here (besides a clue)?