App_Code folder issues

392 Views Asked by At

The problem that your classes are not compiled, You'll solve this issue simply by going to the properties of any class in the App_Code folder and change it's 'Build Action' property from "Content" to "Compile"

But how can I set the property?

1

There are 1 best solutions below

0
On

Right-click on the item in the solution explorer, and select Properties. In the properties window, there is a Build Action option.