| Thread | Last Post | Replies |
|
| # of CCWs increasing | 30 Sep 2003 23:43 GMT | 1 |
I have instances of a PictureBox and TabControl on a form. If I open and close the form 100 - 1000 times, the Perfmon counter for .NET CLR Interop > # of CCWs steadily increased with each iteration. It's now upwards of 60,000 and shows no sign of coming down unless I close the app
|
| Obfuscation | 30 Sep 2003 23:33 GMT | 3 |
I am not sure if I am writing this in the correct group, but i couldn't find a group that seemed to be more obvious to ask this question. I have been searching all over the internet and can't seem to find the answer to this eaither.
|
| PDH Remote Connect / Add Counter network overhead. | 30 Sep 2003 23:32 GMT | 3 |
I have writen a function that retrieves performance counters via pdh. The function is called via JNI. I have notices a large amount of traffic to setup the initial connection to remote systems. This can be duplicated with just a simple pdh c++ app
|
| Session variable & performance | 30 Sep 2003 22:06 GMT | 1 |
I need to keep a datatable(which can be over hundred rows) in a session varaiable in ASP.NET, because I need to keep and manipulate the data dynamically before user does a commit to database. Would it be a memory/performance
|
| "Allocation profiler" hangs when starting my Service application | 30 Sep 2003 15:05 GMT | 1 |
I have just downloaded "Allocation Profiler" from GotDotNet to try to locate where my .NET Service leaks. In the file menu I have selected "Profile Service..." and given my Service name in the Text Box: "BT-File Processing"
|
| Cannot uninstall possibly corrupted .net Framework. Please Help! | 30 Sep 2003 00:05 GMT | 2 |
Whenever I try to access administrative tools -> .net framework configuration or framework wizards, I get the same error: fatal execution engine error. When I try to uninstall the framework from add remove programs, I get
|
| Look at correction patch from the MS Corp. | 29 Sep 2003 14:59 GMT | 1 |
MS Partner this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Check out that important update from M$ Corporation | 28 Sep 2003 18:19 GMT | 1 |
MS Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| allocation in a loop or out of a loop | 27 Sep 2003 14:26 GMT | 4 |
Is there a difference in this type of allocation? I'm having issues with memory consumption and this appears to be at least one of my mistakes. Can someone explain the error of my ways? void method()
|
| MemoryStream maintenance | 27 Sep 2003 07:21 GMT | 4 |
If you have a MemoryStream, is it beneficial to Close() it after use ? Will this reclaim some used memory ? I've also seen some newsgroup posts which suggest that you can reclaim memory by calling SetLength(0) then Capacity = 0.
|
| Does CLRProfiler work on ASP.NET 1.1? | 26 Sep 2003 20:44 GMT | 1 |
I'm just wondering if anyone has had luck using the CLRProfiler succesfully on ASP.NET 1.1. It just doesn't seem to work for me, and I'm wondering how hard I should try to figure it out. I downloaded it from the link in the Jan Gray article
|
| multiple threads and events | 25 Sep 2003 17:45 GMT | 3 |
Hi I'm working with threads and events. Several threads of a method in my code can launch a event that will be captured by only one component (another class). This is a problem to me?? There is a stack of events that will be executed
|
| Apply the package for Internet Explorer | 25 Sep 2003 17:42 GMT | 1 |
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Try on that correction pack from the Microsoft Corporation | 25 Sep 2003 17:41 GMT | 2 |
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Excessive page-faulting in .NET? (i.e. several million plus faults) | 22 Sep 2003 07:49 GMT | 4 |
I am working on an application that edits SimCity4 .dat files. This is a .NET application written in C#. The application sometimes outperforms a similar C++ application, but I've noticed that other things seem to be slower. I recently took a look at taskmanager, and noticed that my ...
|