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've created an MTS package and installed it on my web server. My CreateObject call fails with the error indicated in the title of this post.
The web server is NT4 SP6, IIS4. It's also running M...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_20473...
I'm writing a NON-ATL\NON-MFC (just a plain win32 C++) dll (inproc server) that exposes several COM objects\Interfaces (For background I'm a vb programmer, with a plain vanilla c base, doing my bes...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20731598.html
Hi guys, just want to know what this error is ASP 0177 (0x800401F3). Got this error whenever I try to run a test script on ASP. Do you have any idea what this is? below is the script.
<%
Set...
http://www.experts-exchange.com/Programming/Misc/Q_21348783.html
Hi, i get a Error when I try to create a Scripting.Dictionary object in ASP, the code line is:
Set errorMessages = Server.CreateObject("Scripting.Dictionary")
then I get the following error: ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Active-X/Q_2260159...
Zones:
ActiveX,
ASPDate Answered: 05/30/2007 Grade: A Views: 63
I have created a DLL (written in C#). I need to call this DLL from both ASP 1.1 and ASP 2.0 applications. In order to be able to work with ASP 1.1 my understanding is that I have to convert this to...
http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_2268...
Pretty self explanatory. Tried publishing the tute database that came with Interdev and MSDN. Can't seem to get it to work. Here's the code and error message
---This is the global.asa---
<SCRIPT L...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10112447.html
Zones:
MS AccessDate Answered: 03/08/1999 Grade: C Views: 0
There is a COM object in VC++ which I have registered.I create an instance the object in ASP using the Server.CreateObject(ProgID).I have given the correct ProgID also in ASP.After creating the obj...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10352911.htm...
Zones:
ASPDate Answered: 05/19/2000 Grade: B Views: 0
Hi Experts,
Why doesn't this code work? I dim the objCDOMail like this:
Dim objCDOMail
and when it comes to this line:
Set objCDOMail = Server.CreateObject("CDONTS.NewMai...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10662001.htm...
Zones:
ASPDate Answered: 07/19/2000 Grade: A Views: 0
I need to send email through my ASP application. First I tried to use CDONTS. I received an error: Invalid class string. Asked the admin, who didn't know much about it, and he told me SMTP wasn't i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11142085.htm...
Zones:
ASPDate Answered: 09/01/2000 Grade: A Views: 0