Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to upload an document file? Pin
monuSaini16-Nov-06 18:28
monuSaini16-Nov-06 18:28 
GeneralRe: how to upload an document file? Pin
monuSaini16-Nov-06 18:24
monuSaini16-Nov-06 18:24 
GeneralRe: how to upload an document file? Pin
monuSaini16-Nov-06 18:30
monuSaini16-Nov-06 18:30 
QuestionASP pages with ASP.Net Pin
Sun Rays16-Nov-06 0:39
Sun Rays16-Nov-06 0:39 
QuestionHow to clear data from All textbox in a form Pin
dj.rock16-Nov-06 0:38
dj.rock16-Nov-06 0:38 
AnswerRe: How to clear data from All textbox in a form Pin
l0kke16-Nov-06 1:16
l0kke16-Nov-06 1:16 
GeneralRe: How to clear data from All textbox in a form Pin
dj.rock16-Nov-06 1:19
dj.rock16-Nov-06 1:19 
QuestionSystem.IO.IOException: The device is not ready. [modified] Pin
d_wang15-Nov-06 23:28
d_wang15-Nov-06 23:28 
hello everybody,this is my first time to here,I am a Chinese and my English is poor,so I will try my best to make myself clearly.When I run my code on server I received an erSmile | :) ror like this "System.IO.IOException: The device is not ready." but it work correctly on my local machine.It's very strange,I don't know how to resolve it,I need your help,please give me a favor,thank you.

This is the error description.I just use ajax to get data from database .

[ErrorInfo]:System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.IO.IOException: The device is not ready.

at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReader.CreateScanner()
at System.Xml.XmlTextReader.Init()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at IVan.Public.Function.RealFromXMl(String id)
at ChinaOnline.Events.Events_posting.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

-- modified at 20:19 Thursday 16th November, 2006

learning more everyday

AnswerRe: System.IO.IOException: The device is not ready. Pin
l0kke15-Nov-06 23:32
l0kke15-Nov-06 23:32 
QuestionPassing Values between 2 forms Pin
just3ala215-Nov-06 23:23
just3ala215-Nov-06 23:23 
AnswerRe: Passing Values between 2 forms Pin
Deepak the Cool15-Nov-06 23:35
Deepak the Cool15-Nov-06 23:35 
GeneralRe: Passing Values between 2 forms Pin
just3ala215-Nov-06 23:52
just3ala215-Nov-06 23:52 
AnswerRe: Passing Values between 2 forms Pin
l0kke15-Nov-06 23:50
l0kke15-Nov-06 23:50 
GeneralRe: Passing Values between 2 forms Pin
just3ala215-Nov-06 23:58
just3ala215-Nov-06 23:58 
GeneralRe: Passing Values between 2 forms Pin
l0kke16-Nov-06 0:50
l0kke16-Nov-06 0:50 
GeneralRe: Passing Values between 2 forms Pin
just3ala216-Nov-06 2:36
just3ala216-Nov-06 2:36 
GeneralRe: Passing Values between 2 forms Pin
l0kke17-Nov-06 0:51
l0kke17-Nov-06 0:51 
AnswerRe: Passing Values between 2 forms Pin
Tamimi - Code16-Nov-06 0:01
Tamimi - Code16-Nov-06 0:01 
QuestionHow to make child page will auto refresh ? Pin
cheeken2u15-Nov-06 23:10
cheeken2u15-Nov-06 23:10 
AnswerRe: How to make child page will auto refresh ? Pin
Imran Khan Pathan15-Nov-06 23:23
Imran Khan Pathan15-Nov-06 23:23 
GeneralRe: How to make child page will auto refresh ? Pin
cheeken2u15-Nov-06 23:30
cheeken2u15-Nov-06 23:30 
GeneralRe: How to make child page will auto refresh ? Pin
Imran Khan Pathan15-Nov-06 23:49
Imran Khan Pathan15-Nov-06 23:49 
AnswerRe: How to make child page will auto refresh ? Pin
Deepak the Cool15-Nov-06 23:23
Deepak the Cool15-Nov-06 23:23 
AnswerRe: How to make child page will auto refresh ? Pin
l0kke15-Nov-06 23:54
l0kke15-Nov-06 23:54 
QuestionMulti dimensional arrays in webservices Pin
Phanindra Kumar15-Nov-06 23:01
Phanindra Kumar15-Nov-06 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.