<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>TFS Event Handler</title><link>http://tfseventhandler.codeplex.com/Project/ProjectRss.aspx</link><description>The TFS Event Handler makes it easier to notify users of changes to Work Items in Team Foundation Server. You will no longer need to add individual alerts to users.      It is developed in .NET 3.5 SP1...</description><item><title>Created Issue: System.NullReferenceException in ServiceHostManager_WorkItemChangedEvent Eventhandler</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13508</link><description>I got a NullReferenceException in ServiceHostManager_WorkItemChangedEvent Eventhandler if no TeamServerItem is found.&lt;br /&gt;Please have a look at the Exception in my Eventlog&amp;#58;&lt;br /&gt;&lt;br /&gt;System.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at Hinshelwood.TFSEventHandler.TFSEventHandlerService.ServiceHostManager_WorkItemChangedEvent&amp;#40;ServiceHostItem ServiceHost, NotifyEventArgs&amp;#96;1 e&amp;#41; in C&amp;#58;&amp;#92;Working&amp;#92;Workspaces&amp;#92;CPTFS03&amp;#92;TFSEventHandler&amp;#92;DEV&amp;#92;Main&amp;#92;RDdotNet.TFSEventHandlerService&amp;#92;TFSEventHandlerService.vb&amp;#58;line 90&lt;br /&gt;&lt;br /&gt;The problem is pretty simple if you have a quick look at the respective code&amp;#58;&lt;br /&gt;&lt;br /&gt;            If TeamServerItem Is Nothing Then &amp;#60;- check for &amp;#39;nothing&amp;#47;null&amp;#39;&lt;br /&gt;                If TeamServerItem.ItemElement.LogEvents Then My.Application.Log.WriteEntry&amp;#40;&amp;#34;Cant find team server&amp;#33;&amp;#34;, TraceEventType.Critical&amp;#41; &amp;#60;- Access the nothing &amp;#39;TeamServerItem&amp;#39; .. &lt;br /&gt;                Exit Sub&lt;br /&gt;            End If&lt;br /&gt;&lt;br /&gt;... a flawless evil bug &amp;#58;O&amp;#41;&lt;br /&gt;&lt;br /&gt;As a suggestion on the brink&amp;#58; It would be cool to record the value of &amp;#39;e.Identity&amp;#39; in the eventlog in case of the problem, that the Team server could not be found&amp;#33;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Frank&lt;br /&gt;</description><author>Halabad</author><pubDate>Fri, 19 Jun 2009 15:22:39 GMT</pubDate><guid isPermaLink="false">Created Issue: System.NullReferenceException in ServiceHostManager_WorkItemChangedEvent Eventhandler 20090619032239P</guid></item><item><title>Commented Issue: Email Notification is not delivered</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=12433</link><description>Hi Hinshel,&lt;br /&gt;&lt;br /&gt;I installed the service succesfully on my machine. Our environment is running TFS 2008 SP1 and I am the administrator. Event Handler service is running under TFS Service account. I did all the necessary configuration except UrlReplacement tag.&lt;br /&gt;&lt;br /&gt;I am not receiving any email notifications. Is there anything wrong with the configuration. What values I need to put in UrlReplacement&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Shoeb&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;Can you check the tfs server event log for errors&amp;#63; This is where they are listed when it can&amp;#39;t send to the service&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Tue, 02 Jun 2009 13:32:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Email Notification is not delivered 20090602013258P</guid></item><item><title>Commented Issue: Include a blank config file in the install</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13393</link><description>This would be much easier to revert to if the config file was unintentionally corrupted&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;You should always take a copy of any config file before modification... for that very reason &amp;#58;&amp;#41;&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Tue, 02 Jun 2009 13:26:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Include a blank config file in the install 20090602012634P</guid></item><item><title>Created Issue: Include a blank config file in the install</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13393</link><description>This would be much easier to revert to if the config file was unintentionally corrupted&lt;br /&gt;</description><author>tdwilson</author><pubDate>Mon, 01 Jun 2009 23:57:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Include a blank config file in the install 20090601115717P</guid></item><item><title>New Post: Exception raised when starting the TFSEventHandler service</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=54654</link><description>&lt;div style="line-height: normal;"&gt;I am glad that you got this sorted out, but I do run them both under the same account DOMAIN\svc_tfsservices with no problems...&lt;br&gt;
&lt;br&gt;
It may be just one of those things...
&lt;/div&gt;</description><author>hinshelmw</author><pubDate>Fri, 01 May 2009 07:11:15 GMT</pubDate><guid isPermaLink="false">New Post: Exception raised when starting the TFSEventHandler service 20090501071115A</guid></item><item><title>New Post: Exception raised when starting the TFSEventHandler service</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=54654</link><description>&lt;div style="line-height: normal;"&gt;The solution to this problem was to run TFSEventHandler under a separate service than TFS. The problem with the POST was due to the fact that the web service was
set to run under the same service as TFS. As soon as we set the
TFSEventHandler to run under a different user, the issues disappeared. The
system is working now.&lt;br&gt;
&lt;/div&gt;</description><author>MikeM3</author><pubDate>Thu, 30 Apr 2009 17:28:40 GMT</pubDate><guid isPermaLink="false">New Post: Exception raised when starting the TFSEventHandler service 20090430052840P</guid></item><item><title>New Post: Error 1001. No mapping between account names en security IDs was done</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=21769</link><description>&lt;div style="line-height: normal;"&gt;Please use the &lt;span id="ctl00_ctl00_MasterContent_Content_ReleaseWikiLinkLiteral"&gt;v1.3&lt;/span&gt; as it is stable... The v2.0 is currently in Alfa stages 
&lt;/div&gt;</description><author>hinshelmw</author><pubDate>Thu, 30 Apr 2009 15:52:14 GMT</pubDate><guid isPermaLink="false">New Post: Error 1001. No mapping between account names en security IDs was done 20090430035214P</guid></item><item><title>Commented Issue: Email not sent to Assigned To Person</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13139</link><description>hi there&lt;br /&gt;&lt;br /&gt;The email is not being sent to &amp;#34;Assigned To&amp;#34; person, though I recieve email &amp;#40;may be because I am the owner of the work item&amp;#41; through the tfs event service. Is the handlers designed to do the part of &amp;#34;sending email&amp;#34; to the person in &amp;#34;assigned to&amp;#34; field&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;-Niranch.&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;that being said The AssignedTo handler will not send an email if the person that made the chanage is the same person that the WorkItem is being assigned to.&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Thu, 30 Apr 2009 15:48:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Email not sent to Assigned To Person 20090430034817P</guid></item><item><title>Commented Issue: Email not sent to Assigned To Person</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13139</link><description>hi there&lt;br /&gt;&lt;br /&gt;The email is not being sent to &amp;#34;Assigned To&amp;#34; person, though I recieve email &amp;#40;may be because I am the owner of the work item&amp;#41; through the tfs event service. Is the handlers designed to do the part of &amp;#34;sending email&amp;#34; to the person in &amp;#34;assigned to&amp;#34; field&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;-Niranch.&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;The whole purpose of the service is to allow you to add your own handlers &amp;#58;&amp;#41; &lt;/p&gt;</description><author>hinshelmw</author><pubDate>Thu, 30 Apr 2009 15:47:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Email not sent to Assigned To Person 20090430034741P</guid></item><item><title>Commented Issue: Email not sent to Assigned To Person</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13139</link><description>hi there&lt;br /&gt;&lt;br /&gt;The email is not being sent to &amp;#34;Assigned To&amp;#34; person, though I recieve email &amp;#40;may be because I am the owner of the work item&amp;#41; through the tfs event service. Is the handlers designed to do the part of &amp;#34;sending email&amp;#34; to the person in &amp;#34;assigned to&amp;#34; field&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;-Niranch.&lt;br /&gt;Comments: ** Comment from web user: Niranch ** &lt;p&gt;Also &amp;#34;test email&amp;#34; works perfect. whenever there is a change in Workitem, workitem assigned email is sent to email id in &amp;#34;test email&amp;#34; but not to the assigned person. It obstructs my whole purpose of using this handler. Is there any setting&amp;#63;&lt;/p&gt;</description><author>Niranch</author><pubDate>Tue, 28 Apr 2009 21:24:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Email not sent to Assigned To Person 20090428092435P</guid></item><item><title>Created Issue: Email not sent to Assigned To Person</title><link>http://tfseventhandler.codeplex.com/WorkItem/View.aspx?WorkItemId=13139</link><description>hi there&lt;br /&gt;&lt;br /&gt;The email is not being sent to &amp;#34;Assigned To&amp;#34; person, though I recieve email &amp;#40;may be because I am the owner of the work item&amp;#41; through the tfs event service. Is the handlers designed to do the part of &amp;#34;sending email&amp;#34; to the person in &amp;#34;assigned to&amp;#34; field&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;-Niranch.&lt;br /&gt;</description><author>Niranch</author><pubDate>Tue, 28 Apr 2009 20:46:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Email not sent to Assigned To Person 20090428084648P</guid></item><item><title>New Post: Error 1001. No mapping between account names en security IDs was done</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=21769</link><description>&lt;div style="line-height: normal;"&gt;I am having the same issue as well. The installation was interrupted and later on couldnt get it installed. Is there any solution?&lt;br&gt;
&lt;/div&gt;</description><author>niranch</author><pubDate>Tue, 28 Apr 2009 18:32:19 GMT</pubDate><guid isPermaLink="false">New Post: Error 1001. No mapping between account names en security IDs was done 20090428063219P</guid></item><item><title>New Post: Exception raised when starting the TFSEventHandler service</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=54654</link><description>&lt;div style="line-height: normal;"&gt;We are getting an exception when we try to start the TFSEventHandler service. The exception is raised by /Services/v1.0/Registration.asmx:&lt;br&gt;
&lt;br&gt;
Exception Message: The HTTP verb POST used to access path '/Services/v1.0/Registration.asmx' is not allowed. (type HttpException)&lt;br&gt;
&lt;br&gt;
Can someone point me in the right direction as to troubleshooting this? Is it a problem with the ports, or the configuration file? Thanks. &lt;br&gt;
&lt;/div&gt;</description><author>MikeM3</author><pubDate>Tue, 28 Apr 2009 01:31:02 GMT</pubDate><guid isPermaLink="false">New Post: Exception raised when starting the TFSEventHandler service 20090428013102A</guid></item><item><title>New Post: Possibility to do custom actions</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=49293</link><description>&lt;div style="line-height: normal;"&gt;For testing purposes I want that after a Build Notification event to start the deployment of several application on a machine.&lt;br&gt;
&lt;br&gt;
Is this possible with the extensibility. I wnat that the user have the possibility to interact with the desktop when a notification is sent to his computer.
&lt;/div&gt;</description><author>miguel_marques</author><pubDate>Thu, 05 Mar 2009 15:52:58 GMT</pubDate><guid isPermaLink="false">New Post: Possibility to do custom actions 20090305035258P</guid></item><item><title>New Post: Which account is used to connect to TFS Server?</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=49292</link><description>&lt;div style="line-height: normal;"&gt;I think that this utility have a great for testing purposes. I was trying to get this setup on a virtual machine and when the service starts to connect to the server tells me that I do not have permissions to connect to the server.&lt;br&gt;
&lt;br&gt;
Can someone tell me if there are possibility to in some computer without priveligies (test machine) to access to the server with another account?
&lt;/div&gt;</description><author>miguel_marques</author><pubDate>Thu, 05 Mar 2009 15:39:31 GMT</pubDate><guid isPermaLink="false">New Post: Which account is used to connect to TFS Server? 20090305033931P</guid></item><item><title>New Post: Error 1001. No mapping between account names en security IDs was done</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=21769</link><description>&lt;div style="line-height: normal;"&gt;No sorry, i gave up. But if you ever find out what the problem is, I would still like to know.
&lt;/div&gt;</description><author>erikst</author><pubDate>Thu, 05 Mar 2009 15:19:18 GMT</pubDate><guid isPermaLink="false">New Post: Error 1001. No mapping between account names en security IDs was done 20090305031918P</guid></item><item><title>New Post: Error 1001. No mapping between account names en security IDs was done</title><link>http://tfseventhandler.codeplex.com/Thread/View.aspx?ThreadId=21769</link><description>&lt;div style="line-height: normal;"&gt;Hello!&lt;br&gt;
&lt;br&gt;
I'm getting the same problem. Did you already solved your?
&lt;/div&gt;</description><author>miguel_marques</author><pubDate>Thu, 05 Mar 2009 15:01:23 GMT</pubDate><guid isPermaLink="false">New Post: Error 1001. No mapping between account names en security IDs was done 20090305030123P</guid></item><item><title>New Post: Error 1001. No mapping between account names en security IDs was done</title><link>http://www.codeplex.com/TFSEventHandler/Thread/View.aspx?ThreadId=21769</link><description>&lt;div style="line-height: normal;"&gt;&amp;lt;insert.machine.name.here&amp;gt;\TFSSETUP   was giving me the same problem -- try  &amp;lt;insert.domain.name.here&amp;gt;\TFSSETUP
&lt;/div&gt;</description><author>sati</author><pubDate>Wed, 28 Jan 2009 00:26:25 GMT</pubDate><guid isPermaLink="false">New Post: Error 1001. No mapping between account names en security IDs was done 20090128122625A</guid></item><item><title>Created Issue: Email Notification is not delivered</title><link>http://www.codeplex.com/TFSEventHandler/WorkItem/View.aspx?WorkItemId=12433</link><description>Hi Hinshel,&lt;br /&gt;&lt;br /&gt;I installed the service succesfully on my machine. Our environment is running TFS 2008 SP1 and I am the administrator. Event Handler service is running under TFS Service account. I did all the necessary configuration except UrlReplacement tag.&lt;br /&gt;&lt;br /&gt;I am not receiving any email notifications. Is there anything wrong with the configuration. What values I need to put in UrlReplacement&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Shoeb&lt;br /&gt;</description><author>syedshoeb</author><pubDate>Thu, 22 Jan 2009 09:18:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Email Notification is not delivered 20090122091847A</guid></item><item><title>Commented Issue: Exception while trying to add event handler to BuildCompletionEvent &amp; BuildChangeEvent</title><link>http://www.codeplex.com/TFSEventHandler/WorkItem/View.aspx?WorkItemId=11925</link><description>I have successfully created my own WorkItemChangedEvent handler &amp;#38; it works great&amp;#33; &lt;br /&gt;The problem is when i try to create a BuildCompletionEvent or BuildChangeEvent I get the exception below. &lt;br /&gt;What i have in mind is that there was an WorkItemManager loads when i use my first event, but when i do the build events I don&amp;#39;t see something like BuildsManager loads in the Event log. &lt;br /&gt;Most likely there&amp;#39;s a problem in the WCF service manager for the Build events handler.&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;Event Type&amp;#58;&amp;#9;Warning&lt;br /&gt;Event Source&amp;#58;&amp;#9;TFS Services&lt;br /&gt;Event Category&amp;#58;&amp;#9;None&lt;br /&gt;Event ID&amp;#58;&amp;#9;3051&lt;br /&gt;Date&amp;#58;&amp;#9;&amp;#9;12&amp;#47;7&amp;#47;2008&lt;br /&gt;Time&amp;#58;&amp;#9;&amp;#9;8&amp;#58;48&amp;#58;44 PM&lt;br /&gt;User&amp;#58;&amp;#9;&amp;#9;N&amp;#47;A&lt;br /&gt;Computer&amp;#58;&amp;#9;TFS-DS&lt;br /&gt;Description&amp;#58;&lt;br /&gt;TF53010&amp;#58; The following error has occurred in a Team Foundation component or extension&amp;#58;&lt;br /&gt;Date &amp;#40;UTC&amp;#41;&amp;#58; 12&amp;#47;7&amp;#47;2008 6&amp;#58;48&amp;#58;44 PM&lt;br /&gt;Machine&amp;#58; TFS-DS&lt;br /&gt;Application Domain&amp;#58; &amp;#47;LM&amp;#47;W3SVC&amp;#47;285951519&amp;#47;Root&amp;#47;Services-2-128731492532788668&lt;br /&gt;Assembly&amp;#58; Microsoft.TeamFoundation.Server, Version&amp;#61;9.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a&amp;#59; v2.0.50727&lt;br /&gt;Process Details&amp;#58;&lt;br /&gt;  Process Name&amp;#58; w3wp&lt;br /&gt;  Process Id&amp;#58; 4240&lt;br /&gt;  Thread Id&amp;#58; 5100&lt;br /&gt;  Account name&amp;#58; DASHSOFT&amp;#92;TFSSERVICE&lt;br /&gt;&lt;br /&gt;Detailed Message&amp;#58; TF200034&amp;#58; A subscriber to a Team Foundation event &amp;#40;subscription ID&amp;#61;156&amp;#41; raised the following exception&amp;#58;&lt;br /&gt;Exception Message&amp;#58; Unable to connect to the remote server &amp;#40;type WebException&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception Stack Trace&amp;#58;    at System.Net.HttpWebRequest.GetRequestStream&amp;#40;&amp;#41;&lt;br /&gt;   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke&amp;#40;String methodName, Object&amp;#91;&amp;#93; parameters&amp;#41;&lt;br /&gt;   at Microsoft.TeamFoundation.Server.NotificationClient.Notify&amp;#40;String eventXml, String tfsIdentityXml, SubscriptionInfo SubscriptionInfo&amp;#41;&lt;br /&gt;&lt;br /&gt;Inner Exception Details&amp;#58;&lt;br /&gt;&lt;br /&gt;Exception Message&amp;#58; No connection could be made because the target machine actively refused it 10.0.1.19&amp;#58;3624 &amp;#40;type SocketException&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception Stack Trace&amp;#58;    at System.Net.Sockets.Socket.DoConnect&amp;#40;EndPoint endPointSnapshot, SocketAddress socketAddress&amp;#41;&lt;br /&gt;   at System.Net.Sockets.Socket.InternalConnect&amp;#40;EndPoint remoteEP&amp;#41;&lt;br /&gt;   at System.Net.ServicePoint.ConnectSocketInternal&amp;#40;Boolean connectFailure, Socket s4, Socket s6, Socket&amp;#38; socket, IPAddress&amp;#38; address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception&amp;#38; exception&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;events.asp.&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;Can you check the exact address used in the TFS subscriptions table and try to connect using your browser&amp;#63;&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Tue, 16 Dec 2008 08:17:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception while trying to add event handler to BuildCompletionEvent &amp; BuildChangeEvent 20081216081748A</guid></item></channel></rss>