Hi
I have created a class called employee in App_Code.
I am not able to reference the employee class in my code unless I
Point to the Name space like using party.App_Code;
I thought that any code inside the App_Code and I do not need to reference it.
By the way, I am using Visual Studio 2017 community version
Al