• About Paul Kiddie

    Web Developer for MRM Meteorite. Awarded a PhD in research into novel techniques to detect misbehaviour in peer-to-peer wireless networks. Experienced C# and ASP.net developer, with an interest in SOA, RIA and moble app development.

    http://www.paulkiddie.com

    Tweaking MSDeploy arguments to keep existing files in folder during deployment to IIS

    by  • January 31, 2012 • .net, tfs, visual studio • 0 Comments

    I recently got into MSDeploy in order to automate the deployment of web application packages to IIS. A great resource that got me most of the way was Web Deployment Painkillers: Microsoft Visual Studio 2010 & MS Deploy, very useful in getting me started via TFS 2010/VS 2010. What this gave me was the following [...]

    Read more →

    The importance of the position of Window.Resources element in WPF XAML markup

    by  • October 5, 2011 • Uncategorized • 0 Comments

    Got burnt by a little gotcha today writing a sample Windows Presentation Foundation (WPF) application. I was manually hooking up a WPF DataGrid control to a Entity Framework data source that was defined in another project, through a combination of XAML and code-behind. I had declared the DataGrid control as follows in Window.xaml: in which [...]

    Read more →

    A fix for Error 720: A Connection to the remote computer could not be established when trying to connect to a Windows 7 VPN

    by  • June 9, 2011 • windows 7 • 3 Comments

    I was recently re-setting up my Windows 7 VPN server and forgot an essential step that led me to get ‘Error 720: A Connection to the remote computer could not be established’ when trying to connect to it with Windows-based clients. Turns out you might need to assign an IP address range to the VPN [...]

    Read more →