Hi
This error is usually generated because dynamic-link libraries (DLLs) on which the COM object depends are one of the following:
• Missing from the system
• Not in the system path
• Not accessible by the system because of security settings
_______________ ___
best regards,
Kalipurayath Sanal Menon
User Profile
Collapse
-
Hi Guys!
create a file 'thumbnail.aspx ' and insert the code
<%@ Page Language="C#" ContentType="te xt/html" ResponseEncodin g="iso-8859-1" %>
<script language="C#" runat="server">
void Page_Load(Objec t sender, EventArgs e)
{
try{
Response.Cache. VaryByParams["Image;Width;He ight;ForceAspec t"] = true;
Response.Conten tType...Leave a comment:
-
Hi Guys!
Use CDONTS instead of CDO Message Sending, Here is the sample code for sending CDONTS HTML Mails!
'Code Begins
Dim objCDOMail
'Create the e-mail server object
Set objCDOMail = Server.CreateOb ject("CDONTS.Ne wMail")
objCDOMail.From = Request.Form("e mail")
objCDOMail.To = "info@yourdomai n.com"
objCDOMail.Subj ect...Leave a comment:
-
Hi Guys!
Please Refer this link, you will find more about Forcing http:// to https://
http://www.hotscripts.com/Detailed/57478.html
best regards,
Kalipurayath Sanal Menon...Leave a comment:
No activity results to display
Show More
Leave a comment: