WCF App_Code folder dosen't recognized

985 views Asked by At

I have a WCF Service Application in C# with an App_Code folder in it. The folder contains DAL.cs file with the same namespace as the Service1.svc and its public. But when i try to use a function from the DAL class, the class isn't recognized. What is that? and how can i fix it?

1

There are 1 answers

0
user5289295 On

You might want to check the file property see if it's set to "Compile" instead of "Content"