Opticon Stockholm is on Tuesday September 10th, hope to see you there!
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
When you try to send e-mail through an external SMTP server using the System. Net. Mail namespace classes, you may encounter an error saying "Cannot get IIS pickup directory". Often this has to do with permissions, but I recently discovered...
In the released version of EPiServer CMS 5 (version 5.1.422.4) there is a problem when using UpdatePanel when FURL (Friendly URL) is activated on the site. The problem occurs because the AJAX callbacks from UpdatePanel will in some cases update th...
In the released version of EPiServer CMS 5 (version 5.1.422.4) there is a problem when using UpdatePanel when FURL (Friendly URL) is activated on the site. The problem occurs because the AJAX callbacks from UpdatePanel will in some cases update th...
In the released version of EPiServer CMS 5 (version 5.1.422.4) there is a problem when using UpdatePanel when FURL (Friendly URL) is activated on the site. The problem occurs because the AJAX callbacks from UpdatePanel will in some cases update th...
In the released version of EPiServer CMS 5 (version 5.1.422.4) there is a problem when using UpdatePanel when FURL (Friendly URL) is activated on the site. The problem occurs because the AJAX callbacks from UpdatePanel will in some cases update th...
In the released version of EPiServer CMS 5 (version 5.1.422.4) there is a problem when using UpdatePanel when FURL (Friendly URL) is activated on the site. The problem occurs because the AJAX callbacks from UpdatePanel will in some cases update th...
Just go to MSDN Subscriber Downloads and fetch RC1, if you don't have a MSDN account you will have to wait another week for this release. If you're an EPiServer employee you find it at P:\Microsoft Windows 2008\RC1. Also, RC1 of Windows Vista SP1...
I need read opml and translate it to my objects. Instead of work with Xml Document I use System.Xml.Linq : using System.Xml; using System.Xml.Linq; ... ... XmlReader reader = new XmlTextReader(opmlUrl); XElement opml = XElement .Load (reader);...