I am also trying to send notifications to other people on the project (e.g. person assigned) with notification ticked - I have just received the below error this time though:
2013-04-22 14:38:38,020 [9] ERROR BugNET.BLL.IssueNotificationManager [(null)] - Email Notification Error
System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\3e4ag21p.0.cs' could not be found error CS2008: No inputs specified
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
at BugNET.Common.Extensions.ToXml[T](T obj)
at BugNET.BLL.Notifications.NotificationManager.GenerateNotificationContent(String template, Dictionary
at BugNET.BLL.IssueNotificationManager.SendIssueNotifications(Int32 issueId, IEnumerable`1 issueChanges)
2013-04-22 14:38:38,020 [9] ERROR BugNET.BLL.IssueNotificationManager [(null)] - Email Notification Error
System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\3e4ag21p.0.cs' could not be found error CS2008: No inputs specified
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
at BugNET.Common.Extensions.ToXml[T](T obj)
at BugNET.BLL.Notifications.NotificationManager.GenerateNotificationContent(String template, Dictionary
2 data)
at BugNET.BLL.Notifications.CultureContent.TransformContent(Dictionary
2 data)at BugNET.BLL.IssueNotificationManager.SendIssueNotifications(Int32 issueId, IEnumerable`1 issueChanges)