Re: ASP error for CreateObject
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 6 Aug 2005 11:40:37 -0700
I've just bought a house so sometimes I need a vacation from my vacation to
come into work :).
--
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.
"Dean Ramsier" <ramsiernospam@xxxxxxxxxx> wrote in message
news:OLDWRk6lFHA.2656@xxxxxxxxxxxxxxxxxxxxxxx
>I thought you were on vacation?!
>
> --
> Dean Ramsier - eMVP
>
>
> "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx> wrote in message
> news:%23bd5pq5lFHA.2484@xxxxxxxxxxxxxxxxxxxxxxx
>> 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
>>
>>
>
>
.
- References:
- ASP error for CreateObject
- From: shiva
- Re: ASP error for CreateObject
- From: John Spaith [MS]
- Re: ASP error for CreateObject
- From: Dean Ramsier
- ASP error for CreateObject
- Prev by Date: GUI question
- Next by Date: Re: ASP error for CreateObject
- Previous by thread: Re: ASP error for CreateObject
- Next by thread: Re: ASP error for CreateObject
- Index(es):
Relevant Pages
|