rtpHarry
Name: rtpHarry
Score: 190
Last Seen: 18 days, 10 hours, 18 minutes ago
Member Since: 8 November, 2009
Servefault.com
atom rss
5
votes

SOLVED: "Visual Studio setup cannot run in compatibility mode." error when attempting to uninstall Visual Studio 2010 Beta 2

published 9 days, 3 hours, 32 minutes ago posted by rtpHarryrtpHarry 18 days, 10 hours, 18 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Saturday, February 20, 2010 11:10:04 AM GMT
If you are having problems upgrading from Visual Studio 2010 Beta 2 to Release Candidate (RC1) then hopefully this will get you back on your way. (more)
category: Visual Studio | clicked: 4 | comment | | source: runtingsproper.blogspot.com
tags: article, bugfix, install error, Visual Studio 2010
5
votes

SOLVED: Error 1053 / EventType clr20r3 when trying to start a Windows Service

published 25 days, 3 hours, 48 minutes ago posted by rtpHarryrtpHarry 30 days, 20 hours, 3 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Monday, February 08, 2010 1:25:11 AM GMT
If you have seen errors when trying to deploy your Windows Service that have error 1053 and cryptic codes starting with EventType clr20r3 in your Event Log then this is your solution! (more)
category: Unspecified | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, runtime error, Windows Service
3
votes

SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct, or interface member declaration

published 69 days, 10 hours, 34 minutes ago posted by rtpHarryrtpHarry 77 days, 4 hours, 16 minutes ago
Thursday, December 31, 2009 10:54:04 AM GMT Wednesday, December 23, 2009 5:11:43 PM GMT
One for the search engines really but you might want to give this short article a quick read if you have been stumped by the error above. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: article, ASP.NET, bugfix, compile error
3
votes

Reading the ProviderUserKey when using the SqlMembershipProvider

published 69 days, 10 hours, 34 minutes ago posted by rtpHarryrtpHarry 78 days, 21 hours, 16 minutes ago
Thursday, December 31, 2009 10:54:04 AM GMT Tuesday, December 22, 2009 12:12:08 AM GMT
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you will find this technique will give you better performance than using the UserName property. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: .Net, article, ASP.NET, membership, MSDN
4
votes

How to automatically track events with Google Analytics and jQuery

published 92 days, 15 hours, 4 minutes ago posted by rtpHarryrtpHarry 97 days, 22 hours ago
Tuesday, December 08, 2009 6:24:09 AM GMT Wednesday, December 02, 2009 11:27:57 PM GMT
This article examines a way to use a feature of Google Analytics called Event Tracking. By using jQuery and the Google Analytics JavaScript API we will automatically track events on your site not seen by a standard analytics installation. (more)
category: Javascript | clicked: 2 | comment | | source: runtingsproper.blogspot.com
tags: analytics, article, Google Analytics, Javascript, jQuery
6
votes

Easily extracting links from a snippet of html with HtmlAgilityPack

published 101 days, 12 hours, 33 minutes ago posted by rtpHarryrtpHarry 110 days, 21 hours, 27 minutes ago
Sunday, November 29, 2009 8:54:32 AM GMT Friday, November 20, 2009 12:00:37 AM GMT
The HtmlAgilityPack is a powerful library that makes screen scraping in asp.net a breeze. This is the second in a continuing series where I demonstrate a way for you to extract all the links from a snippet of html. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: article, ASP.NET, HtmlAgilityPack, screen scraping
3
votes

VS2010 Beta 2 – Validation ($SCHEMA$): Element is not supported

published 112 days, 9 hours, 19 minutes ago posted by rtpHarryrtpHarry 117 days, 22 hours, 25 minutes ago
Wednesday, November 18, 2009 12:09:21 PM GMT Thursday, November 12, 2009 11:02:50 PM GMT
If you have adopted beta 2 of Visual Studio 2010 then you might have spotted a large amount of green squigglies underneath the tags in your markup. Read on to find a fix for "Validation ($SCHEMA$): Element 'div' is not supported". (more)
category: Visual Studio | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: bug, bugfix, Visual Studio, Visual Studio 2010
3
votes

I bet you didn't know that adding custom attributes to your web.sitemap was this easy!

posted by rtpHarryrtpHarry 118 days, 22 hours, 36 minutes ago
Wednesday, November 11, 2009 10:52:21 PM GMT
The site map file is a great place to store extra snippets of page-specific information. In this article we will explore how easy it is to add custom attributes to a site map by creating a user control to display a sitemap and adding custom attributes to filter out specific pages. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: article, ASP.NET, Sitemap, UserControl
5
votes

Advanced url rewriting for the rest of us - how to create a custom transform in UrlRewriter.net

published 115 days, 13 hours, 25 minutes ago posted by rtpHarryrtpHarry 122 days, 3 hours, 41 minutes ago
Sunday, November 15, 2009 8:03:01 AM GMT Sunday, November 08, 2009 5:46:49 PM GMT
At first glance url rewriting can be a daunting task, but today we will see that it doesn't have to be. Every developer desires clean urls for their apps but because its not built into the language in a straight forward way its usually left on the "nice to haves" list. I am going to take you on a tour of the UrlRewriter.net library from the theory to implementing it in your website. (more)
category: ASP.NET | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: article, ASP.NET, Url Rewriting, UrlRewriter.net