Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet clr > september 2003 > threads for september 1 - 7, 2003

Filter by week: 1 2 3 4 5

How to get CLR version in runtime
Posted by Skrenek at 9/7/2003 5:20:26 PM
Can I get CLR version in runtime (just for the demo purposes)? Thanks Martin Skrenek ...more >>

Access Managed Object From Unmanaged Code
Posted by Bruce Farmer at 9/5/2003 7:06:48 PM
I am having problems accessing a managed object from unmanaged code. Specifically, I have a .NET forms application with a web service proxy. The forms application links to an unmanaged DLL which uses callbacks to receive data via TCP. The data received in the callback must be passed to ...more >>

Deserialization "cannot find the assembly" when hosting exe from own loader
Posted by Vadim Berman at 9/5/2003 6:35:25 PM
I use the simple loader that hosts the managed application (I need this to load the "svr" version on a server). I use the code suggested by Steven Pratschner [MS] in news article http://groups.google.com/groups?selm=%23nx5kl9HDHA.2256%40TK2MSFTNGP11.phx.gbl. The problem is, I cannot now deseri...more >>

How long has the machine been running.
Posted by Leigh at 9/5/2003 6:02:02 PM
I would like to find out how long my server has be up for. Is this possible using the .NET? Regards ...more >>

Memory Management
Posted by Manish Parikh at 9/5/2003 5:12:26 PM
Hi All A Show Stopper problem in our application we have a DLL which exposes some objects collections in terms of get and set properties. The objects have very heavy memory footprints (beyond 2gb) we want to have the funcionality that if the memory usage goes beyond a certain threshold lim...more >>

Exceptions in event firing
Posted by André_Baptista at 9/5/2003 2:06:25 PM
Hi all. This case was tried in VC++.NET. I subscribe a .NET event from a remote client app (just=20 add it up to the event delegator). My server app fires the event and everything goes well=20 across the network. Now imagine the client app suddenly goes down (either the=20 app misbehaves ...more >>

Writing Code for Semi-trusted Environment
Posted by Ivan Medvedev [MS] at 9/5/2003 12:54:24 PM
I have put an article on the subject in my blog at http://blogs.gotdotnet.com/ivanmed. I am sure it will be interesting to many of you, especially in the dotnet.security group, so please feel free to check in out and leave your comments! Thanks, --Ivan This posting is provided "AS IS" with no...more >>

CLR designers: Anonymous delegates + events?
Posted by Matt Mastracci at 9/4/2003 12:51:25 PM
I was just reading an earlier thread about how events are strong references and that subscribing to an event ties your object's lifetime to that of the event source. Here's my question: In the next release of the C# language, that is supposed to support anonymous delegates, how would you be...more >>



One DLL - Two apps?
Posted by F Vicaria at 9/4/2003 10:56:33 AM
Is it possible to have 2 .NET applications sharing the same .NET DLL in memory? Meaning I don't want each app to have its own copy (and the DLL is a .NET dll). Thanks. -- Regards, Fernando "Tell me and I will forget; show me and I may remember; involve me and I will understand." ...more >>

CLR Version under DllHost.exe
Posted by saar NO[at]SPAM bigfoot.com at 9/4/2003 6:05:26 AM
Hi Console application run under the workstation of the CLR. I know how to host the CLR in unmanaged process and load it as server. What happens when ServicedComponent runs under COM+ server application? Which version of the CLR is loaded in the DllHost.exe process? If it's the workstati...more >>

Soft and weak references
Posted by Dmitry Shaporenkov at 9/4/2003 1:10:49 AM
Hi all, it seems for me that in Java world there is much freedom in controlling the garbage collector than in .NET: JDK includes SoftReference and WeakReference classes, while .NET supports only WeakReferences. Is there any way to simulate soft references in .NET? Or why they are missed...more >>

Will there be changes to CLR with the new release of Yukon?
Posted by Jim at 9/3/2003 10:44:02 AM
With the next version of MSFT SQL Server (Yukon) will the CLR (Common Language Runtim) change? If it will change will this effect any applications we have written? Thanks Jim ...more >>

Remoting Security Restrictions between v1.0 and v1.1
Posted by Christopher Pragash at 9/2/2003 2:41:01 PM
Hello All, I'm facing a serious development issue here concerned with .NET Remoting. I developed a .NET Remoting Service (Server Activated) under .NET Framework version 1.0. I test it by hosting the remoting component under a console application and it worked fine. Then I had to deploy my remo...more >>


DevelopmentNow Blog