SparkViewEngine / spark

Spark is a view engine for ASP.NET MVC and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and any code to fit seamlessly.
Apache License 2.0
260 stars 86 forks source link

Strange errors happens #43

Closed mogadanez closed 2 years ago

mogadanez commented 11 years ago
 System.IO.FileNotFoundException: Could not find file 'C:\Windows\TEMP\wz5ipmfn.dll'.
                                                                         FileName: C:\Windows\TEMP\wz5ipmfn.dll
                                                                         Source: mscorlib
                                                                         Stack trace:
                                                                            at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
                                                                            at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
                                                                            at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
                                                                            at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
                                                                            at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames)
                                                                            at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources)
                                                                            at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)
                                                                            at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark\Compiler\BatchCompiler.cs:line 125
                                                                            at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark\Compiler\CSharp\CSharpViewCompiler.cs:line 31
                                                                            at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark\SparkViewEngine.cs:line 259
                                                                            at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark\SparkViewEngine.cs:line 235
                                                                            at Spark.Web.Mvc.SparkViewFactory.FindViewInternal(ControllerContext controllerContext, String viewName, String masterName, Boolean findDefaultMaster, Boolean useCache) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark.Web.Mvc\SparkViewFactory.cs:line 179
                                                                            at Spark.Web.Mvc.SparkViewFactory.FindPartialView(ControllerContext controllerContext, String partialViewName, Boolean useCache) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark.Web.Mvc\SparkViewFactory.cs:line 134
                                                                            at Spark.Web.Mvc.SparkViewFactory.System.Web.Mvc.IViewEngine.FindPartialView(ControllerContext controllerContext, String partialViewName, Boolean useCache) in F:\work\apopov\trunk.foreign\dotnet\Spark\1.7.2.net4.mvc3\spark\src\Spark.Web.Mvc\SparkViewFactory.cs:line 367
                                                                            at System.Web.Mvc.ViewEngineCollection.Find(Func`2 lookup, Boolean trackSearchedPaths)
                                                                            at System.Web.Mvc.PartialViewResult.FindView(ControllerContext context)
RobertTheGrey commented 10 years ago

Is this error still happening for you? If so, can you provide some context or some reproduction steps if possible?