An exception of type "Microsoft VBScript runtime error: object required: 'Server' was not handled"

I keep getting this error when trying run this code:

Set objComponent = Server.CreateObject("Test.ProcessInputs")
objComponent.Outputs
Set objComponent = Nothing

Any suggestions?