Hi I've been trying to set up ccnet version 1.4.2 on Windows 7 beta (build 7000) but there seems to be a problem with email publisher. Every time it tries to email users, the operation times out. I tried to disable firewall and uac but it didn't help. I've also tried it on another win7 machine and the results were the same.
The output looks like this: [Mobile Broadband API Wrapper:ERROR] Publisher threw exception: ThoughtWorks.Cru iseControl.Core.CruiseControlException: EmailPublisher exception: System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailGateway.Send (MailMessage mailMessage) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage (String from, String to, String replyto, String subject, String message) ---> System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailGateway.Send (MailMessage mailMessage) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage (String from, String to, String replyto, String subject, String message) --- End of inner exception stack trace --- at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage (String from, String to, String replyto, String subject, String message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.Run (IIntegrationResult result) at ThoughtWorks.CruiseControl.Core.Project.PublishResults (IIntegrationResult result) Did anyone else experience such problems? Is there hope for me? :) Thanks, ziggie
