What is "
Server object error 'ASP 0177:80040154'
Server.CreateObject Failed
/default.asp, line 181
The call to Server.CreateObject failed. The requested object instance cannot be created.
"...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10106524.html
Hi there,
I have several codes which use ADODB.recordset for some reasons, for example for creating a list of all files on the server, or for converting strings, etc. Here comes an example which w...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21267571.htm...
Zones:
ASPDate Answered: 01/19/2005 Grade: B Views: 0
I am trying to use a COM with VB.Net and it sounds like I need to create a "wrapper" to use it.I read the article here:
http://www.csharphelp.com/archives2/archive437.html
but Im still having...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22749050.htm...
I am using following code to create an instance if an object in my asp page.
if not IsObject(session("MyObject")) then
set session("MyObject") = server.createObject("MyObject.MyClas...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10100154.html
Zones:
AuthoringDate Answered: 11/24/1998 Grade: A Views: 4
I wrote this ASP code to send a mail:
<%@Language=VBScript %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
</head>
<%
Set myOlApp = Ser...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11771078.htm...
Zones:
ASPDate Answered: 11/07/2000 Grade: A Views: 0
I have a vb.net 2005 app that accesses a sql server. We are using sql sqerver 2005 and the computers have windows xp sp2 on them. When the app gets to a procedure that runs a dts package I get th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22464544.htm...
Have recently installed OptionPack 4 for NT.
Use ASP (VBScript) to retrieve data from an access db.
in my asp pages that retrieves data from my access db this
code triggers the error.
first the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10145020.ht...
Zones:
HTMLDate Answered: 04/02/1999 Grade: A Views: 0
My system is Pent/Win98/48m ram. I had to reload Win 98 the other day, and now I'm getting IPF messages anytime I open any tables or wizards in any Access databases. The .MDB files open fine, but I...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10228660.html
Zones:
MS AccessDate Answered: 11/05/1999 Grade: A Views: 0
Hey I am using classic ASP application. It was working perfectly fine till today. But today when I go to some of my pages where i use a recordset its giving me this error
Provider error '8004015...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21413751.html
I'm wanting to connect through to Lotus Notes using the Interop Dlls that are installed with Lotus Notes. Is it possible? I can do it in VB .NET code perfectly fine using NotesSession and Database ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21914046.html