I am using Web Matrix for this project and as a result I am not using code-behind files. I'm having trouble using an object in a DLL that I just made... I was able to use the object just fine when it was in my aspx page, but when i moved it to a .vb file and then compiled (to /bin) i am unable to use it (i get the error "BC30002: Type 'ActivityEvent' is not defined." even though I import the namespace. Any ideas? Thanks. -b