ASP error for CreateObject
- From: "shiva" <shiva@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 08:35:01 -0700
I have a requirement to upload files into my device through webbrowser. For
this i have a ASP page which working fine for the desktop.
When i tried the same asp page for the device, i'm failing to createobject
for the following code.
set Files = CreateObject("Scripting.Dictionary")
set FSO = CreateObject("Scripting.FileSystemObject")
Microsoft VBScript runtime error: '800a01ad'
Description: ActiveX component can't create object: 'Scripting.Dictionary'
Is the ASP support Scripting component for Windows CE platform.
For file uploading through webbrowser into Windows CE device which is the
best sol'n to go for ASP page development or ISAPI dlls.
Regards,
Shiva.
--
Software Engineer
.
- Follow-Ups:
- Re: ASP error for CreateObject
- From: John Spaith [MS]
- Re: ASP error for CreateObject
- Prev by Date: Re: Cant debug vb.net app from VS2003
- Next by Date: Re: Cant debug vb.net app from VS2003
- Previous by thread: RE: SQL server Connection String In PDA
- Next by thread: Re: ASP error for CreateObject
- Index(es):
Relevant Pages
|
Loading