0

I could not add App_Code For my project, so I decided to add It as new Folder an naming it "App_code".

Is this is correct way to add this folder to my Project?

If this is correct way , why I can not find the namespace "MyProjectName.App_Code" in code behind although I defined the namespace in code behind of each Page as "using MyProjectName.App_Code;"

SamerKour
  • 25
  • 1
  • 2
  • 4
  • possible duplicate of [App\_Code folder is missing in VS 2010](http://stackoverflow.com/questions/2277742/app-code-folder-is-missing-in-vs-2010) – Reg Edit Jul 07 '15 at 12:59

1 Answers1

0

Add new Folder to your Application And Name it As "App_Cpde".

Add new Class To the App_Code Folder From Add->Class and Change the its Property "Build Action" from content To compile.

best regards

SamerKour
  • 25
  • 1
  • 2
  • 4