csc.exe - pegs processor for 3 minutes during each build

Posted by Community Admin on 04-Aug-2018 15:04

csc.exe - pegs processor for 3 minutes during each build

All Replies

Posted by Community Admin on 23-Feb-2014 00:00

I'm trying to wrap my head around why three csc.exe processes peg my processor at 100% each time I run my Sitefinity site from Visual Studio.

It's a very basic site.  No content, stock templates, one custom widget that I received from a Telerik youtube: www.sitefinity.com/.../mvc-model-is-null-in-controller-when-in-hybrid-mode

It's very painful to tweak one line of code and re-run the site.  Is there a setting in web.config that can fix this? Perhaps there is a more optimal way to setup the VS project/solution so Sitefinity isn't compelled to recompile whatever mystery code needs to be compiled at runtime?

Peace,
Brian

Posted by Community Admin on 23-Feb-2014 00:00

Here is what is going on behind the scenes.  Below, I have pasted the contents of the .out file in my temp folder (.out file appears to be the result of the csc.exe's operation).  I also used Sysinternals procmon to capture everything that csc.exe did, but the file is too large to upload -- 291MB with 849,896 file operations!  At the bottom, I have pasted a sampling.  Ideas to resolve this problem are appreciated.

C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0> "C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.RegularExpressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\05d35a4c\00f9521e_51fbce01\AjaxControlToolkit.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\837fb352\00f9521e_51fbce01\CsvHelper.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\494d6fc9\00f9521e_51fbce01\DirectShowLib-2005.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\9fb38728\00f9521e_51fbce01\DocumentFormat.OpenXml.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\02f39d4b\00f9521e_51fbce01\HtmlAgilityPack.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\04e82ef9\00f9521e_51fbce01\Interop.DexterLib.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\6240b127\00082cea_51fbce01\LinqToTwitter.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c54f7b3d\0026841f_51fbce01\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\2f7cd379\00f9521e_51fbce01\Microsoft.Http.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a05caa21\00f9521e_51fbce01\Microsoft.IdentityModel.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c2cb288f\00f9521e_51fbce01\Microsoft.Practices.ServiceLocation.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\110caefd\00f9521e_51fbce01\Microsoft.SharePoint.Client.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\aea6673a\00f9521e_51fbce01\Microsoft.SharePoint.Client.Runtime.dll" /R:"C:\Windows\assembly\GAC_MSIL\Microsoft.SqlServer.Types\10.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.Types.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Web.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Web.Infrastructure.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\16b0cbae\00f9521e_51fbce01\Microsoft.WindowsAzure.Diagnostics.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\675674cc\00f9521e_51fbce01\Microsoft.WindowsAzure.ServiceRuntime.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\bbb8aaeb\00f9521e_51fbce01\Microsoft.WindowsAzure.StorageClient.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\1eef7788\0026841f_51fbce01\mysql.data.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d2308822\00f9521e_51fbce01\Newtonsoft.Json.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\60936a10\00f22729_e2d5cb01\NHamcrest.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\22f031f2\00f9521e_51fbce01\payflow_dotNET.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\7c8aad4f\00f9521e_51fbce01\RazorEngine.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\49b70477\00082cea_51fbce01\ServiceStack.Common.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\199794ef\00082cea_51fbce01\ServiceStack.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a64c13d3\00082cea_51fbce01\ServiceStack.Interfaces.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\ebba883d\00082cea_51fbce01\ServiceStack.ServiceInterface.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\15ce5cc0\00082cea_51fbce01\ServiceStack.Text.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\4370460c\e0c3b282_b130cf01\SitefinityWebApp.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\2b4022b4\00f9521e_51fbce01\System.Net.Http.Formatting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http.WebRequest\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.WebRequest.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Helpers\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.Helpers.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5355d9f1\00f9521e_51fbce01\System.Web.Http.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\e371d5d9\00f9521e_51fbce01\System.Web.Http.SelfHost.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\6524456b\00f9521e_51fbce01\System.Web.Http.WebHost.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Mvc\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Razor\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.Razor.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.WebPages.Deployment\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.WebPages.Deployment.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.WebPages\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.WebPages.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.WebPages.Razor\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.WebPages.Razor.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\1226673a\00f9521e_51fbce01\System.Windows.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\0a080cfb\0097e6d7_89face01\Telerik.Everlive.Client.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c8e0837d\0097e6d7_89face01\Telerik.Everlive.Sdk.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\0b5ccbe9\0097e6d7_89face01\Telerik.Octopus.Validation.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d810c426\0097e6d7_89face01\Telerik.OpenAccess.35.Extensions.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\7624cf61\0097e6d7_89face01\Telerik.OpenAccess.40.Extensions.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\aee99003\0097e6d7_89face01\Telerik.OpenAccess.Config.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\47572eed\0097e6d7_89face01\Telerik.OpenAccess.DataAdapter.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\8fbcd531\0097e6d7_89face01\Telerik.OpenAccess.DataAdapter.Everlive.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d47b8dfe\0097e6d7_89face01\Telerik.OpenAccess.DataAdapter.OpenAccess.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\cadb4f2d\0097e6d7_89face01\Telerik.OpenAccess.DataAdapter.SalesForce.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\edfb8b90\0097e6d7_89face01\Telerik.OpenAccess.DataAdapter.SharePoint.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\99fbe19f\0097e6d7_89face01\Telerik.OpenAccess.DataSource.SharePoint.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a6ea9b3c\0097e6d7_89face01\Telerik.OpenAccess.DataSource.SyncDB.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d5085028\0097e6d7_89face01\Telerik.OpenAccess.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\ee09ac47\0097e6d7_89face01\Telerik.OpenAccess.MySql.Data.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\905aa074\0097e6d7_89face01\Telerik.OpenAccess.Runtime.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5ae7278a\0097e6d7_89face01\Telerik.OpenAccess.Sync.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\553a3f7c\0097e6d7_89face01\Telerik.OpenAccess.Web.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\218044e1\0097e6d7_89face01\Telerik.Reporting.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\caf2c0ad\0097e6d7_89face01\Telerik.Reporting.OpenXmlRendering.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\643f5d5c\0097e6d7_89face01\Telerik.Reporting.XpsRendering.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\3dd3bfe5\0097e6d7_89face01\Telerik.ReportViewer.WebForms.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\7c833e65\0097e6d7_89face01\Telerik.Sitefinity.Analytics.Server.Core.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\202b8df9\0097e6d7_89face01\Telerik.Sitefinity.Analytics.Server.DependencyResolution.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\53009d9c\0097e6d7_89face01\Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\b7ce3564\0097e6d7_89face01\Telerik.Sitefinity.Analytics.Server.Infrastructure.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\ad3b23a7\0097e6d7_89face01\Telerik.Sitefinity.Connectivity.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\9ffaa718\0097e6d7_89face01\Telerik.Sitefinity.ContentModules.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\73587cea\0097e6d7_89face01\Telerik.Sitefinity.DAM.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\26449b90\0097e6d7_89face01\Telerik.Sitefinity.Dashboard.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a7f2c069\0097e6d7_89face01\Telerik.Sitefinity.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\543072fe\0097e6d7_89face01\Telerik.Sitefinity.DropboxLibraries.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\acc457e7\0097e6d7_89face01\Telerik.Sitefinity.Ecommerce.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c96e6633\0097e6d7_89face01\Telerik.Sitefinity.EverliveConnector.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a9ef2f1b\0097e6d7_89face01\Telerik.Sitefinity.Forums.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\862313c6\0097e6d7_89face01\Telerik.Sitefinity.MarketoConnector.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\1789a122\0097e6d7_89face01\Telerik.Sitefinity.Migration.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\332e7053\0097e6d7_89face01\Telerik.Sitefinity.MigrationContracts.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d4f62fb0\0097e6d7_89face01\Telerik.Sitefinity.MobileAppBuilder.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\f1d1edd1\0097e6d7_89face01\Telerik.Sitefinity.Model.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\ff4a755b\0097e6d7_89face01\Telerik.Sitefinity.Personalization.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\4b057606\0097e6d7_89face01\Telerik.Sitefinity.Personalization.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\bf743f52\0097e6d7_89face01\Telerik.Sitefinity.PrecompiledTemplates.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\28516802\0097e6d7_89face01\Telerik.Sitefinity.RecurrentRules.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\7a5f380c\0097e6d7_89face01\Telerik.Sitefinity.Resources.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\96c95927\0097e6d7_89face01\Telerik.Sitefinity.SalesForceConnector.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\7c014529\0097e6d7_89face01\Telerik.Sitefinity.Search.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5da9aa84\0097e6d7_89face01\Telerik.Sitefinity.Search.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\bac2f58f\0097e6d7_89face01\Telerik.Sitefinity.Services.Comments.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\86a71ac2\0097e6d7_89face01\Telerik.Sitefinity.Services.Comments.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\fc8abef2\0097e6d7_89face01\Telerik.Sitefinity.Services.Documents.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\238be54c\0097e6d7_89face01\Telerik.Sitefinity.Services.Documents.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\d99db910\0097e6d7_89face01\Telerik.Sitefinity.Services.Events.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5a2eee33\0097e6d7_89face01\Telerik.Sitefinity.Services.Notifications.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a1d7b5bb\0097e6d7_89face01\Telerik.Sitefinity.Services.Notifications.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\cbe328e2\0097e6d7_89face01\Telerik.Sitefinity.Services.Statistics.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\3c4cfb5f\0097e6d7_89face01\Telerik.Sitefinity.Services.Statistics.Impl.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\82258b50\0097e6d7_89face01\Telerik.Sitefinity.SharepointConnector.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c415b68f\00bfd90b_53fbce01\Telerik.Sitefinity.Thunder.CodeSync.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\e6f3305f\00848103_53fbce01\Telerik.Sitefinity.Thunder.Contracts.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\f93e80fd\0097e6d7_89face01\Telerik.Sitefinity.Thunder.Module.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\53ca5bb9\00bfd90b_53fbce01\Telerik.Sitefinity.Thunder.Zip.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\4ae49813\0097e6d7_89face01\Telerik.Sitefinity.UI.MVC.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\e704906c\0097e6d7_89face01\Telerik.Sitefinity.Utilities.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\2b7fa12d\0097e6d7_89face01\Telerik.Tfis.Client.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\9c7b7a0e\0097e6d7_89face01\Telerik.Web.Design.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\f0176ba6\0097e6d7_89face01\Telerik.Web.UI.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\05c4bfa0\0097e6d7_89face01\Telerik.Web.UI.Skins.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\3a0ec701\0097e6d7_89face01\Telerik.Windows.Controls.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\a997a409\0097e6d7_89face01\Telerik.Windows.Data.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\c1c89c61\0097e6d7_89face01\Telerik.Windows.Documents.Core.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5b7a36de\0097e6d7_89face01\Telerik.Windows.Documents.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5a9aee48\0097e6d7_89face01\Telerik.Windows.Documents.Fixed.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\b6a7ebfe\0097e6d7_89face01\Telerik.Windows.Documents.FormatProviders.Html.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\9f2db743\0097e6d7_89face01\Telerik.Windows.Documents.FormatProviders.OpenXml.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\172cf34b\0097e6d7_89face01\Telerik.Windows.Documents.FormatProviders.Pdf.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\191b708e\0097e6d7_89face01\Telerik.Windows.Documents.FormatProviders.Rtf.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\e379c3d9\0097e6d7_89face01\Telerik.Windows.RadUploadHandler.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\5c318fe9\0097e6d7_89face01\Telerik.Windows.Zip.dll" /R:"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\640bb355\203f58a2\assembly\dl3\ff908f2c\0053b520_51fbce01\Twitterizer2.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.WebPages.Deployment\v4.0_1.0.0.0__31bf3856ad364e35\System.Web.WebPages.Deployment.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Routing\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Routing.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Entity\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Entity.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\WebDev.WebHost40\v4.0_10.0.0.0__b03f5f7f11d50a3a\WebDev.WebHost40.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Mobile\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml.Hosting\v4.0_4.0.0.0__31bf3856ad364e35\System.Xaml.Hosting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities.Presentation\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.Presentation.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.Protocols\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.Protocols.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data.OracleClient\v4.0_4.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.Design.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions.Design\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.Design.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mvc\2.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Services.Client\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Client.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Abstractions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Abstractions.dll" /out:"C:\Users\Brian\AppData\Local\Temp\cysobwe3.dll" /debug- /optimize+ /target:library /optimize  "C:\Users\Brian\AppData\Local\Temp\cysobwe3.0.cs"
 
 
Microsoft (R) Visual C# Compiler version 4.0.30319.17929
 
for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.
 
warning CS1685: The predefined type 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.AsyncVoidMethodBuilder' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.IAsyncStateMachine' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.INotifyCompletion' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.ICriticalNotifyCompletion' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Runtime.CompilerServices.AsyncStateMachineAttribute' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll'
warning CS1685: The predefined type 'System.Collections.Specialized.INotifyCollectionChanged' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'


A sampling of procmon's capture:
001."11:09:13.5274644 AM","csc.exe","5416","Thread Create","","SUCCESS","Thread ID: 4212","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
002."11:09:13.5332914 AM","csc.exe","5416","Load Image","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","Image Base: 0x90000, Image Size: 0x1c6000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
003."11:09:13.5333001 AM","csc.exe","956","Load Image","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","Image Base: 0x90000, Image Size: 0x1c6000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
004."11:09:13.5345777 AM","csc.exe","5416","Load Image","C:\Windows\System32\ntdll.dll","SUCCESS","Image Base: 0x779a0000, Image Size: 0x13c000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
005."11:09:13.5360730 AM","csc.exe","5416","CreateFile","C:\Windows\Prefetch\CSC.EXE-4C85A8F6.pf","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: None, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
006."11:09:13.5361158 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\Prefetch\CSC.EXE-4C85A8F6.pf","SUCCESS","AllocationSize: 245,760, EndOfFile: 242,984, NumberOfLinks: 1, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
007."11:09:13.5361328 AM","csc.exe","5416","ReadFile","C:\Windows\Prefetch\CSC.EXE-4C85A8F6.pf","SUCCESS","Offset: 0, Length: 242,984, Priority: Normal","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
008."11:09:13.5363014 AM","csc.exe","956","Load Image","C:\Windows\System32\ntdll.dll","SUCCESS","Image Base: 0x779a0000, Image Size: 0x13c000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
009."11:09:13.5371113 AM","csc.exe","956","CreateFile","C:\Windows\Prefetch\CSC.EXE-4C85A8F6.pf","SHARING VIOLATION","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: None, AllocationSize: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
010."11:09:13.5372602 AM","csc.exe","956","RegOpenKey","HKLM\System\CurrentControlSet\Control\Session Manager","REPARSE","Desired Access: Read","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
011."11:09:13.5372855 AM","csc.exe","956","RegOpenKey","HKLM\System\CurrentControlSet\Control\Session Manager","SUCCESS","Desired Access: Read","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
012."11:09:13.5373136 AM","csc.exe","956","RegQueryValue","HKLM\System\CurrentControlSet\Control\Session Manager\CWDIllegalInDLLSearch","NAME NOT FOUND","Length: 1,024","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
013."11:09:13.5373257 AM","csc.exe","956","RegCloseKey","HKLM\System\CurrentControlSet\Control\Session Manager","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
014."11:09:13.5379232 AM","csc.exe","956","CreateFile","C:\Program Files\Common Files\microsoft shared\DevServer\10.0","SUCCESS","Desired Access: Execute/Traverse, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
015."11:09:13.5383963 AM","csc.exe","956","Load Image","C:\Windows\System32\kernel32.dll","SUCCESS","Image Base: 0x75df0000, Image Size: 0xd4000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
016."11:09:13.5390383 AM","csc.exe","956","Load Image","C:\Windows\System32\KernelBase.dll","SUCCESS","Image Base: 0x75af0000, Image Size: 0x4b000","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\3fwqsicv.cmdline"""
017."11:09:13.5408998 AM","csc.exe","5416","CloseFile","C:\Windows\Prefetch\CSC.EXE-4C85A8F6.pf","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
018."11:09:13.5410349 AM","csc.exe","5416","CreateFile","C:","SUCCESS","Desired Access: Read Attributes, Write Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Complete If Oplocked, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
019."11:09:13.5410971 AM","csc.exe","5416","QueryInformationVolume","C:","SUCCESS","VolumeCreationTime: 11/6/2010 10:52:39 PM, VolumeSerialNumber: D439-040E, SupportsObjects: True, VolumeLabel: ","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
020."11:09:13.5411132 AM","csc.exe","5416","FileSystemControl","C:","SUCCESS","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
021."11:09:13.5413853 AM","csc.exe","5416","CreateFile","C:\Windows","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Complete If Oplocked, Open For Backup, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
022."11:09:13.5414243 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
023."11:09:13.5414393 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows","SUCCESS","IndexNumber: 0x100000000020d","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
024."11:09:13.5414561 AM","csc.exe","5416","FileSystemControl","C:\Windows","END OF FILE","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
025."11:09:13.5431656 AM","csc.exe","5416","CloseFile","C:\Windows","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
026."11:09:13.5433822 AM","csc.exe","5416","CreateFile","C:\Windows\Microsoft.NET","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Complete If Oplocked, Open For Backup, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
027."11:09:13.5434236 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\Microsoft.NET","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
028."11:09:13.5434396 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\Microsoft.NET","SUCCESS","IndexNumber: 0x10000000005c7","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
029."11:09:13.5434559 AM","csc.exe","5416","FileSystemControl","C:\Windows\Microsoft.NET","END OF FILE","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
030."11:09:13.5478956 AM","csc.exe","5416","CloseFile","C:\Windows\Microsoft.NET","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
031."11:09:13.5481266 AM","csc.exe","5416","CreateFile","C:\Windows\Microsoft.NET\Framework","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Complete If Oplocked, Open For Backup, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
032."11:09:13.5482088 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\Microsoft.NET\Framework","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
033."11:09:13.5482278 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\Microsoft.NET\Framework","SUCCESS","IndexNumber: 0x10000000005c9","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
034."11:09:13.5482433 AM","csc.exe","5416","FileSystemControl","C:\Windows\Microsoft.NET\Framework","END OF FILE","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
035."11:09:13.5495832 AM","csc.exe","5416","CloseFile","C:\Windows\Microsoft.NET\Framework","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
036."11:09:13.5498873 AM","csc.exe","5416","CreateFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Complete If Oplocked, Open For Backup, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
037."11:09:13.5499289 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
038."11:09:13.5499777 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319","SUCCESS","IndexNumber: 0xa00000000bb0d","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
039."11:09:13.5499942 AM","csc.exe","5416","FileSystemControl","C:\Windows\Microsoft.NET\Framework\v4.0.30319","END OF FILE","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
040."11:09:13.5563837 AM","csc.exe","5416","CloseFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
041."11:09:13.5566034 AM","csc.exe","5416","CreateFile","C:\Windows\System32","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Complete If Oplocked, Open For Backup, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
042."11:09:13.5566577 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
043."11:09:13.5566992 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32","SUCCESS","IndexNumber: 0x10000000006bf","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
044."11:09:13.5567185 AM","csc.exe","5416","FileSystemControl","C:\Windows\System32","END OF FILE","Control: FSCTL_FILE_PREFETCH","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
045."11:09:13.5568249 AM","csc.exe","5416","CloseFile","C:\Windows\System32","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
046."11:09:13.5570095 AM","csc.exe","5416","CreateFile","C:\Windows\System32\ntdll.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
047."11:09:13.5571578 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\ntdll.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
048."11:09:13.5571742 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\ntdll.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
049."11:09:13.5571951 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\ntdll.dll","SUCCESS","IndexNumber: 0x6000000018d9d","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
050."11:09:13.5572147 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ntdll.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
051."11:09:13.5572241 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\ntdll.dll","SUCCESS","AllocationSize: 1,290,240, EndOfFile: 1,289,096, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
052."11:09:13.5572429 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ntdll.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
053."11:09:13.5598967 AM","csc.exe","5416","CreateFile","C:\Windows\System32\kernel32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
054."11:09:13.5600412 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\kernel32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
055."11:09:13.5600593 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\kernel32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
056."11:09:13.5600693 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\kernel32.dll","SUCCESS","IndexNumber: 0x8000000025806","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
057."11:09:13.5600792 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\kernel32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
058."11:09:13.5600860 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\kernel32.dll","SUCCESS","AllocationSize: 868,352, EndOfFile: 868,352, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
059."11:09:13.5601022 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\kernel32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
060."11:09:13.5602755 AM","csc.exe","5416","CreateFile","C:\Windows\System32\apisetschema.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
061."11:09:13.5603097 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\apisetschema.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
062."11:09:13.5603213 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\apisetschema.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
063."11:09:13.5603300 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\apisetschema.dll","SUCCESS","IndexNumber: 0x10000000041ef","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
064."11:09:13.5603386 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\apisetschema.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
065."11:09:13.5603437 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\apisetschema.dll","SUCCESS","AllocationSize: 8,192, EndOfFile: 6,656, NumberOfLinks: 6, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
066."11:09:13.5603583 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\apisetschema.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
067."11:09:13.5604744 AM","csc.exe","5416","CreateFile","C:\Windows\System32\KernelBase.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
068."11:09:13.5605046 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\KernelBase.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
069."11:09:13.5605160 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\KernelBase.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
070."11:09:13.5605246 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\KernelBase.dll","SUCCESS","IndexNumber: 0x8000000025804","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
071."11:09:13.5605327 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\KernelBase.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
072."11:09:13.5605376 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\KernelBase.dll","SUCCESS","AllocationSize: 294,912, EndOfFile: 293,376, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
073."11:09:13.5605516 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\KernelBase.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
074."11:09:13.5606689 AM","csc.exe","5416","CreateFile","C:\Windows\System32\locale.nls","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
075."11:09:13.5607871 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\locale.nls","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
076."11:09:13.5607991 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\locale.nls","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
077."11:09:13.5608082 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\locale.nls","SUCCESS","IndexNumber: 0x300000002a0bb","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
078."11:09:13.5608162 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\locale.nls","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
079."11:09:13.5608212 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\locale.nls","SUCCESS","AllocationSize: 421,888, EndOfFile: 420,008, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
080."11:09:13.5608342 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\locale.nls","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
081."11:09:13.5609556 AM","csc.exe","5416","CreateFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
082."11:09:13.5666394 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
083."11:09:13.5666702 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
084."11:09:13.5666833 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","IndexNumber: 0x13000000022b2c","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
085."11:09:13.5666965 AM","csc.exe","5416","CreateFileMapping","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
086."11:09:13.5667044 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","AllocationSize: 1,859,584, EndOfFile: 1,858,464, NumberOfLinks: 1, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
087."11:09:13.5667209 AM","csc.exe","5416","CreateFileMapping","C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
088."11:09:13.5687666 AM","csc.exe","5416","CreateFile","C:\Windows\System32\advapi32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
089."11:09:13.5690368 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\advapi32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
090."11:09:13.5690570 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\advapi32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
091."11:09:13.5690699 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\advapi32.dll","SUCCESS","IndexNumber: 0xb000000018d96","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
092."11:09:13.5690817 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\advapi32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
093."11:09:13.5690891 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\advapi32.dll","SUCCESS","AllocationSize: 643,072, EndOfFile: 640,512, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
094."11:09:13.5691071 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\advapi32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
095."11:09:13.5692718 AM","csc.exe","5416","CreateFile","C:\Windows\System32\msvcrt.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
096."11:09:13.5694276 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\msvcrt.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
097."11:09:13.5694422 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\msvcrt.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
098."11:09:13.5694530 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\msvcrt.dll","SUCCESS","IndexNumber: 0x7000000017542","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
099."11:09:13.5694632 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msvcrt.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
100."11:09:13.5694695 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\msvcrt.dll","SUCCESS","AllocationSize: 692,224, EndOfFile: 690,688, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
101."11:09:13.5694865 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msvcrt.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
102."11:09:13.5696479 AM","csc.exe","5416","CreateFile","C:\Windows\System32\sechost.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
103."11:09:13.5698089 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\sechost.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
104."11:09:13.5698230 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\sechost.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
105."11:09:13.5698340 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\sechost.dll","SUCCESS","IndexNumber: 0x1000000004aa3","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
106."11:09:13.5698438 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\sechost.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
107."11:09:13.5698502 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\sechost.dll","SUCCESS","AllocationSize: 94,208, EndOfFile: 92,160, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
108."11:09:13.5698673 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\sechost.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
109."11:09:13.5700723 AM","csc.exe","5416","CreateFile","C:\Windows\System32\rpcrt4.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
110."11:09:13.5702603 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\rpcrt4.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
111."11:09:13.5702775 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\rpcrt4.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
112."11:09:13.5702894 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\rpcrt4.dll","SUCCESS","IndexNumber: 0x7000000026466","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
113."11:09:13.5703005 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\rpcrt4.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
114."11:09:13.5703065 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\rpcrt4.dll","SUCCESS","AllocationSize: 655,360, EndOfFile: 652,800, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
115."11:09:13.5703510 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\rpcrt4.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
116."11:09:13.5705223 AM","csc.exe","5416","CreateFile","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
117."11:09:13.5705795 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
118."11:09:13.5705945 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
119."11:09:13.5706063 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","IndexNumber: 0x19000000023034","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
120."11:09:13.5706174 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msvcr110_clr0400.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
121."11:09:13.5706239 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","AllocationSize: 864,256, EndOfFile: 864,208, NumberOfLinks: 1, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
122."11:09:13.5706402 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msvcr110_clr0400.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
123."11:09:13.5708332 AM","csc.exe","5416","CreateFile","C:\Windows\System32\ole32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
124."11:09:13.5709982 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\ole32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
125."11:09:13.5710155 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\ole32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
126."11:09:13.5710477 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\ole32.dll","SUCCESS","IndexNumber: 0x1000000023816","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
127."11:09:13.5710604 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ole32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
128."11:09:13.5710666 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\ole32.dll","SUCCESS","AllocationSize: 1,417,216, EndOfFile: 1,414,144, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
129."11:09:13.5710905 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ole32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
130."11:09:13.5712703 AM","csc.exe","5416","CreateFile","C:\Windows\System32\gdi32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
131."11:09:13.5714276 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\gdi32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
132."11:09:13.5714544 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\gdi32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
133."11:09:13.5714666 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\gdi32.dll","SUCCESS","IndexNumber: 0x5000000016050","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
134."11:09:13.5714897 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\gdi32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
135."11:09:13.5714987 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\gdi32.dll","SUCCESS","AllocationSize: 307,200, EndOfFile: 305,152, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
136."11:09:13.5715306 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\gdi32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
137."11:09:13.5716893 AM","csc.exe","5416","CreateFile","C:\Windows\System32\user32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
138."11:09:13.5718595 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\user32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
139."11:09:13.5718779 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\user32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
140."11:09:13.5718898 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\user32.dll","SUCCESS","IndexNumber: 0x1000000023a72","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
141."11:09:13.5719008 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\user32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
142."11:09:13.5719065 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\user32.dll","SUCCESS","AllocationSize: 815,104, EndOfFile: 811,520, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
143."11:09:13.5719216 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\user32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
144."11:09:13.5720864 AM","csc.exe","5416","CreateFile","C:\Windows\System32\lpk.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
145."11:09:13.5722444 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\lpk.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
146."11:09:13.5722614 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\lpk.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
147."11:09:13.5722737 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\lpk.dll","SUCCESS","IndexNumber: 0x15000000018a69","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
148."11:09:13.5722838 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\lpk.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
149."11:09:13.5722899 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\lpk.dll","SUCCESS","AllocationSize: 28,672, EndOfFile: 26,112, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
150."11:09:13.5723173 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\lpk.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
151."11:09:13.5724858 AM","csc.exe","5416","CreateFile","C:\Windows\System32\usp10.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
152."11:09:13.5727076 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\usp10.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
153."11:09:13.5727231 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\usp10.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
154."11:09:13.5727344 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\usp10.dll","SUCCESS","IndexNumber: 0x4000000023d78","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
155."11:09:13.5727443 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\usp10.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
156."11:09:13.5727500 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\usp10.dll","SUCCESS","AllocationSize: 626,688, EndOfFile: 626,688, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
157."11:09:13.5727660 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\usp10.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
158."11:09:13.5729381 AM","csc.exe","5416","CreateFile","C:\Windows\System32\oleaut32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
159."11:09:13.5731163 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\oleaut32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
160."11:09:13.5731369 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\oleaut32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
161."11:09:13.5731499 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\oleaut32.dll","SUCCESS","IndexNumber: 0x1e000000015dcf","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
162."11:09:13.5731606 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\oleaut32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
163."11:09:13.5731826 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\oleaut32.dll","SUCCESS","AllocationSize: 573,440, EndOfFile: 571,904, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
164."11:09:13.5732007 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\oleaut32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
165."11:09:13.5734164 AM","csc.exe","5416","CreateFile","C:\Windows\System32\shlwapi.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
166."11:09:13.5736389 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\shlwapi.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
167."11:09:13.5736625 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\shlwapi.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
168."11:09:13.5736863 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\shlwapi.dll","SUCCESS","IndexNumber: 0x100000002412f","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
169."11:09:13.5737082 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\shlwapi.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
170."11:09:13.5737156 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\shlwapi.dll","SUCCESS","AllocationSize: 352,256, EndOfFile: 350,208, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
171."11:09:13.5737329 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\shlwapi.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
172."11:09:13.5739128 AM","csc.exe","5416","CreateFile","C:\Windows\System32\psapi.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
173."11:09:13.5749746 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\psapi.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
174."11:09:13.5750453 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\psapi.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
175."11:09:13.5750723 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\psapi.dll","SUCCESS","IndexNumber: 0x10000000049cd","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
176."11:09:13.5750842 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\psapi.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
177."11:09:13.5751052 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\psapi.dll","SUCCESS","AllocationSize: 8,192, EndOfFile: 6,144, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
178."11:09:13.5751233 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\psapi.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
179."11:09:13.5753042 AM","csc.exe","5416","CreateFile","C:\Windows\System32\imm32.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
180."11:09:13.5755174 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\imm32.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
181."11:09:13.5755352 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\imm32.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
182."11:09:13.5755465 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\imm32.dll","SUCCESS","IndexNumber: 0x1000000023e4a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
183."11:09:13.5755703 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\imm32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
184."11:09:13.5755822 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\imm32.dll","SUCCESS","AllocationSize: 118,784, EndOfFile: 118,272, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
185."11:09:13.5756001 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\imm32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
186."11:09:13.5758078 AM","csc.exe","5416","CreateFile","C:\Windows\System32\msctf.dll","SUCCESS","Desired Access: Read Data/List Directory, Execute/Traverse, Read Attributes, Disposition: Open, Options: Non-Directory File, Complete If Oplocked, Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
187."11:09:13.5759663 AM","csc.exe","5416","SetBasicInformationFile","C:\Windows\System32\msctf.dll","SUCCESS","CreationTime: -1, LastAccessTime: -1, LastWriteTime: -1, ChangeTime: -1, FileAttributes: n/a","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
188."11:09:13.5759822 AM","csc.exe","5416","QueryAttributeTagFile","C:\Windows\System32\msctf.dll","SUCCESS","Attributes: A, ReparseTag: 0x0","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
189."11:09:13.5759929 AM","csc.exe","5416","QueryFileInternalInformationFile","C:\Windows\System32\msctf.dll","SUCCESS","IndexNumber: 0x1000000004793","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
190."11:09:13.5760035 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msctf.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
191."11:09:13.5760095 AM","csc.exe","5416","QueryStandardInformationFile","C:\Windows\System32\msctf.dll","SUCCESS","AllocationSize: 831,488, EndOfFile: 828,928, NumberOfLinks: 2, DeletePending: False, Directory: False","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
192."11:09:13.5760271 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\msctf.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
193."11:09:13.5761048 AM","csc.exe","5416","CloseFile","C:\Windows\System32\locale.nls","SUCCESS","","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
194."11:09:13.5761659 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ntdll.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
195."11:09:13.5762048 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\ntdll.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
196."11:09:13.5762240 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\kernel32.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
197."11:09:13.5762802 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\kernel32.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
198."11:09:13.5762986 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\apisetschema.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
199."11:09:13.5763292 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\apisetschema.dll","SUCCESS","SyncType: SyncTypeOther","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""
200."11:09:13.5763457 AM","csc.exe","5416","CreateFileMapping","C:\Windows\System32\KernelBase.dll","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE","""C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"" /noconfig /fullpaths @""C:\Users\Brian\AppData\Local\Temp\55oly3l0.cmdline"""

Posted by Community Admin on 27-Feb-2014 00:00

Hello Brian,
Thank you for using our services.

You can find more information about optimizing Sitefinity's performance, including the startup performance in this documentation article. You could try setting up auto start, which will cause the application to start before actually making a call a page.

There is an issue which is causing an increase in the startup time since Sitefinity 6.2. You can find more information about this issue in this forum thread. This issue has been fixed in an internal build. For more information, please visit our Internal hotfix builds thread.

If you need further assistance don't hesitate to contact us again.

Regards,
Georgi Mateev
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items

This thread is closed