all groups > inetserver asp components > october 2003 > threads for october 22 - 28, 2003
Filter by week: 1 2 3 4 5
Server.CreateObject error
Posted by sam_desh NO[at]SPAM yahoo.com at 10/28/2003 12:50:25 PM
I am getting an error while executing the line, Server.CreateObject.
The error is
Server object, ASP 0177 (0x800AEA5F)
I am using IIS5, Windows 2000 Server.
I have made sure that the dll is registered. I could not find any help
for the 800aea5f.
Any help will be highly appreciated!!!... more >>
Page Number and Page Breaks
Posted by AV at 10/28/2003 7:24:09 AM
Hello all,
Can anyone please let me know how to insert page numbers
and page breaks in ASP ???
Early response is appericiated.
Thanks
... more >>
The elusive ChiliReports 2.0 installation files
Posted by Greg at 10/28/2003 7:08:36 AM
Does anyone have a copy or know where I can get an
installation executable for chiliReports 2.0 from chili!
soft. The copy I'm working for bough a copy several years
ago, then moved their datacenter and lost the
installation in the process. I have the registration e-
mail that was sent to th... more >>
Using ASP to determine the OS
Posted by Nathan Sokalski at 10/27/2003 7:37:43 PM
I want to determine the operating system using ASP (or VBScript inside of
ASP). I tried to get it using the Request.
ServerVariables(EnvironmentVariable) method. On the web page about ASP in
which I found this method, it gave a list of possible values for the
EnvironmentVariable parameter. One o... more >>
Please help with .bat script
Posted by Lucas Cowald at 10/27/2003 12:46:50 PM
+++++++++++++++++++++++++++++++++++++++++++++++++
REY, please don't reply to this post. I need someone to help me with this.
+++++++++++++++++++++++++++++++++++++++++++++++++
Hi,
I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like th... more >>
REPOST: Deploying an ActiveX component in a CAB file, problem
Posted by Chris Dunaway at 10/27/2003 11:32:04 AM
Can no one assist me with this problem?
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want ... more >>
I need help with .bat script
Posted by Lucas Cowald at 10/27/2003 2:03:11 AM
Hi, I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like the .bat script do.
For intFolder = 1 to 100
For intFileNumber = 1 to 20
IF k:\o\intFolder\intFileNumber.wmv file does not exist, THEN exit
loop.
sse45.ex... more >>
Creating COM object from asp
Posted by Yaroslav Nizhnik at 10/24/2003 7:10:17 PM
I have a problem.
I've implemented Out-proc COM object - 'obj' in server - 'serv.exe'. If I
create this object from VB script, or C++ client, It works correctly.
But if I start my server (run serv.exe, or create 'obj' from client), and
try to create it from asp - it works fine, but new process ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Out of stack space
Posted by Cédric at 10/24/2003 2:18:27 AM
Hello,
I'm using iis 5 on windows 2000 Pro. I have a recursive=20
function. If the recursion is too big, I get a "Out of=20
stack space" error. On a windows 2000 Server, with exactly=20
the same data, i have no error.
How is it possible to increase the stack size ?
Thank you
C=E9dric ... more >>
marshalling C++
Posted by Serve Laurijssen at 10/23/2003 4:55:41 PM
I have a function with the following signature
HRESULT func([in]BSTR id, [out, retval] VARIANT *retval);
The variant gets filled with a SAFEARRAY of IDispatch pointers, but COM
doesn't know that until after the function is run of course.
When I installed the components in the COM+ catalog it... more >>
BLOB Image from Interbase in ASP
Posted by Daniel Olivares at 10/23/2003 11:54:10 AM
Hi. I'm trying to retreive a Image in ASP from a Interbase Database stored
in a Blob, the image format is a JPEG, any idea?
--
Lic. Daniel Olivares
... more >>
N-Tier Design Question (COM+, VB, ASP, XML)
Posted by Phil at 10/23/2003 10:50:26 AM
I am developing a 3 tiered web application in the
following manner. Oracle back-end on Unix box, stateless
vb com+ data access components running on win 2000 server
which processes incoming XML and returns XML to caller via
MSXML2 over http, and then the front end asp application
which ma... more >>
Deploying an ActiveX component in a CAB file, problem
Posted by Chris Dunaway at 10/23/2003 8:38:43 AM
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want to download and
install the component. I cl... more >>
My Script to run a Command-Line from ASP does not work.
Posted by Lucas Cowald at 10/22/2003 11:47:06 PM
Hi,
My Script to run a Command-Line from ASP does not work. No errors are
returned either.
It is on IIS. The directory where the script exists is on Drive I:, The
executable .exe is on Drive D:
Do you see any problems with the script below? Can you help me modify it?
<%
Dim objWSS
... more >>
The requested properties cannot be supported.
Posted by KeeblerElf at 10/22/2003 7:18:01 PM
I am not sure if this is the right place or not but here goes. I am
new to ASP and I have inherited an ASP site. We are in the process of
converting the Access database to an SQL 2000 one. I am getting the
following error when we connect to the SQL database, but it works fine
in Access. Can some... more >>
Session Variables and IIS
Posted by Kevin Parkinson at 10/22/2003 3:02:35 PM
Hello Everyone:
In my ASP application that I am currently working on, using IIS
5.0 on Windows 2000 Pro, I am having problems with my session variables. My
code is all fine, because it has been run on someone else's computer, and
also up on Brinkster. If I say:
Session("UserName") =... more >>
ASP Classes vs COM
Posted by CJM at 10/22/2003 1:58:05 PM
For the majority of my work, I just use plain ASP. On the rare occasion that
I am doing something intensive that does require user interaction I might
create a COM component (ie where performance gain outweighs the overhead of
COM).
A simple Rule-of-Thumb. I imagine this is fairly common pract... more >>
trying to render outlook calendar on the web
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/22/2003 12:34:05 PM
Used to have this feature on NT and Exchange 5.5
When all pages were migrated to Win2000 server it
says:"The information store could not be opened. [MAPI
1.0 - [MAPI_E_LOGON_FAILED(80040111)]]" Outlook web Access
is installedon the IIS server.
Any I deas on what is happening?
Set objSes... more >>
Re: Active Server Pages error 'ASP 0113'
Posted by Vikas at 10/22/2003 8:26:39 AM
I got this error and researched that this can be fixed by
going into the Internet Services Manager and then changing
the property for the time specified.
I am a user and am not being able to find the "Internet
Services Manager". Is that something that's unavailable to
a general user? If so,... more >>
RUN/execute a Command-Line command from an ASP page.
Posted by Lucas Cowald at 10/22/2003 4:16:40 AM
Hi,
I need to RUN/execute a Command-Line command from an ASP page.
This is the command:
sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2 -p
Can you show me a code how to run this command from an ASP page? I need to
run it from an ASP/VBscript?
Thank you very much for your help!
... more >>
|