rtpHarry
Name: rtpHarry
Score: 270
Last Seen: 103 days, 19 hours, 38 minutes ago
Member Since: 8 November, 2009
Servefault.com
atom rss
1
votes

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due to its protection level

posted by rtpHarryrtpHarry 103 days, 19 hours, 38 minutes ago
Saturday, April 17, 2010 2:39:45 PM GMT
When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... (more)
category: ASP.NET | clicked: 8 | comment | | source: runtingsproper.blogspot.com
tags: ASP.NET, compile error, vb
1
votes

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

posted by rtpHarryrtpHarry 113 days ago
Thursday, April 08, 2010 10:18:31 AM GMT
This article covers an edge case you might have encountered when using the inheritInChildApplications attribute with a web site hosted on IIS7 and provides two possible solutions to your problem. (more)
category: ASP.NET | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: article, bug, bugfix, IIS, IIS7, runtime error
5
votes

Tracking scroll depth to reveal content engagement in Google Analytics

published 126 days, 7 hours, 11 minutes ago posted by rtpHarryrtpHarry 131 days, 13 hours, 59 minutes ago
Friday, March 26, 2010 3:06:56 AM GMT Saturday, March 20, 2010 8:19:32 PM GMT
This article investigates a way to track content engagement on your site. By monitoring how far down the page a visitor to your site travels and then recording the data in Google Analytics you can discover how many of your visitors are reading your content all the way to the end. (more)
category: Javascript | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: analytics, article, Google Analytics, Javascript, jQuery
5
votes

SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks

published 126 days, 7 hours, 11 minutes ago posted by rtpHarryrtpHarry 131 days, 13 hours, 59 minutes ago
Friday, March 26, 2010 3:06:56 AM GMT Saturday, March 20, 2010 8:18:56 PM GMT
This is a simple looking error message that is deceptively hard to track down. Thankfully if you're having this problem then this article should get you back on track without spending hours scratching your head. (more)
category: ASP.NET | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: article, bugfix, compile error
5
votes

SOLVED: Could not load type 'System.Web.UI.ScriptReferenceBase'

published 126 days, 7 hours, 11 minutes ago posted by rtpHarryrtpHarry 131 days, 14 hours ago
Friday, March 26, 2010 3:06:56 AM GMT Saturday, March 20, 2010 8:18:19 PM GMT
Getting problems when you upload your Ajax Control Toolkit powered website up to your server? Read on for a quick and easy solution! (more)
category: ASP.NET | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: AjaxControlToolkit, article, bugfix, runtime error
5
votes

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

published 150 days, 16 hours, 23 minutes ago posted by rtpHarryrtpHarry 159 days, 23 hours, 8 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: 16 | 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 166 days, 16 hours, 38 minutes ago posted by rtpHarryrtpHarry 172 days, 8 hours, 53 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: 6 | 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 210 days, 23 hours, 24 minutes ago posted by rtpHarryrtpHarry 218 days, 17 hours, 6 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 210 days, 23 hours, 24 minutes ago posted by rtpHarryrtpHarry 220 days, 10 hours, 6 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 234 days, 3 hours, 54 minutes ago posted by rtpHarryrtpHarry 239 days, 10 hours, 50 minutes 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 243 days, 1 hour, 24 minutes ago posted by rtpHarryrtpHarry 252 days, 10 hours, 17 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 253 days, 22 hours, 9 minutes ago posted by rtpHarryrtpHarry 259 days, 11 hours, 15 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: 2 | 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 260 days, 11 hours, 26 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 257 days, 2 hours, 15 minutes ago posted by rtpHarryrtpHarry 263 days, 16 hours, 31 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