473,405 Members | 2,287 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

HELP! ErrorReport.dll - Error code: 0xC00402CE - "Email"

Yoosha
3
Hi,
I have this error to send App. information & Err. inforamtion with ErrorReport.dll(Private App.).
IIS 5.0
VB 6.0

Error:
Unable to deliver this message because the follow error was encountered: "Error is processing file in pickup directory.".

The specific error code was 0xC00402CE.

Code:
Private Sub VB_Frm_Error_Btn_SendError_Click()
On Error Resume Next
VB_Frm_Error_Btn_SendError.Enabled = False

Dim objNewMail As CDONTS.NewMail

Set objNewMail = CreateObject("CDONTS.NewMail")

With objNewMail
.From = "error-report@" & VB_Frm_Error_TxtBx_ApplicationTitle & ".exe"
.To = "ypy_design@yahoo.co.uk"
.Subject = "ErrorReport.dll: " & VB_Frm_Error_TxtBx_ApplicationTitle
.Body = "Application information:" & vbCrLf & "App. title: " & VB_Frm_Error_TxtBx_ApplicationTitle & " - " & "App. description: " & VB_Frm_Error_TxtBx_ApplicationDescription & vbCrLf & "App. EXE name: " & VB_Frm_Error_TxtBx_ApplicationEXEName & " - " & "App. version: " & VB_Frm_Error_TxtBx_ApplicationVersion & vbCrLf & vbCrLf & "Error information:" & vbCrLf & "Form name: " & VB_Frm_Error_TxtBx_FormName & " - " & "Title code: " & VB_Frm_Error_TxtBx_TitleCode & vbCrLf & "Pub. Err. number: " & VB_Frm_Error_TxtBx_PublicErrorNumber & " - " & "Pub. Err. description: " & VB_Frm_Error_TxtBx_PublicErrorDescription & vbCrLf & "Prv. Err. number: " & VB_Frm_Error_TxtBx_PrivateErrorNumber & " - " & "Prv. Err. description: " & VB_Frm_Error_TxtBx_PrivateErrorDescription
.Importance = 2
.Send
End With

Set objNewMail = Nothing
VB_Frm_Error_Btn_Cancel.Caption = "Close"
End Sub
Jan 1 '07 #1
0 1952

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Mike Fisher | last post by:
I'm seeing an error when I try to run/debug a web service. Although it doesn't happen every time, it does occur more than half of the times I hit F5. It appears to be returned by the the JIT...
0
by: xixi | last post by:
we are using db2 udb v8.1 on win 64 bit with fp3 with type 4 db2jcc.jar driver. such error generated , please help me understand this , thanks 2004-01-12-14.09.02.400000 Instance:DB2 ...
1
by: timVerizon | last post by:
Hoping someone can help here.. Our application (C#.Net) was receiving IBM.Data.DB2.DB2Exceptions ERROR SQL0904N Unsuccessful execution caused by an unavailable resource. Reason code: '', type...
10
by: RWC | last post by:
Hello, I'm having a problem that I'm having a lot of trouble with. I'm running Access XP, with all the updates, including service pack 2. I'm on a Windows XP machine. I have a database which...
4
by: Jack Wright | last post by:
Dear All, At some customers we are facing a problem when the user tries to launch any aspx page from IE. We are getting "Compiler failed with error code 2000". Is this bcos of some missing...
2
by: Roger Wang | last post by:
HELP!!!! We have got a W2k server running IIS5 with .NET framework 1.1 and .NET framework SP1. All ASP.NET applications cannot run on this box. It all returned with the same error: ...
4
by: leaf0209 | last post by:
Hi, I am new to this forum and have been troubled by this problem for the past few days. I would appreciate if someone would take a look and help me out. I am using vb express 2005 edition... ...
1
by: jyoti202 | last post by:
Hi, Need help for this as i have been looking for it but could not get any results. We are using java as front end and DB2 as backend, i m getting the exception while executing a particular...
2
by: sareena | last post by:
There is a problem with accessing an ASP appln hosted on a dedicated Win '03 load balanced server running IIS 6.0 in worker process isolation mode. When the user types in the URl of the appln and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.