rtpHarry

Stories kicked by rtpHarry

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 1 month ago

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... read more...

add a comment |category: |Views: 10

tags: another

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildAp(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 1 month ago

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. read more...

add a comment |category: |Views: 9

tags: another

Tracking scroll depth to reveal content engagement in Google Analytics(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 2 months ago

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. read more...

add a comment |category: |Views: 10

tags: another

SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and Date(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 2 months ago

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. read more...

add a comment |category: |Views: 8

tags: another

SOLVED: Could not load type 'System.Web.UI.ScriptReferenceBase'(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 2 months ago

Getting problems when you upload your Ajax Control Toolkit powered website up to your server? Read on for a quick and easy solution! read more...

add a comment |category: |Views: 51

tags: another

SOLVED: "Visual Studio setup cannot run in compatibility mode." error (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 175

tags: another

SOLVED: Error 1053 / EventType clr20r3 with Windows Services(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 3 months ago

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! read more...

add a comment |category: |Views: 85

tags: another

SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct, (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 5 months ago

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. read more...

add a comment |category: |Views: 21

tags: another

Reading the ProviderUserKey when using the SqlMembershipProvider(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 5 months ago

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. read more...

add a comment |category: |Views: 8

tags: another

How to automatically track events with Google Analytics and jQuery(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 5 months ago

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. read more...

add a comment |category: |Views: 27

tags: another

Easily extracting links from a snippet of html with HtmlAgilityPack(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

VS2010 Beta 2 – Validation ($SCHEMA$): Element is not supported(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

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". read more...

add a comment |category: |Views: 17

tags: another

I bet you didn't know custom attributes in sitemaps was this easy!(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

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. read more...

add a comment |category: |Views: 6

tags: another

Advanced url rewriting for the rest of us - how to create a custom tra(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

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. read more...

add a comment |category: |Views: 7

tags: another

Microsoft Team Foundation Server 2010 Beta 2 Install Error - You must (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

Have you have got an error when trying to install Microsoft Team Foundation Server 2010 Beta 2 which says "You must install Service Pack 2 or later to complete installation"? read more...

add a comment |category: |Views: 6

tags: another

Learn exactly how you can restore a .bak file in SQL Management Studio(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 6 months ago

This is a step by step guide which will show you how to restore a .bak file in Microsoft SQL Server Management Studio. This technique can be used to move databases between servers or restore an existing database to a previous state. read more...

add a comment |category: |Views: 8

tags: another