Took a long time to reload a page after modifying a XML file

dotnet framework

    Next

  • 1. system.io.file --> set mp3 attributes
    Hi all, I am wondering if it is possible to set attributes related to mp3 files such as Genre/Artist/Album/Title etc. programmatically via the system.io.file or other class in .net. I have a need to be able to lookup and set these attributes for mp3 files programmatically. Any help would be greatly appreciated! TIA!
  • 2. UTC to DateTime
    Hi I have a value like 1241103793 and want to convert it to DateTime, which method do i use? TIA TDS
  • 3. What .NET Pieces Do I Need?
    I really need to free up some space on my C drive. Add/Remove Programs says that I have the following Microsoft .NET Framework components: 1.1/1,144.00 MB; 1.1 Hotfix(KB928366)/1,144.00MB; 2.0 Service Pack 2/185.00MB; 3.0 Service Pack 2/168.00MB; 3.5 SP1/29.02MB. Do I really need 1.1 and the 1.1 Hotfix? Since they are both the same size it appears to me that the Hotfix is cumulative (i.e. includes the base). Is that right? But also, since the size of each new level of .NET is smaller than the previous level, does each level require the previous level? Thanks, Bob

RE: Took a long time to reload a page after modifying a XML file

Postby Sm9obiBQYXVsLiBBIChNQ1AgSUQjIDMwMTUxNzYp » Thu, 24 Jun 2004 16:22:01 GMT

Dear Michael,
	There are many reasons. Here are few..
	1> Go To Task Manager and View Applications Tab and Processess Tab. If two much of Applications and Processess are runnning. The whole system will be slow and most probably, it will take time to load your page.
	2> There are some minimum/maximum hardware requirements for installing VS.NET. Check those requirements, whther you are fulfilling those requirements.
	3> When ASP.NET application is running in Debug mode, the performance will be bit slow.
	4> Since you are modifying the XML file. The file has to be stored and retrieved whenever required. So, it takes a bit time to do the process.
	5> If you open many files inside VS.NET, the performance degrades in time.
	
	and so on...
	If you need more suggestions, ping me...
Thanks,
John Paul .A

-- 
MTS-Software Engineer,
Sharp Software Development India, Pvt. Ltd.,
Unit 5, Level 3, Innovator, ITPL,
Whitefield Road,
Bangalore 560 066,
INDIA
www.sharp.co.in
Phone:91 - 0 - 94483 22577





>> I have system build on ASP.NET which is running in debug mode. Everytime i modify XML file under this system, it takes a long time to open a page again.  It just likes open a page after recompile whole solutions. Does anyone know why it takes so long to reload a page after i modified a XML file?
>> 
>> Thanks,
>> Michael X.

Re: Took a long time to reload a page after modifying a XML file

Postby Marina » Fri, 25 Jun 2004 00:24:52 GMT

Where is this XML file located?

I am guessing it is located in the bin directory of your asp.net app?

In which case, any changes to the bin directory, causes the application to
restart, causing the delay you are seeing.





modify XML file under this system, it takes a long time to open a page
again.  It just likes open a page after recompile whole solutions. Does
anyone know why it takes so long to reload a page after i modified a XML
file?



Similar Threads:

1.Taking too long to re-load a page after updating XML file

I have system build on ASP.NET which is running in debug mode. Everytime i modify XML file under this system, it takes a long time to open a page again.  It just likes open a page after recompile whole solutions. Does anyone know why it takes so long to reload a page after i modified a XML file?

Thanks,
Michael X.

2.System.Diagnostics.Process.Start takes long time with PDF files

Hi,

I'm having a little problem. I use the following code to open a .pdf file
from one app. :
System.Diagnostics.ProcessStartInfo psi = new
System.Diagnostics.ProcessStartInfo();

string path =
@dir+"\\"+myDataTable.Rows[dataGrid1.CurrentCell.RowNumber][2].ToString();

psi.FileName = path;

psi.UseShellExecute = true;

System.Diagnostics.Process.Start (psi);

The problem is that it takes long time to open it ( not the same when I
launch it through the Explorer). Anyone knows which could be the cause ??

Thanks !




3.Process.Start taking a long time, the FIRST time only

I am using the Process class to run an external application from my 
application. The first time I call the .Start() method it takes several 
seconds for the process to actually start. Subsequent calls to .Start() go 
very fast as is how I would expect it. Has anyone seen this before and 
perhaps found a workaround? Thanks

Alex

4.Application takes a long time to open a dialog after some time

I noticed this behavior in a C# application. For its nature the
applications stays mainly minimized to the tray icons
As soon as it's launched the application responds normally. After a
while, when I double click on the tray icon to show the window or I
type a shortcut to open a new dialog (which also contains third-part
controls) it takes much longer to open (even 3-5 seconds).

How is that? Is there a way to avoid this behavior and keep the
application always prompt.

Thanks.
Andrea

5.Msxml2.XMLHTTP Takes Too Long To Upload File

6. C# application takes a long time to run

7. Inserting taking to long time System.Data.OracleClient

8. Getting Currency Manager takes a long time



Return to dotnet framework

 

Who is online

Users browsing this forum: No registered users and 79 guest