Re: Windows CE Web Server + ASP + DLL
- From: "<ctacke/>" <ctacke_AT_OpenNETCF_com>
- Date: Fri, 13 Jan 2006 07:40:37 -0500
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: David MB
- Re: Windows CE Web Server + ASP + DLL
- Prev by Date: Re: Dime/Soap-Support in .NET CF?
- Next by Date: Re: Connecting to device whitin VS.NET 2005
- Previous by thread: Dime/Soap-Support in .NET CF?
- Next by thread: Re: Windows CE Web Server + ASP + DLL
- Index(es):
Relevant Pages
|
Loading