I searched around, but didn't find this having been addressed anywhere (if it has, I apologize), but I am unable to create my own skinning site. When I try to create one, I get the following error:

OLE Automation objects are not supported in fiber mode.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: OLE Automation objects are not supported in fiber mode.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException: OLE Automation objects are not supported in fiber mode.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteScalar() +177
SDNetLib.SiteFactory.CreateDNS(SiteDNS _SiteDNS) +527
Wincustomize.CreateSite.btCreateSite_Click(Object sender, EventArgs e) +886
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292

Has anyone else experienced this or know what might be causing this?

Comments
No one has commented on this article. Be the first!