| Thread | Last Post | Replies |
|
| Quick Help PLZ ,, aspnet_wp.exe on w2k IIS5 | 27 Jun 2007 17:44 GMT | 1 |
i'm runing windows 2000 server with IIS 5 web sites runing .Net2 not runing ,, but the classic is asp sites working fine I get this error: aspnet_wp.exe (PID: ) stopped unexpectedly
|
| System.OutOfMemoryException during Serialization | 25 Jun 2007 17:22 GMT | 4 |
Hi to all, I am getting this System.OutOfMemoryException calling the Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(<stream>,<Obj>) method. The type of <stream> is IO.MemoryStream
|
| adding performance counter to an app using EAB 2006 gives error | 22 Jun 2007 14:07 GMT | 3 |
Does anybody have any idea as to why i get the following exception when trying to add a performance counter to a .net 2.0 windows application. {"The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly."}
|
| perfmon & logparser | 20 Jun 2007 15:59 GMT | 1 |
Has anyone written batch code that would utilize logparser to convert perfmon log files to a set of charts ( 1 for each perf counter tracked ) ? Thanks.
|
| how compilation debug="true" affects performance | 18 Jun 2007 22:14 GMT | 5 |
It is clear to me that <compilation debug="true"> affects the time needed for aspnet_wp to dynamically compile "code-ahead" (.asmx,.aspx).
|
| Processes versus threads | 14 Jun 2007 14:00 GMT | 3 |
If i had a server with 10 windows services, which all started at the same time and did a lot of DB related work,and i wanted to reduce the load on the server and improve performance, would it help if i invoked all the 10 services in one process using threads ?
|
| Server Application Unavailable | 14 Jun 2007 11:34 GMT | 2 |
add on some information my issue is not related to support.microsoft.com/kb/827641 as event viewer does not contain any error / warning msg thanks
|
| Monitor Webservice Connections | 14 Jun 2007 06:25 GMT | 1 |
Is there a performance monitor that will let me see how many open internet connections my webservice is making (it's doing some requests of its own). I want to check to see if: <system.net>
|
| c# disk performance | 14 Jun 2007 06:24 GMT | 1 |
We are writing an application which uses many file streams to copy data from one disk spindle to another. Our algorithm is parrallel so that all spindles theorectically stay busy and we are disk bound on copy by the slowest drive. This all works fine.
|
| Cannot copy to CD | 13 Jun 2007 13:47 GMT | 1 |
Upon initiation of "Write these files to CD", process appears as if it will work until the very end when a pop up displays the following message: "CANNOT COMPLETE THE CD WRITING WIZARD - There was an error in the writing process. The disc you have attempted to write may no ...
|
| IDisposable and managed variable cleanup | 11 Jun 2007 21:36 GMT | 3 |
I'm writing some classes that are going to be used in several pages in an ASP.Net 2.0 application. I've seen several articles on how to add your own Dispose() method to a class using the IDisposable interface, but those articles tend to focus on
|
| c# Context Switch - High CPU | 11 Jun 2007 02:49 GMT | 3 |
I have an application which uses approximately 150 worker threads. Due to an executive thread, no more that about 10 threads are active at any time and most simply sleep. However, my application has suddenly started to use 100% CPU for no apparent
|
| Explorer.exe | 10 Jun 2007 00:05 GMT | 2 |
I have Windows Vista Home Basics. I am using a emachines W3262 (Idon't know if that matters). Sometimes my computer starts running hard. I went under Task Manager and nothing shows up except Explorer.EXE is using 50% CPU. Since I can't turn it off, what else is there to do?
|
| File Searching, how to speed it up? | 06 Jun 2007 07:19 GMT | 14 |
I have a win32 C# app that needs to recursively search for a particular file type really fast. It always searches the same place for these files. I'm using Directory.GetDirectories and Directory.GetFiles to do it currently. Because I know the location is the same every time I ...
|
| switch statement vs if-else-if | 04 Jun 2007 07:34 GMT | 1 |
Can anyone tell when to use switch statement and when to if-else-if construct? - prabhakar
|