Calculator.cs not recognized in App_Code
I'm trying to complete the doing "Optimizing the Calculator" (in Chapter 5: Programming your ASP.Net Web Pages) try it out exercise.
When Calculator.cs is saved to the root of the Solution, it works fine. However, when it is placed in the App_Code folder, it is not recoginized.
Ideas?
Note: I am doing this in an existing Solution that I use for testing. I do not have a demo folder as is referenced by the book's examples.
|