| Thread | Last Post | Replies |
|
| Embedded Device CLR | 14 Oct 2003 19:28 GMT | 2 |
I am researching the use of the CLR as a core OS for cheap embedded devices. I am not having a great deal of luck finding resources on the subject of truly embedded CLR other than the compact framework. The presentation (below) that I found discusses the "Lantronix .net CLR for
|
| Instances of .Net CLR? | 14 Oct 2003 08:03 GMT | 3 |
Just want to know whether a new instance of CLR is started for each .net application or a single instance of CLR manages the execution of all .net applications on a machine?
|
| Making Component descendant to stream embeded properties | 14 Oct 2003 07:53 GMT | 2 |
I have one class that descends from Component which has few public propertis where some of them are also objects with their own public properties. The problem is that when I create in VS new descendand of this class and open it in component desinger the only properties that are ...
|
| % Time in GC for Dual CPU Machine | 14 Oct 2003 01:53 GMT | 1 |
In a sample web application running on a 2 CPU machine, I have the following Performance Counter values: Average % Processor Time - Total = 67% Average % Processor Time - aspnet_wp = 109%
|
| ReferencedAssemblies - specify version?? | 13 Oct 2003 22:03 GMT | 6 |
I am compiling code on the fly and it has been working great; however I recently made a change to one of my external class libraries that I am referencing and the version changed, now I have 2 versions of the
|
| .NET CLR Profiler | 13 Oct 2003 21:03 GMT | 4 |
I heard about Microsoft's .NET CLR Profiler at TechEd and downloaded it. It is capable of showing all kinds of stuff, but I can't say I really understand what it's trying to show me. I'm reading as much as I can about the profiling API and other profilers trying to get some
|
| Watch that important package from Microsoft | 13 Oct 2003 17:00 GMT | 1 |
Microsoft Client this is the latest version of security update, the "October 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| pdb access through ISysWrapper | 10 Oct 2003 19:40 GMT | 1 |
I would like to access .net debugging data that stored in pdb's using C#. I found the ISysWrapper assembly, which provices access to the System.Diagnostics.SymbolStore implementation, but cannot for the life of me figure out how to properly invoke "SysBinder.GetReader(int
|
| Compiling dynamic data at design time | 09 Oct 2003 22:08 GMT | 1 |
I have a complicated problem involving dynamic data that needs to be read at design time. Here's the situation: I have a database table called Categories (fields:
|
| Heap counters/size | 09 Oct 2003 19:39 GMT | 1 |
I have configured Perfmon to monitor the HeapSize of a specific instance of an application. If I compile that application in debug mode it works as expected. If I compile in release mode it does not. Is this expected behavior?
|
| Serializing Events with Handlers... | 09 Oct 2003 10:01 GMT | 3 |
I have a question relating to serializing a class that contains events. Basically I want serialize a class (class1) that publishes an event (event1). Subscribers to event1 could be any type of class and some of the subscribers may not be serializable.
|
| DLL Hell in .NET | 07 Oct 2003 16:13 GMT | 9 |
What are the under-lying DLLs or libraries that .NET is sitting on which after installing another program will cause the entire .NET Framework to fail?
|
| Is this an appropriate place to ask about CIL? | 07 Oct 2003 05:04 GMT | 2 |
Partition III, section 1.1.2 says "A CLI Boolean type occupies one byte in memory. A bit pattern of all zeroes denotes a value of false. A bit pattern with any one or more bits set (analogous to a non-zero integer) denotes a value of true."
|
| Microsoft Drops The Ball! | 07 Oct 2003 04:02 GMT | 1 |
I have been using VB.NET since its beta release a few years ago. I was blown away by its debugging capabilities. The ability to drill down into the member variables of an object in the watch window was
|
| DEVPATH is not set. Falling through to regular bind. | 07 Oct 2003 01:39 GMT | 1 |
I have configured my machine.config file to have the <runtime> <developmentMode developerInstallation="true"/> </runtime>
|