all groups > inetserver asp components > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
Difference - registering dll using regsvr32 and component services
Posted by Bruce Chao at 11/7/2003 11:08:40 AM
There seems to be two ways that you can register a dll/COM component
one using regsvr32 from command prompt,
one using component services to add a new application etc.
What's the difference? Thanks!
... more >>
IIS 5.0 Server Object Error
Posted by James King at 11/6/2003 7:49:28 PM
I'm getting the following error while running my ASP
Session code:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/inc/Localization.inc.asp, line 54
Invalid ProgID. For additional information specific to this
message please visit the Microsoft Online Support si... more >>
please help-urgent~
Posted by Vitamin at 11/6/2003 4:09:11 PM
I am wrote a java class and have placed in %system%/java/trustlib
and I have using getObject to instant that class
however, i found a serious problem, it is although I have replace a new
version of class inside that folder
the asp page will display the oldest version result, said aaa.class... more >>
Server.CreateObject Access Error
Posted by davinder NO[at]SPAM gujral.co.uk at 11/6/2003 8:21:21 AM
I am trying to invoke the following line of code within my ASP:
Set oApp = Server.CreateObject("Word.Application")
This results in the following error:
ASP 0178 Server.CreateObject Access Error
The call to the Server.CreateObject failed while checking
permissions..
Has anyone have any ... more >>
Current Line in an ASP File
Posted by Nithi Gurusamy at 11/4/2003 7:02:03 PM
Dear Group:
ASPError object gives the current line where error occurred. Is there a way
to find out the line where Err.Number became non-zero due to a
Server.CreateObject(...) failure?
Thanks
Nithi Gurusamy
... more >>
Jmail problem
Posted by Andrew at 11/4/2003 2:37:56 PM
HI,
I have a function worked before in DTS, but I got error
recently:
DTSStep_DTSActiveScriptTask_1, Error = -2147220482
(800403FE) Error string: Error Code: 0 Error
Source= jmail.SMTPMail Error Description: The message
was undeliverable. All servers failed to receive the
mes... more >>
Try on the internet patch
Posted by Henrik&Mia at 11/4/2003 10:41:00 AM
Microsoft Partner
this is the latest version of security update, the
"November 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to help protect your computer.
This update includes the ... more >>
ASP Data Source Connection Help
Posted by karen.lau NO[at]SPAM mail.utexas.edu at 11/4/2003 6:59:47 AM
I am trying to create a connection in my ASP page to a SQL Server
database. This is my code for the connection string:
<%Option Explicit%>
<%
Dim conn
Dim ConnectionString
Dim RsList
Set conn = New ADODB.Connection
Set conn = Server.CreateObject("ADODB.Connection")
conn.ConnectionStrin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Third Party dll From ASP
Posted by james.constable NO[at]SPAM callpoint.co.uk at 11/3/2003 8:51:54 AM
Hi there,
I have to access a third party dll from an ASP page. I understand
that I have to create an activex wrapper as it is not a COM object. I
have a list of the functions that the dll provides. What tools do I
require to implement this and how easy is it?
--James... more >>
|