borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Programing 3D any ideas) New Topic New Poll Post Reply
AndreaVB Forum : Pocket PC : ASP on pocket PC
Poster Message
happy knappy
Level: Trainee

Registered: 14-04-2005
Posts: 2

icon ASP on pocket PC

Hi

I'm writing a web application in ASP that run on pocket PC.
I want to save a html file in a folder on pocket PC

this is the code:

<%
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

Set myFile = objFSO.CreateTextFile(server.MapPath("../html/stampa.html"), True)

myFile.WriteLine("<HTML>")

.....

%>
Whith my Desktop PC I've no problem but on pocket PC I've the error:

"ActiveX component can't create object 'CreateObject' "

I have to change or add some library?

Thanks for help...



14-04-2005 at 03:20 PM
View Profile Send Email to User Show All Posts | Quote Reply
Cosmo
Level: Trainee


Registered: 27-06-2005
Posts: 3
icon Re: ASP on pocket PC

if i understand this correctly you are trying to run a local file ASP file on the pocket pc itself.

This cant be done there is no ASP Server running on a pocket PC that is why the error cant create object.

"ActiveX component can't create object 'CreateObject' "


it would work on a desktop pc as i assume you have a web server running.
why cant you have the page on the desktop web server then connect to it via Wifi or Blutoooth and then type in the page from the Pocket PC this would then work.




[Edited by Cosmo on 28-06-2005 at 03:51 PM GMT]

28-06-2005 at 03:49 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Pocket PC : ASP on pocket PC
Previous Topic (Programing 3D any ideas) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder