Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-03-11 : 18:05:43
|
I first got an error with not being able to load machine.config and not being able to finde the project.dll in the D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files then I don t remember what I changed in my assembly file or machine.config; Now I m getting this error for which I have no clue: thnx for taking a look:Server Error in '/Matrix_Net' Application. --------------------------------------------------------------------------------The file or directory is corrupted and unreadable. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.IOException: The file or directory is corrupted and unreadable. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [IOException: The file or directory is corrupted and unreadable.] System.IO.__Error.WinIOError(Int32 errorCode, String str) +723 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44 System.IO.StreamWriter.CreateFile(String path, Boolean append) +55 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) +49 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) +20 System.Web.Compilation.PreservedAssemblyEntry.SaveDataToFileInternal(Boolean fBatched) +636 System.Web.Compilation.PreservedAssemblyEntry.SaveDataToFile(Boolean fBatched) +57 System.Web.UI.TemplateParser.PersistCompilationData(ParserCacheItem cacheItem) +136 System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +234 System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125 System.Web.UI.TemplateParser.GetParserCacheItem() +88 System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String inputFile, HttpContext context, ApplicationFileParser& parser) +171 System.Web.HttpApplicationFactory.CompileApplication(HttpContext context) +43 System.Web.HttpApplicationFactory.Init(HttpContext context) +485 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +170 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414 --------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 |
|
|
|
|
|
|