Hi,
I have a ASP.Net web application with the codebehind written
in C#.
Whenever i try to run the application I am getting the
following
error:
The device is not ready.
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 device is not
ready.
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 device is not ready.
]
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) +45
System.Xml.XmlDownloadManager.GetStream(Uri uri,
ICredentials
credentials) +73
System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri,
String role,
Type ofObjectToReturn) +55
System.Xml.XmlTextReader.CreateScanner() +384
System.Xml.XmlTextReader.Init() +23
System.Xml.XmlTextReader.Read() +530
System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
+146
System.Xml.XmlValidatingReader.Read() +26
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader
reader,
Boolean preserveWhitespace) +80
System.Xml.XmlDocument.Load(XmlReader reader) +72
System.Xml.XmlDocument.Load(String filename) +78
Localization.ResourceManager.LoadResource(Hashtable
resource,
String culture, String cacheKey)
Localization.ResourceManager.GetResource()
Localization.ResourceManager.GetString(String key)
Localization.LocalizedLiteral.Render(HtmlTextWriter
writer)
System.Web.UI.Control.RenderControl(HtmlTextWriter
writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter
writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter
writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926
Please help me with this issue, i need to run the project
urgently.
Thanks in advance,
Ratna.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C# Developers" group.
To post to this group, send email to CSDevelopers googlegroups.com
To unsubscribe from this group, send email to
CSDevelopers-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/CSDevelopers
-~----------~----~----~----~------~----~------~--~---
|