Ok, here's what I've got:

I've got my project, with its name set to dllProj, and the class module called dllClass.

The class contains a ridiculously simple function (which, come to think of it, is probably where the problem is )...

I just want to get a variable from my ASP page, change it and pass it back to the ASP*

*bare in mind that I'm just trying to get a dll to work before playing with my real aims.

Anyway, the error occurs at the line setting the dll object in the ASP:

Code:
Set dllSet = CreateObject("dllProj.dllClass")