Sun One ASP Limitations? 0177 Error?

Hi,

I've created an ASP portfolio system using ASP classes, but i am getting an 0177 error (call to server.createobject failed)

I've looked in the manuals and around on google etc but i can't find a definitive answer - can i use custom classes with Sun ONE ASP or not?

By this i do not mean COM+ objects, just inline VBScript classes e.g.

<%

Class Portfolio

.....

Private Sub Class_Initialize()

...

End Sub

etc...

End Class

%>

called using

<%

Dim oPortfolio

Set oPortfolio = New Portfolio

.....

Set oPortfolio = Nothing

%>

As soon as i try to instantiate the class i get the 0177 error.

Any tips?

Thanks!!

[760 byte] By [wildtangent] at [2007-11-26 6:54:56]
# 1
Hmm seems the problem is not with the class call itself, but something within the class - probably the XML objects.....
wildtangent at 2007-7-6 15:27:01 > top of Java-index,Web & Directory Servers,Web Servers...