Board index » Visual Studio » VB.Net and Outlook

VB.Net and Outlook

Visual Studio87
Having a problem sending emails through vb.net. Our inhouse software

automatically sends an email to the programming staff whenever an error is

encountered.



This code works just fine on machines that are windows 2000 based. We

recently upgraded from Outlook 2000 to Outlook 2003, and it still works.



We have one machine with XP service pack 1. It works fine there. This also

was upgraded from outlook 200 to outlook 2003.



On two new machines, we have XP Service Pack 2. They came with outlook 2003,

so no upgrade was needed. On these machines, we get an error stating that

"modAgentSys can not create activex component" which then crashes the program.



Any ideas?


-
 

Re:VB.Net and Outlook

Almost everybody in this newsgroup is using VB6 or lower. While you may

get a stray answer to VB.NET (including VB2003 and VB2005 which has

dropped .NET from its name) questions here, you should ask them in

newsgroups devoted exclusively to .NET programming. Look for newsgroups

with either the word "dotnet" or "vsnet" in their name.



For the microsoft news server, try these newsgroups...



microsoft.public.dotnet.general

microsoft.public.dotnet.languages.vb

microsoft.public.vsnet.general



There are some others, but these should get you started.



Rick - MVP







"John" <John@discussions.microsoft.com>wrote in message

Quote
Having a problem sending emails through vb.net. Our inhouse software

automatically sends an email to the programming staff whenever an

error is

encountered.



This code works just fine on machines that are windows 2000 based. We

recently upgraded from Outlook 2000 to Outlook 2003, and it still

works.



We have one machine with XP service pack 1. It works fine there. This

also

was upgraded from outlook 200 to outlook 2003.



On two new machines, we have XP Service Pack 2. They came with outlook

2003,

so no upgrade was needed. On these machines, we get an error stating

that

"modAgentSys can not create activex component" which then crashes the

program.



Any ideas?



-

Re:VB.Net and Outlook

oops, my bad. thanks Rick



"Rick Rothstein" wrote:



Quote
Almost everybody in this newsgroup is using VB6 or lower. While you may

get a stray answer to VB.NET (including VB2003 and VB2005 which has

dropped .NET from its name) questions here, you should ask them in

newsgroups devoted exclusively to .NET programming. Look for newsgroups

with either the word "dotnet" or "vsnet" in their name.



For the microsoft news server, try these newsgroups...



microsoft.public.dotnet.general

microsoft.public.dotnet.languages.vb

microsoft.public.vsnet.general



There are some others, but these should get you started.



Rick - MVP



-