Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
hi, i am getting an error object doesnt support this property or method.
AS i know it may the method which was not supported in new version of software . If i want to add dll which is missing . what i have to do.
(problem occured in asp (vb script))
;;;AS i know it may the method which was not supported in new version of software
What software?
;;;If i want to add dll which is missing
register it. Is this your own DLL you have created?
;;;what i have to do
to register it you need to:
1..copy the .dll to your system32 dir
2..open command line
2..run something like the following
c:\windows\system32\regsvr32.exe c:\windows\system32\yourDLLName.dll
I am realy sorry for that inconvinience.
I am a new user to forum like this and even to this web programming.
my question is:
I am deleting database contents of an autonomy server by writing code in ASP
(vbscript). I am using DRE library with class as DRE.IdxPort . and it is giving error as "object does not support this method or property" -- AS i come to know its due to version change. plz help me in this..