Re: Windows CE Web Server + ASP + DLL



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
>


.



Relevant Pages

  • Re: Max windows handles in IIS. Pls help.
    ... How are you running the application on a different web server? ... an ISAPI DLL that runs on IIS5 -- are you trying to run this same ISAPI DLL ... only loaded and executed by IIS. ...
    (microsoft.public.inetserver.iis)
  • Re: Migration of ASP Application from W2K to Win2003
    ... As a work-around for people who want to run VB DLLs on a web server but is ... Isolation Mode, which is not recognized by older VB Runtimes, and hence bad ... VB DLLs are not getting the special work-around and will now fail. ... the best solution is for you to recompile the VB DLL ...
    (microsoft.public.windows.server.security)
  • Re: after adding a web service reference to an ATL dll registration of the ATL dll fails
    ... I add new ATL object in this project ... the thing generates me new web reference class based on CSoapSocketClientT ... registration of the dll now fails. ... > 7) register - failure ...
    (microsoft.public.vc.atl)
  • Re: Migration of ASP Application from W2K to Win2003
    ... Runtime DLL that works on IIS5 will continue to work on IIS6 in IIS5 ... Compatibility mode but FAIL to work on IIS6 Native Mode. ... .Net Interop is wonderful when you wish to move forward with .Net yet still ... > occur in the future when run on a web server, ...
    (microsoft.public.windows.server.security)
  • Re: Migration of ASP Application from W2K to Win2003
    ... download the new DLL from MSDN? ... ensure the work-around is applied when we make the call to the .NET DLL work ... a new version of the .NET DLL (and with IIS5.0 isolation mode), ... > occur in the future when run on a web server, ...
    (microsoft.public.windows.server.security)

Loading