I have a webpage I created that deploys just fine on our server, but simply refuses to run under my local host.
The error is:
Parser Error Message: Could not load type 'AcpServiceNS.Default'.

As you can see from my HTML and code behind, this namespace and class both match up!
Why does this give Parser Error?

