all groups > inetserver asp components > november 2004
Server.CreateObject error
Posted by Vikram Kohli at 11/30/2004 2:47:04 AM
Set xlsApp = Server.CreateObject("Excel.Application")
I am writing the above code in asp and getting the following error
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is
denied to this object.
Can anyone tell me to which f... more >>
ASP, looping, and stored procedures.... error '800a0bb9' ...
Posted by Beau at 11/29/2004 10:50:06 AM
Hi all, thanks in advance.
Ok, heres the story.
What is happening......
--------------------------------
I've got an ASP page that loops.
It loops in order to get data in different, sequential date ranges. I.E.
from 9/1/2000 - 10/1/2000 then 10/1/2000 - 11/1/2000 etc etc etc.
It calls SPs... more >>
Organisation Chart
Posted by vasanth kumar at 11/27/2004 5:03:09 PM
Hi All,
Can someone tell me, is there any component available for creating
Organisation Chart. I hope, I don't have to write code for creating boxes &
lines for creating this Org Chart.
Regards,
Vasanth
... more >>
form to fax machine
Posted by Rabih at 11/27/2004 12:34:00 PM
Hi,
I am trying to send information that I collect using an ASP form to a fax
number that I specify somewhere. Can someone please tell me whether I can do
that using ASP code and if so, how can I do it and what kind of applications
I need to have if any.
Thanks in advance.
Rabih
... more >>
Security of ASP
Posted by 3legs at 11/26/2004 2:43:52 PM
Don't wanna allow web hosting clients to use FSO object to create files on
my server, is it possible to disable the use of FSO object in ASP?
... more >>
I need to be able to capture a web page as I build it and store it to file at the server.
Posted by JohnDpatriot at 11/22/2004 3:30:18 PM
Is there an easy way to do this?
John,... more >>
ASP vs ASP.NET
Posted by Nathan Sokalski at 11/19/2004 8:23:13 PM
I was recently looking at a page about transitioning from ASP 3.0 to
ASP.NET. (The page I was looking at is located at
http://www.4guysfromrolla.com/webtech/041601-1.shtml ). It looks to me like
they are taking away what has always seemed to me like the beauty of ASP. I
always viewed the bea... more >>
problem with combo box
Posted by Tommy at 11/16/2004 5:28:21 PM
i have a combo box that i fill at run time when i choice is picked in
another combo box, but when i push continue it loses it's value?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Server object error 'ASP 0178 : 80070005'
Posted by Arijit Upadhyay at 11/13/2004 3:50:35 AM
I migrated from a windows 2000 server to a windows 2003 server and with all
settings being same I am getting this error
=========
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/includes/top.html, line 5
The call to Server.CreateObject failed while checking per... more >>
COM+ Application will not shut down after idle shutdown time
Posted by tony.goncalves NO[at]SPAM mckesson.com at 11/11/2004 7:34:51 AM
I am running IIS 5.0 with COM+, and have run into 'Out of memory'
errors in calls to components in one of the COM+ applications. It was
discovered that the COM+ application is not shutting down, which
allowed the processes memory to keep growing. I know this because the
PID never changed while ... more >>
Implementing Control Designer Class for Composite Server Control
Posted by Sacha Vieux-Roy at 11/9/2004 12:25:03 PM
I created a custom composite server control with 2 literals and 1 text box.
The control displays fine in internet explorer, but doesnt display properly
in designmode. I attempted to create a control designer class so the
composite control would be rendered properly in designmode. I tagged the ... more >>
Use the Response object instead of IScriptingContext?
Posted by Richard Hollis at 11/6/2004 5:46:30 PM
Microsoft docs say that IScriptingContext is obsolete, "you should not use
it except in legacy ASP applications. The interface exposes methods that
your component can use to retrieve the ASP built-in objects."
I have a control, which can render some large pages, and these are currently
ret... more >>
COM+/OLEDB connection pooling query for ASP component
Posted by Richard Hollis at 11/6/2004 5:41:16 PM
I have a C++ control, which I have developed, which is used to render the
key part of most pages pages across my site. It is used on almost every
page and there is anything from 1-4 objects that belong to the control used
on various pages. I've been trying to get the rendering time of the pa... more >>
How to use OWC.Chart with ASP
Posted by tabonni NO[at]SPAM yahoo.com at 11/4/2004 10:46:04 PM
Hi All
I want to use OWC.Chart object to draw a bar chart for the voting
result. But, I haven't used OWC.Chart before. Can anyone show me some
sample codes?
My idea is:
I'm using Access 2000 database for storing the data. There are just
two fields in the Polls table - EmployeeName and Vot... more >>
web based ftp?
Posted by MAQ at 11/4/2004 5:46:07 PM
Hi,
I desperately need a free web-based ftp script/application. Any tips will be
highly appriciated.
/Mali
... more >>
Display different image between dates using ASP
Posted by DavidM at 11/3/2004 3:25:39 PM
Hello -- I would like to display a different logo on my website for
different seasons of the month.
I currently have a logo for Halloween, Thanksgiving, and December.
Can someone tell me what VBScript/ASP code I need to display an HTML image.
Basically:
1) any date from 10/01 thru 10/31 ... more >>
ASP Type Not Recognized
Posted by Sabertec2 at 11/3/2004 6:09:01 AM
Have Windows XP Pro/SP2 and AVG as Anti-Virus. Using the Windows Firewall.
Have not loaded any programs or made any system changes in months.
I have been creating and working with Activer Server Pages for some time
without incident.
Last night, tried to load a couple of my pages by doubl... more >>
|