I keep getting this error when trying to run this script:
<%
Set objComponent = Server.CreateObject ("Test.Builder")
objComponent.ProcessQuery
%>

The error is:
"Object variable or With block variable not set"

I checked my code and it looks alright. Any suggestion on how to debug?