all groups > inetserver asp components > august 2003
Filter by week: 1 2 3 4 5
ASP Error - 8007007E, in 'localstart.asp', line 46
Posted by jvh at 8/29/2003 6:38:51 AM
Hi,
Have re-installed IIS after potential conflict with McAfee
virus scan. Testing server, and receive the 500.100
Internal Server Error - ASP Error Internet Information
Services. Error type:
(0x8007007E)
/localstart.asp, line 46;
line 46 says,
Set oFS = CreateObject("Scripting.FileSy... more >>
ASP & PayPal
Posted by Stuart at 8/28/2003 11:34:01 AM
Hi,
Can some one point me to a resource (if there is one) that describes if a
value is sent back to my site from PAyPal once the payment has been process.
The reason is that I want to perform some actions once I know the payment
has been received and processed.
I have looked the PDN (Payp... more >>
Gantt to image component?
Posted by Kris Eiben at 8/28/2003 9:39:13 AM
Does anyone know of a component or applet that creates a PNG image of
milestone/task data (stored in a database) as a Gantt chart? Extra
points for one that also has a GUI interface for user input of that
data. Our tabular input screens and RTF shapes output just aren't going
to cut it much lo... more >>
newbie to com question about rebuilds
Posted by Mike at 8/28/2003 7:53:54 AM
I have written my first simple activex dll to be called from an asp page. I
have saved it as xxx.dll then registered it. Now if I want to rewrite or
change it when I recompile I can't save it to the same location. I get a
permission denied error. I have admin privileges so I know it's not jus... more >>
ClassFactory cannot supply requested class
Posted by jvh at 8/28/2003 7:02:55 AM
I am trying to create a 'FileSystemObject', and get:
500.100 Internal Server Error - ASP Error,
Error Type:
(0x80040111)
ClassFactory cannot supply requested class;
I have searched IIS help, Microsoft Tech and can't resolve
the issue. I have XP pro.
Any suggestions, or refernce sites to go ... more >>
How to wrap DLL to make it usable in ASP
Posted by mguerreiro NO[at]SPAM lanefurniture.com at 8/27/2003 12:14:09 AM
I am experiencing a problem that is common for hundreds of ASP
programmers and hopefully we'll be able to solve it here for
everybody.
General Problem: Type mismatch when you pass parameters from ASP to a
VB Component.
Specific Problem: I am using a DLL (3rd party) in VB and I use the
same D... more >>
ASP code in IIS 6.0
Posted by Derek at 8/26/2003 5:43:36 AM
This code worked fine in IIS 5.0, but when it was moved to
IIS 6.0, we received this message.
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/Tests-Results-bgCheck.asp, line 46
Line 46 is setting a variable to request("") from another
form. Any ideas? Is it a s... more >>
how to get sql db online
Posted by John Huston at 8/25/2003 1:01:28 PM
This is probably a stupid question but, I want to put my
access/SQL Database online so users can look at the data
and enter new data. Which would be better to use: Data
Access pages or ASP.net. Why? and Also does anyone know
where I could find information comparing these two.
Thank yo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Vb ocx with asp file in client side
Posted by ty_yenny NO[at]SPAM yahoo.com at 8/25/2003 3:36:48 AM
Hi all..
I have made ocx with vb6, and I embedded with asp file.
When I am running this asp in server side windows 2000, the ocx is
working fine, but when I call from client side with windows 2000 too,
it's only small blank box.
I have tried using this line :
<HTML><body topmargin="0" lef... more >>
Spell Checker
Posted by Michael C. Gates at 8/23/2003 5:24:57 PM
Is there a way to use either Outlook or MS's spell checker in an asp
component? There has to be some kind of hooks that you can program into.
Anyone know anything about it?
Regards,
Michael C. Gates
... more >>
ASP pages no longer display after SP4 upgrade! Help!
Posted by Rob at 8/22/2003 12:12:14 PM
I just installed SP4 on all my W2K servers and now ASP
webpages will not load. I get "Page Cannot be Displayed"
error. Anyone have any ideas? Thanks.... more >>
RE: ASP.NET & COMPONENTS
Posted by O_Hip at 8/22/2003 8:39:12 AM
I am developing a component in VS.NET that is going to hosted on an APSX
page. Is there a way I can get a reference to the page from the component.
So I can code against some page events in my component. i.e page_load.
I need to check that a client is online each time the page that hosts the
... more >>
Need help with AspExec and xcopy...
Posted by Jorgen Gustafsson at 8/21/2003 4:05:55 PM
Hello,
im trying to xcopy files from one client to another using the AspExec component (desktop-shortcuts for a specific user....)
<%
client1 = request.form("client1")
client2 = request.form("client2")
signature = request.form("signature")
Set Executor = Server.CreateObject("ASPExec.Execute... more >>
Component very slow the first time...
Posted by vivek at 8/21/2003 1:34:55 PM
Hi all,
I have developed a component in VB which basically interacts with Acrobat
and saves the stuff into the database and loads up the form with the
existing data. I designed this to be a COM+ application, but everytime the
user acceses this application for the first time(this is happening eve... more >>
Windows 2000 IIS Session restricted?!
Posted by David Lozzi at 8/21/2003 1:16:30 PM
Session("UID") = 10
Session("Name") = "John Doe"
I have an ASP application loaded on a Win2k SP3 server in Anonymous
Authentication Mode. When I try to access the site, none of the session
variables work. I have to lower the security to Low in Internet Explorer for
the session variables to ru... more >>
Accessing VJ++ COM DLL From ASP Page gives error
Posted by Surya at 8/18/2003 10:05:10 PM
Hi Friends,
I had written a VJ++ COM DLL which uses some jar files.I tried to
access the DLL from a VB Standard Exe
and it worked fine.But,when i did the same with a ASP Page it gave an error
No Class Def Found.The Jar Files
which the COM DLL needs where in the proper classpath when the ... more >>
debugging ASP.NET , not enough storage space error
Posted by JohnHurt NO[at]SPAM hotmail.com at 8/18/2003 5:09:48 PM
Hi,
after I got my IIS server to wor and making a few projects.
out of the blue, no changes made I get this error when trying to debug
an ASP.NET page;
'error while trying to debug on webserver, [then the errormessage is
in dutch, my OS language] because there is not sufficient storage
... more >>
DCOM call from an ASP page.
Posted by Tapasvi Mehta at 8/18/2003 12:24:39 PM
I have a COM component running on another Windows 2000
server. I want to call that component from the IIS server,
which is on another Windows 2000 server. How can i do that
from an ASP page ?
... more >>
DLLHOST looping at 50%! What does this tell me?
Posted by Larry Woods at 8/18/2003 9:19:19 AM
I have a bug somewhere and I don't know how to find it. I was told by
someone that they thought that one of my ASP pages might be looping. Well,
I set up a test and (1) a tight loop buries the CPU; DLLHOST=100%, not 50%,
and (2) when the page timed out, the page was closed and the DLLHOST proce... more >>
Example of a ASP 3.0 Agile Server Component developed in VC++/ATL
Posted by Paul Fallon at 8/18/2003 12:48:43 AM
Hi,
I was wondering does anyone know where I could get my hands on a good
sample of an ASP 3.0 agile server component developed in VC++/ATL.
Ideally, I am looking for a cache/dictionary/lookup object that can be
assigned to the ASP application object, therefore the object is going to
have... more >>
Threading model to 'Any Apartment'
Posted by vivek at 8/15/2003 5:40:15 PM
Hey guys,
i am relatively new to this COM+ thing, i am trying to figure out where do i
set the threading model for my application as 'any apartment'. Do i do this
when i develop my dll? if so which setting in the vb project, or if not
where do i do it. Thanks in advance.
Vivek
... more >>
Question to all ASP GURUS
Posted by MFA at 8/15/2003 4:15:09 PM
Hi all
Is there any way I can copy one folder from one place to another place over
the internet....
Kind regards
... more >>
Anyone familiar with ASPUpload?
Posted by at 8/14/2003 3:09:48 PM
I am using ASPUpload and trying to upload images to a database. I have had success in getting the image to the db and then dispalying the imnage on a webpage. The problem is wheni have more than one image for a record and want to display all images for that record. Has anyone done this with ASPUploa... more >>
I need a Chat component for an ASP application
Posted by ardraug NO[at]SPAM hotmail.com at 8/14/2003 5:37:14 AM
Hi,
We are developing an ASP application that needs a chat area where
users can chat 1 to 1 or in chatrooms. I´m looking for a free chat
component, but I´m not able to find something good. Our server is a
secure server (ISS), but I think that it´s not a difficult to install
the chat server ther... more >>
Need listing of ASP Components
Posted by Dave at 8/13/2003 3:57:24 PM
Anyone familiar with a listing of intrinsic or built-in objects. I'm
catching up with ASP and would like to know which COM's were designed for
ASP 3.0
TIA
Dave
... more >>
Error: Invalid class string
Posted by Gary at 8/13/2003 2:33:16 PM
I am facing a problem with MAPI.SESSION for server.createobject in a ASP
page. I am getting a message as "Invalid class string".
I checked up the registry and found no entry for the same. So I used
regsvr32 and registered the cdonts.dll file. But even then there is no entry
in the registry and... more >>
CDO with EXCNG SRVR, Mails deliverd only in the organisation
Posted by Aksahy at 8/8/2003 12:04:06 PM
Hiii,
I am developing an ASP application over IIS5.0 over win2kproffesional
In our organisation we use Outlook along with MS-Exchange for Email
communication.
Now, i want to build an app, to send mail. I am using CDO for Windows 2000.
Following is summary of my CDO.configuration
method ... more >>
Uploading on Windows 2003 with ASP, problem with 100k+ files
Posted by delee NO[at]SPAM amargosavalley.com at 8/6/2003 3:23:53 PM
I have an ASP script for uploading files. It works fine on files of
all sizes on Windows 2000 server, but on Windows 2003 sever it gives a
500 html error on files larger than 100K (tiny files work fine).
I can post the script if anyone wants to see it.
I need to know what is going on here. ... more >>
CDO mass email
Posted by cameron at 8/5/2003 1:54:44 PM
I have a test and production environment. The code works fine on test
but behaves erractically in production. The script needs to email people
who are subscribed to a particular service. On test it is a small list
but the list on production is fairly large. Does the CDO object have a
maximum... more >>
I need to save a class object in a Session variable. Good? Bad?
Posted by Larry Woods at 8/5/2003 11:53:01 AM
Hi,
I am in a situation where I am forced into passing a class object around
between a bunch of pages. The only way that I can figure out how to do it
is storing the object instance in a Session variable. I believe that this
is possible, but my concern is whether it gets destroyed at end of ... more >>
Newbie: How do I return a single/string array?
Posted by Larry Woods at 8/4/2003 9:24:46 PM
I am returning a type-single array (x,y) from a component through a
property. I am converting the array to variant before passing it back,
using CVar( ). The returned array has dimension, which I can display via
ubound, but I can't display any values from the array. I have tried CStr,
CVar, C... more >>
Creating an installer to run on an NT 4.0 Server - Service Pack 5 (US) << I think
Posted by Laphan at 8/4/2003 7:07:44 PM
Hi All
I've always hated the package & deployment installer that comes with VB 6
Enterprise, so I'm looking to use the Inno installer instead.
However my problems are as follows:
1) I have created a small app that to me only use the INET control and the
FileSystemObject reference. My ide... more >>
server-side ASP w/ client -side component
Posted by mguerreiro NO[at]SPAM lanefurniture.com at 8/4/2003 3:55:15 PM
Hello good folks! I need your advice on a project that i am working
on.
I am integrating a signature pad, a client-side web browser, and my
extranet to make a system. In this system, a user can punch in numbers
in the signature pad, which are then sent (thru some sort of VB
component) to the ... more >>
Working with a Memo Field
Posted by David Lozzi at 8/1/2003 3:23:38 AM
Here is what I am trying to do
filecont = objRS("contents")
filecont = replace(filecont,vbLF,",")
if i use the objRS instead of the filecont in the replace function i get the
same issue. If I do anything with this field (use InStr, or other menial
functions) I get no records can be displa... more >>
|