Author |
|
Netcubo Newbie
Joined: 03 December 2007 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 11 January 2008 at 4:03am | IP Logged
|
|
|
I deploying an application for sending and recive mail with VB.net in IDE 2005. the application in my pc working fine, but i fund a problem with another machines on WIN xp sp2 when i try to send email. Recive a no problem ...
the exception reporting has :
EventType : clr20r3 P1 : netxml.exe P2 : 1.0.0.0 P3 : 4784f9ac
P4 : mscorlib P5 : 2.0.0.0 P6 : 4333ab80 P7 : 15b P8 : 51
P9 : system.argumentoutofrange
Exception Information
Code: =0xe0434f4d & nbsp; Flags:0x00000001
Record:0x0000000000000000 Addre ss: 0x000000007c81eb33
Have any idea for this problem ???
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 11 January 2008 at 5:16am | IP Logged
|
|
|
Actually, the issue is not caused by MailBee.NET Objects directly. It seems that .NET Framework installed on the PC the issue happens on has a problem with common .NET library registration in GAC or the common libraries installed on your PC are incompatible with the ones installed on the PC the issue happens on.
The following links should be helpful for you:
http://blogs.msdn.com/elton/archive/2006/03/06/545090.aspx,
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=328111 &SiteID=1&mode=1,
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=138086 &SiteID=1,
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=160127 1&SiteID=1
Please let us know the outcome.
Best regards,
Andrew
|
Back to Top |
|
|