Friday, October 28, 2016

Episerver - Repository

Use IContentRepository when you plan on modifying content/data in the repository.
Use IContentLoader when you only plan on reading content/data in the repository.

Friday, October 7, 2016

Episerver Scheduled Job - Remove hanged Scheduled Job from List in SQL

   Update [dbSomething2].[dbo].[tblScheduledItem]  
  SET IsRunning = 0  
  Where IsRunning =1  

C# - Get Line Log Feedback when Debugging stacktrace

 System.Diagnostics.StackTrace trace = new System.Diagnostics.StackTrace(ex, true);  
 Response.Write("Line: " + trace.GetFrame(0).GetFileLineNumber().ToString());  

Monday, October 3, 2016

IIS internet information services Bugg om installerad före .Net 4


 IIS internet information services Bugg om installerad före .Net 4


#Fixa fixa om konstiga fel uppträder som kan härledas till felaktig installation:
Exekvera aspnet_regiis -ir
http://msdn.microsoft.com/en-US/library/k6h9cz8h(v=vs.100).aspx

Probably placed in:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319