| Author |
Scripting.Divtionary object error
|
|
| Vaibhav 2004-06-28, 8:55 am |
| dear all,
i wonder if someone help me..
i am trying the create a dictionary obejct in asp but its giving
the error
Error Type:
(0x8002801D)
Library not registered
so please suggest me the soln with sample code.
thanking u
vaibhav
| |
| Ray at 2004-06-28, 8:55 am |
| Are you typing diVtionary in your code? If not, show the code please.
Ray at home
"Vaibhav" <Vaibhav@discussions.microsoft.com> wrote in message
news:73536EA6-8B3D-4B44-A33F-93AB3F213C0A@microsoft.com...
> dear all,
>
> i wonder if someone help me..
>
> i am trying the create a dictionary obejct in asp but its giving
> the error
>
> Error Type:
> (0x8002801D)
> Library not registered
>
> so please suggest me the soln with sample code.
>
> thanking u
>
> vaibhav
>
| |
| Vaibhav 2004-06-29, 3:16 am |
| dear all
actually i spelled the subject heading wrongly
actually it is Scripting.Dictionary
i have written the code as
set dict = Server.CreateObject("Scripting.Dictionary")
but its giving error
library not registered.
"Ray at <%=sLocation%> [MVP]" wrote:
> Are you typing diVtionary in your code? If not, show the code please.
>
> Ray at home
>
> "Vaibhav" <Vaibhav@discussions.microsoft.com> wrote in message
> news:73536EA6-8B3D-4B44-A33F-93AB3F213C0A@microsoft.com...
>
>
>
|
|
|
|