TODO:
You add a HTTPHandler to your SharePoint project, and you get the following error : "Parser Error Message: Could not load file or assembly '$SharePoint.Project.AssemblyFullName$' or one of its dependencies. The system cannot find the file specified."
SOLUTION:
The fix is simple, do the following:
1. Open your project file in NotePad
2. Find the PropertyGroup nodes.
3. Add a new PropertyGroup node.
<PropertyGroup>
<TokenReplacementFileExtensions>ashx;</TokenReplacementFileExtensions>
</PropertyGroup>
4. Re-Open your project file
NOTES:
There are no notes on this topic.