App_Code folder question concerning profile object

  • Thread starter Thread starter Rusty Hill
  • Start date Start date
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)?
 
It has those and I have tried fully qualifying the profile name space to no
avail.

The same code in another class that is not in the App_Code folder runs fine.
I can tell I am getting ready to learn something new here. Thank you.
 
Back
Top