| Thread | Last Post | Replies |
|
| Error in .net framework | 25 Feb 2005 18:38 GMT | 1 |
I have no idea what this means can someone help me? Server Error in '/' Application -------------------------------------------------------------------------------- The conversion of char data type to smalldatetime data type resulted in an
|
| need recordcount - datareader + 2 select queries or dataset ?? | 25 Feb 2005 13:29 GMT | 2 |
I need a recordcount from a query before I display the data because if the result is too large > 20 rows (up to 500 possible) I display a filter form instead to narrow down the results. From what I've learnt, I think I can either do a select count to get the number
|
| Reflection.Cache | 23 Feb 2005 21:03 GMT | 2 |
I know that the Code I’ve written will sound silly to some of you, and maybe it is. I am planning to change it. ANYWAY ;-) I do create and Initialize *a lot* (+-5000) of object (that not-quite incidentally, are also different classes). To do that I use
|
| Creating Collections in Classes | 23 Feb 2005 17:23 GMT | 1 |
Hi, can someone give links either in msdn.microsoft.com or other sites that tell me what are the best ways to create Collection properties in a class written in Visual Basic.NET? Eg., say I create a Class that instantiated allows you to get a property of
|
| Threading streams | 23 Feb 2005 15:57 GMT | 1 |
I need to write an app that monitors 1000+ sites every 5 minutes to see if they're still up. I'm using the code below (extracted from a larger generic http class we use) to do this. I launch each process as a new thread
|
| aspnet_wp.exe Grabs All CPU | 21 Feb 2005 01:16 GMT | 5 |
We have ASP.NET 1.1.4322.0 on a Windows 2000 sp4 machine with 2 processors. During a load test of 25 users the cpu goes to 100% during the test and aspnet_wp.exe is the process that is consuming the cpu. Memory for this process stays contant at around 160mb. I'm not the developer ...
|
| memory leak when using Timer control and sleep | 18 Feb 2005 20:41 GMT | 2 |
We have find memory leaks when we tried to use timer to raise event at specified interval. The OS we use is: Windows XP Professional Version 2002, service Pack 2,
|
| JIT Optimization Question\Feature request | 17 Feb 2005 03:35 GMT | 5 |
I have been pondering a performance question that I honestly do not know the answer to. I am working on a fairly large system (about 53 seperate projects so far) that is built on the .Net framework. As our solution grows larger, it is becoming more and more apparent that we ...
|
| Performance Counters zero for ASP.NET | 16 Feb 2005 12:17 GMT | 1 |
I have trie to add the following counters to a server (W2K3 IIS6.0): ASP.NET ASP.NET Applications ASP.NET Apps v1.1.4322
|
| Performance counter and average value display | 16 Feb 2005 02:55 GMT | 1 |
I'm trying to measure call time for some methods and want this to be displayed in the performance monitor. I wan't the average time to be displayed and it should 'stabilize' the
|
| GC Thread causing aspnet worker process to crash? | 15 Feb 2005 22:43 GMT | 2 |
I have a situation where it looks like the GC thread is causing the aspnet worker process to crash with eventID 1000 (process stopped unexpectedly). This is happening only in the dual xeon boxes in our farm. The app runs fine in the pentium boxes we have in the farm. I created a ...
|
| Constants slower than array properties? | 15 Feb 2005 15:27 GMT | 5 |
In the code below the for loop using items.Length seems to run faster the majority of the time compared the the for loop using the constant MAX_ITEMS. Why? I'm pretty sure in C++ this wouldn't be the case. When comparing assembly code the C++ compiler optimized that compare ...
|
| Virtual Bytes growing for asp.net process | 14 Feb 2005 22:21 GMT | 2 |
We are having a problem with our dot net app in production. The virtual bytes of the aspnet worker process keeps growing and after a certain point, the app starts throwing outofmemoryexceptions. At this point we have to recycle the worker process to process any further request. A ...
|
| Memory leak in BinaryFormatter? | 14 Feb 2005 21:49 GMT | 2 |
I try to serialize a dataset with the BinaryFormatter. The size of the dataset is about 23mb. When i call the serialise method of the BinaryFormatter, the memory used by my process goes from 51500k to 256736k as reported by the task manager and there is nothing i can do to ...
|
| First vn.net app to launch takes ages | 14 Feb 2005 11:51 GMT | 6 |
anyone know why it is that my first .net app that i launch takes a long time , but then all subsequent apps to launch load at a normal speed. are base classes being loaded into memory first time round , can i run
|