RE: Web service call problem - The HTTP request is unauthorized with client authentication scheme 'Negotiate'

2010-04-22 Thread Dylan Tusler
No proxy between servers, they are on the same domain. I will see if I can get a packet inspection app going. Cheers, Dylan. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Friday, 23 April 2010 9:48

RE: Web service call problem - The HTTP request is unauthorized with client authentication scheme 'Negotiate'

2010-04-22 Thread Wallace Turner
Hi Dylan, Can't help in any specific fashion except to suggest using ethereal or similar packet inspection app to get the complete stream of the request. Not sure if a web proxy is between you and your IIS which might cause issues. Wal From: ozdotnet-boun...@ozdotnet.com [mailto:ozd

RE: FxCop custom dictionaries

2010-04-22 Thread David Kean
Coincidentally I own this list internally (the rules we turn on) within DevDiv and I'm working on updating it for us for vNext. I'll blog it (davesbox.com) when I've finalized the list. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Joseph Clark Sent: Th

Re: FxCop custom dictionaries

2010-04-22 Thread Joseph Clark
Here's an interesting blog articleabout how Microsoft applies the FxCop rules to some of their own internal projects. I read it a few years ago now, so not sure how current it still is, bu

FxCop custom dictionaries

2010-04-22 Thread Greg Keogh
Searches on this subject are completely confusing. I cannot yet find a definitive and clear description of how to create FxCop custom dictionary files. My solution has dozens of project files, grouped by subsystem of the app. I have an FxCop file for each subsystem and I want a custom dictionar

WPF Routed Events - Tunneling, not quite...

2010-04-22 Thread Winston Pang
So, I was trying to use Tunneling to notify the children of a parent element, I was mistaken to believe that it actually did what I thought it would. It only tunnels up to the source that raised it, which in this case is the parent. Has anyone found anyway to notify child elements, through routed