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.