| Thread | Last Post | Replies |
|
| ANN: .NET Memory Profiler 2.0 Released | 18 Feb 2004 19:41 GMT | 3 |
SciTech Software is pleased to announce that .NET Memory Profiler 2.0 has just been released. .NET Memory Profiler is a powerful tool for finding memory leaks and optimizing the memory usage of .NET Programs.
|
| Old version of CLR | 18 Feb 2004 19:41 GMT | 2 |
Can I un-install V1.0 of the framework leaving V1.1 installed without any ill effects? Thanks
|
| Button click single | 18 Feb 2004 13:37 GMT | 6 |
I have been creating an Button using .Net C#. Once the user clicks the button, the click event handler will perform task A. This normally takes around 2 minutes During this 2 minutes, the user must not be allowed to click this button again However, once the user clicks multiple ...
|
| asynchronous delegate problem | 18 Feb 2004 06:26 GMT | 2 |
I have a delegate which I call BeginInvoke on. I use the waithandle.WaitOne to wait for the delegate to finish. If there is an exception in the delegate call, waithandle.WaitOne returns true and the asyncresult.IsFinished(Completed) also returns true.
|
| .NET Assembler Structure | 18 Feb 2004 04:04 GMT | 4 |
Hello friends, I am finishing my Computer Science graduation this year, and I have to make a final project for it. As I'm working with Microsoft .NET, my idea is to write my project
|
| Transitive references | 17 Feb 2004 16:07 GMT | 5 |
If I create a BaseClass in a BaseAssembly, then derive a MiddleClass in a MiddleAssembly from the BaseClass, a TopAssembly that derives a TopClass from MiddleClass (or just creates a MiddleClass instance) needs to reference both MiddleAssembly and BaseAssembly at compile
|
| mscorwks.dll could not be loaded (although I have installed Framework 1.1) | 17 Feb 2004 12:26 GMT | 4 |
With certain combinations of my app's dll's, my app fails at startup with the message ...\V1.1.4322\mscorwks.dll could not be loaded I do in fact have the .NET Framework 1.1 installed on my machine, and I can run other applications with it I have a feeling it has to do with my ...
|
| pdb access through ISymWrapper | 15 Feb 2004 05:39 GMT | 3 |
Let me give a quick user story here: I need to be able to go from a byte offset in a method body to a line of source code reference. I need to do this statically, without the application being run in the debugger or otherwise. I would really
|
| Performance, Scaling and GC | 13 Feb 2004 14:58 GMT | 9 |
All I am in the process of load testing an application and I am not happy with the scalabity of the preliminary system. Under a moderate load of 300-400 users per test machine (Dual P4-700,3 Gig of ram), I am noticing some very slow page loads. To simulate the load, I have been ...
|
| Runtime and OS report different mem usage | 13 Feb 2004 13:59 GMT | 1 |
I am working on a pure managed windows application that creates large byte arrays at run time. In fact it creates a 50M byte array when the application starts public static byte[] buffer = new byte[1024*1024*50] I am using System.GC.GetTotalMemory() to monitor the memory usage. It ...
|
| XmlSerializer.Serialize | 13 Feb 2004 01:33 GMT | 3 |
I have made a method that would take any object o and an array of extraTypes to construct a XmlSerializer object then call .Serialize(stream, object)... When I have this called within the same method as the type it works fine but when I am passing this type and the extra types ...
|
| Serializing/DeSerializing System.Drawing.Cusrsor object looses the hotspot | 12 Feb 2004 17:23 GMT | 3 |
We are trying to Serialize a System.Drawing.Cursor object and Deserialize it. Before serializing the cursor behaves correctly but when we serialize and use a deserialized object, the hotspot (the cursor pointer) is not where it is expected to be. We tried both binary and soap ...
|
| Manipulating printer jobs | 12 Feb 2004 17:20 GMT | 1 |
Sorry if I'm cross-posting, but I'm not sure what is the better post this question. It's about joining together many printer jobs into a single one. Note: this is not a Crystal Reports question. I'm using Crystal Reports to print a report by using the ReportDocument's
|
| A DotNet Severe Limitation ? | 11 Feb 2004 14:07 GMT | 2 |
I believe I have found a severe limitation of DotNet, with respect to hosting Windows Form Controls in WebPages. It appears this is only possible when the web is configured on Port 80. Any other port and the control will not display.
|
| embedded winforms in IE wont cache | 10 Feb 2004 18:46 GMT | 2 |
I have a problem. The issue is that my embedded winforms in IE will not cache no matter how hard i try. They seem to goto the download assembly cache but they dont load from there like the framework documentation has stated. I have tried versioning, strong naming, and everything ...
|