Windows 98 problem

  • Thread starter Thread starter Evan Kontos
  • Start date Start date
E

Evan Kontos

I have an app that sends SMTP email that is written in VB.Net. When I try
to run it on a 98 machine w/.net framework installed on it the app crashes
as soon as it starts to run. Any suggestions?
 
Hi Evan,

Do you mean you are using System.Web.Mail to send the smtp email?
From the MSDN we know that
The System.Web.Mail namespace contains classes that enable you to construct
and send messages using the CDOSYS (Collaboration Data Objects for Windows
2000) message component. The mail message is delivered either through the
SMTP mail service built into Microsoft Windows 2000 or through an arbitrary
SMTP server. The classes in this namespace can be used from ASP.NET or from
any managed application.
While the CDOSYS did not shipped with windows 98.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html
/_cdosys_cdosys_component_availability.asp

Also you may try to read the related google thread for your reference.
http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&threadm=e3EtvSg0DHA.17
00%40TK2MSFTNGP12.phx.gbl&rnum=6&prev=/groups%3Fq%3D%2522System.Web.Mail%252
2%2B%2522windows%2B98%2522%26ie%3DUTF-8%26hl%3Dzh-CN%26btnG%3DGoogle%25E6%25
90%259C%25E7%25B4%25A2


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Upgrade to XP

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
Peter,

I thought Peter answering a question in top.
However I know, you like this problem.

:-)

Cor
 
Peter,

Before you understood me wrong, nothing wrong with it of course, just
dealing my friendly smile with you.

Cor
 
Peter, Thanks. However, your google hyperlink didn't work for me. Do
you have any suggestions on how to write a simple SMTP app for Windows
98?
 
Hi Evan,

I do not think that Peter is active with newsgroups now (because I know his
postings times) so a quick answer.

It is very simple the SMTP part is one of the few things that does not work
with dotNet on a Windows98/Me computer because CDOSYS is not in it.

That is a special NT part which started with Win2000, so I even am not sure
if it is in NT4 however maybe is it the SP6 what I dom't know.

I hope this answer makes it clear?

Cor
 
Back
Top