I have a .Net 4.0 project, which has a class named Common
to do somethings like getQueryString, GetKey, etc.
When I installed the latest Quartz.Net for my Project, I started getting error messages that I'm missing namespace Common
in my project.
Here's the actual error message:
error CS0234: The type or namespace name 'QueryString' does not exist in the namespace 'Common' (are you missing an assembly reference?)