This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > June 2004 > Set WebSchedule = Server.CreateObject("... ")
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Set WebSchedule = Server.CreateObject("... ")
|
|
| ConnerS 2004-06-29, 4:14 am |
| I am trying to run a free trial of a web calendar, and can not get past line 13.
I get a Server.CreateObject Failed message
Any idea on what to do now?
Frontpage 2002 and Access 2000
I had to save the download to my desktop, unzip it and then import into Frontpage.
| |
| Thomas A. Rowe 2004-06-29, 4:14 am |
| The error indicates that a DLL needs to be installed on the server, many host will not install
custom components on a shared hosting account, suggest you talk to your host before continuing,
because if they will not install it, the application is not going to work.
On line 13 what object is trying to be created?
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
news:BC869BB9-9881-4275-A7FE-D809F343B15E@microsoft.com...
> I am trying to run a free trial of a web calendar, and can not get past line 13.
> I get a Server.CreateObject Failed message
> Any idea on what to do now?
> Frontpage 2002 and Access 2000
> I had to save the download to my desktop, unzip it and then import into Frontpage.
>
>
>
>
| |
| ConnerS 2004-06-29, 12:14 pm |
| The code is:
'Creates the WebSchedule Component
Set WebSchedule = Server.CreateObject("VASPWS.ASPWebSchedule")
Are there separate .dll for every application? I have looked at the code for several other calendar scripts and they don't have server.createobject("") just createobject("ADODB.Connection")
"Thomas A. Rowe" wrote:
> The error indicates that a DLL needs to be installed on the server, many host will not install
> custom components on a shared hosting account, suggest you talk to your host before continuing,
> because if they will not install it, the application is not going to work.
>
> On line 13 what object is trying to be created?
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
> news:BC869BB9-9881-4275-A7FE-D809F343B15E@microsoft.com...
>
>
>
| |
| Kevin Spencer 2004-06-29, 12:14 pm |
| When you modify ASP code, you're programming. I would suggest you learn ASP.
My web site (http://www.takempis.com) has some beginning level tutorials.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
news:BC869BB9-9881-4275-A7FE-D809F343B15E@microsoft.com...
> I am trying to run a free trial of a web calendar, and can not get past
line 13.
> I get a Server.CreateObject Failed message
> Any idea on what to do now?
> Frontpage 2002 and Access 2000
> I had to save the download to my desktop, unzip it and then import into
Frontpage.
>
>
>
>
| |
| ConnerS 2004-06-29, 12:14 pm |
| I'm off to do some learning... Thanks for the direction.
"Kevin Spencer" wrote:
> When you modify ASP code, you're programming. I would suggest you learn ASP.
> My web site (http://www.takempis.com) has some beginning level tutorials.
>
> --
> HTH,
> Kevin Spencer
> ..Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
> news:BC869BB9-9881-4275-A7FE-D809F343B15E@microsoft.com...
> line 13.
> Frontpage.
>
>
>
| |
| chris leeds 2004-06-29, 12:14 pm |
| check out www.8pixel.net there's a decent and free calendar there.
HTH
also, if you've got MacAfee antivirus running you will get problems running
scripts on your local server (just found that out the hard way)
--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--
"ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
news:B29C3DBD-9C4A-456B-A9F5-5F2E996244D4@microsoft.com...[color=darkred]
> I'm off to do some learning... Thanks for the direction.
>
> "Kevin Spencer" wrote:
>
ASP.[color=darkred]
tutorials.[color=darkred]
past[color=darkred]
into[color=darkred]
| |
| Thomas A. Rowe 2004-06-29, 12:14 pm |
| This specific application requires that the "VASPWS.ASPWebSchedule" 3rd Party ASP component (DLL)
must be installed on both the server that you are testing on and the server that will be hosting the
live site.
The ADODB is automatic installed as part of Windows.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
news:6D3126C4-A0D4-4D88-AE6E-EE4710A5B362@microsoft.com...
> The code is:
> 'Creates the WebSchedule Component
> Set WebSchedule = Server.CreateObject("VASPWS.ASPWebSchedule")
>
> Are there separate .dll for every application? I have looked at the code for several other
calendar scripts and they don't have server.createobject("") just createobject("ADODB.Connection")[color=darkred]
>
> "Thomas A. Rowe" wrote:
>
| |
| Kevin Spencer 2004-06-29, 12:14 pm |
| You're quite welcome. In addition, you can find the same type of help with
ASP that you find here for FrontPage, at the Microsoft ASP support
newsgroup: microsoft.public.inetserver.asp.general.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"ConnerS" <ConnerS@discussions.microsoft.com> wrote in message
news:B29C3DBD-9C4A-456B-A9F5-5F2E996244D4@microsoft.com...[color=darkred]
> I'm off to do some learning... Thanks for the direction.
>
> "Kevin Spencer" wrote:
>
ASP.[color=darkred]
tutorials.[color=darkred]
past[color=darkred]
into[color=darkred]
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|