Re: Windows CE Web Server + ASP + DLL
- From: "David MB" <DavidMB@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 Jan 2006 07:08:02 -0800
I'm not sure if I understand exactly where you're going to. I mean, I know
this implementation works just for the security of the activex components
trying to run over the Pocket Internet Explorer. But it has nothing with it,
I think. I'll explain myself. What I mean is: the problem is something like a
misundertood between the class and the asp server, so ASP server rises an
error because it can "createobject", trying to instantiate the given class.
Thank you anyway.
David
"<ctacke/>" wrote:
> Does the ATL object implement IObjectSafety?
>
> -Chris
>
> "David MB" <DavidMB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:9F41EF7F-8733-4A11-B168-B2F800DDF0A8@xxxxxxxxxxxxxxxx
> > Hi.
> >
> > I got a hp h6340, with pocket pc 2003 and sql ce dashboard (with windows
> > ce
> > web server). I made an application dll with eMbedded Visual Tools (eVc++)
> > in
> > ATL mode, just to generate one class to be called from asp (one simply
> > message with a Hello World sentence). It compiles ok, and it takes the
> > function DllRegisterServer with no problems at all. I register the dll in
> > the
> > iPaq, and it goes ok, even I know it's already registered when I rebuild
> > the
> > dll with the device as a target (ARM processor).
> >
> > The problems comes on trying to make the call to CreateObject from asp,
> > which I make as follows:
> >
> > <%
> > dim pruebaobject
> > set pruebaobject = server.createobject(prueba.mensaje)
> >
> > ' also made as: set pruebaobject = create(prueba.mensaje) (without the
> > "server" before.
> > %>
> >
> > Pocket Internet Explorer rises the next error:
> >
> >
> > Parse error in script
> >
> > Microsoft VBScript runtime error: '800a01b6'
> >
> > Description: Object doesn't support this property or method:
> > 'Server.CreateObject'
> >
> > In file: /pruebadll.asp
> > On line: 3
> >
> >
> > I due 3 days with this error, looking for some information on the net, but
> > I
> > still haven't found any help, nor anywhere with a response for that. I'd
> > be
> > very gratefull if you somebody could help me, or tell me where to find
> > information respectable.
> >
> > Thanks in advance.
> >
> > David
> >
>
>
>
.
- Follow-Ups:
- Re: Windows CE Web Server + ASP + DLL
- From: John Spaith [MS]
- Re: Windows CE Web Server + ASP + DLL
- References:
- Re: Windows CE Web Server + ASP + DLL
- From: <ctacke/>
- Re: Windows CE Web Server + ASP + DLL
- Prev by Date: Re: Can we add text message with a botton ?
- Next by Date: Re: debug/networking while in the cradle
- Previous by thread: Re: Windows CE Web Server + ASP + DLL
- Next by thread: Re: Windows CE Web Server + ASP + DLL
- Index(es):
Relevant Pages
|
Loading