Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Class problems - existing properties and methods not found

0 views
Skip to first unread message

DarthSonic

unread,
Aug 21, 2006, 10:14:05 AM8/21/06
to
Hi!

We are using a class for uploading images (PureASP upload). This class
worked fine for some months but suddenly there are errors saying
"object doesn't support property or method"!? Not only in this upload
class, also in some self written classes the same problems!

Example:

Set objClass = New ClassName

objClass.Debug = True
objClass.PropertyExample = "all"
objClass.SendRequest()

Set objClass = Nothing


On one request of this script the page works, a second time it fails on
line objClass.Debug "object doesn't support property or method", the
thirs time it fails on line objClass.SendRequest() "object doesn't
support property or method". The errors are random and not nearly
reproducable.

Can someone help me? Maybe there is a bug in one of the latest Windows
Updates?

I am using Windows 2003 Server.

DarthSonic

unread,
Aug 29, 2006, 7:55:24 AM8/29/06
to
Niemand einen Hinweis oder Tipp? Kann es sein, dass es mit einem Memory
Leak oder ähnlichem zusammenhängt, dass aber gar nicht in diesen
Klassen begründet liegt?

0 new messages