Re: ASP error for CreateObject
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 12:44:52 -0700
Windows CE ASP does not support the Windows Script host (i.e. Scripting)
ActiveX control. This is a desktop only thing.
I know at least one guy on a former newsgroup post has said he was going to
implement the filesystem ActiveX Object himeslf for WinCE and other people
have been interested, so you may try looking them up and seeing if they did
and would share (or charge). Alternately you could implement a COM object
in C++ yourself that would implement either the filesystem object or just
those calls to the filesys that you need.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the new CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"shiva" <shiva@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8B1BFB17-34C9-40EF-AC68-1DCF9EA6E42B@xxxxxxxxxxxxxxxx
>
> 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: shiva
- Re: ASP error for CreateObject
- From: Dean Ramsier
- Re: ASP error for CreateObject
- References:
- ASP error for CreateObject
- From: shiva
- ASP error for CreateObject
- Prev by Date: Re: Cant debug vb.net app from VS2003
- Next by Date: Re: ASP error for CreateObject
- Previous by thread: ASP error for CreateObject
- Next by thread: Re: ASP error for CreateObject
- Index(es):
Relevant Pages
|