Archive for December 2008

Problems with Dean’s Permalinks Migration after WordPress 2.7

I updated to WordPress 2.7 when it was released and on the surface everything seemed to work just fine. Then today when i clicked a old link to one of my wordpress sites i got a 404 message. It turns out that Dean’s Permalinks Migration plugin stopped working after WordPress 2.7 (i assume at least, [...]

ASP.NET membership: System.Web.Security. SqlRoleProvider problems

I had this really weird problem just now. I have done some work with the ASP.NET Membership provider and everything has been working great. But when i tried to deploy my application to the server i got this: The ‘System.Web.Security.SqlRoleProvider’ requires a database schema compatible with schema version ’1′. However, the current database schema is [...]

Cascade delete in Entity Framework

I hade a really hard time getting a simple cascade delete to work with the Entity Framework and i thought i had to write it down here so that i can remember it in the future. I was trying to delete a item from my database with some childrens. But i got the error A [...]

Generate expiring urls for Amazon S3 via a WordPress Plugin

I am a .net developer and haven’t done any PHP work ever. But i use WordPress and for some time now i been looking for a plugin that could generate a URL for Amazon S3 that is “signed” and will expire after a certain amount of time. I posted the question on both wordpress and [...]

StackoverflowException with ASP.NET MVC

I got this strange Stackoverflow exeption today in my MVC project. I have made some modifications to my data model and all of a sudden i got a stackoverflowexception when i was submitting data via a form. I started googling about it and found this thread on the asp.net message board. It turns out that [...]