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 > august 2004 > threads for august 1 - 7, 2004

Filter by week: 1 2 3 4 5

Using same Config file for multiple projects??
Posted by Sunmax at 8/5/2004 3:47:09 PM
Can we use the same App.config file for multiple projects each having a different .exe name? Thanks -Sunmax ...more >>

Perfmon | .NET CLR Counters | # bytes in all Heaps always reports 0
Posted by creepiecrawlies NO[at]SPAM hotmail.com at 8/5/2004 10:46:18 AM
I'm debugging a C#.NET / MC++.NET / UC++ application which is having memory problems after 10-20 hours of runtime. I've already read a few dozen threads on similar issues, so I'm not gonna go into tons of detail. Every perfmon log I've collected so far display # of byes in all heaps as 0 alwa...more >>

WOW64
Posted by Stefano at 8/5/2004 6:42:54 AM
I'm using a 64bit machine for testing its performances and I wonder if is possible to use .net objects (1.0 or 1.1) under WOW64. THX Stefano...more >>

IMetaDataEmit->DefineCustomAttribute returning E_INVALIDARG - bug?
Posted by Brian Tyler at 8/4/2004 4:51:46 PM
I am doing some work on a very large assembly (lots and lots and lots of methods in here). I have created a new method and it gets assigned a token of 0x06000822. I then go to add a custom attribute to it, but DefineCustomAttribute returns E_INVALIDARG (this is v1.1). Using the disassembly vie...more >>

Reflection and GetField
Posted by Eric at 8/3/2004 12:22:24 PM
Hi, I'm trying to find a field in a object. I use this function: pObj.GetType().GetField(pstrFieldname) But it seems that he finds only fields which are initiated. Ex.: Public Class xy Dim zz as YY End Class Public Class YY Dim str as String End Class If...more >>

Updating a dynamically generated type
Posted by Eugene at 8/1/2004 6:49:22 PM
Hi, Is there a way to update a dynamically created type without having to rebuild it from scratch? I know that once you use the CreateType() method, you cannot define more methods on a TypeBuilder instance but it is possible to add more types to a dynamic module. So say I have a dynamic ...more >>

RE: Forcing a Large Object Heap allocation
Posted by Bruno Jouhier [MVP] at 8/1/2004 1:12:10 PM
I don't think that you have this level of control. I don't see any reason why this would be useful either. The memory manager must be properly encapsulated and should not expose this level of detail. Why do you need this? Bruno. De: "Frank" <google@xemaps.com> Objet: Forcing a Large Object...more >>



DevelopmentNow Blog