Posted on 22 December 2008, 13:09, by Ola, under
Wordpress.
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, i [...]
Posted on 16 December 2008, 22:18, by Ola, under
ASP.NET,
SQL.
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 [...]
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 relationship is [...]
Posted on 08 December 2008, 14:04, by Ola, under
Wordpress.
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 amazon [...]
Posted on 04 December 2008, 12:57, by Ola, under
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 the [...]