tyroneteal
New Member
OK folks, if you can help me fix this problem, you'd be my heroes. Here's the deal:<BR><BR>I'm writing an ASP.NET email form using IIS on Windows 2000 Pro. When I run the .aspx file in Internet Explorer, I get a Configuration Error. The Parser Error Message says "File or assembly name System.Messaging, or one of its dependencies, was not found." Everything about the code in the .aspx document is correct and my virtual SMTP server is running. I'm clueless at this point. If you could give me any thoughts about this problem, please let me know.<BR><BR>Thanks,<BR>Scottare you using this?<BR><BR>System.Messaging.Design.MessageDesignerSMTP emails, I don't think System.Messaging is going to get it done for you. That's for MSMQ on a Messaging Server...In other words, you need MSMQ installed on your server. Nothing to do with the SMTP server.<BR><BR>If you want to send SMTP e-mails...Look at the System.Web.Mail namespace.