<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.dotnet.framework.clr Google Group</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr</link>
  <description>Microsoft .NET technology newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Gen 0 Garbage collection - Reqarding freed memory.</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/09516d874e5db82b?show_docid=09516d874e5db82b</link>
  <description>
  The link you gave is for the compact framework and GC works very different. &lt;br&gt; There is compaction in the .net 2.0 clr &lt;br&gt; you can refer to the below ppt which explains it. We have opened a MS &lt;br&gt; premier case on the issue so I will close this thread. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blogs.msdn.com/tess/attachment/8402569.ashx&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/09516d874e5db82b?show_docid=09516d874e5db82b</guid>
  <author>
  mi...@discussions.microsoft.com
  (Mike W)
  </author>
  <pubDate>Fri, 09 一月 2009 03:49:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Gen 0 Garbage collection - Reqarding freed memory.</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/0eb7b0ab9c045287?show_docid=0eb7b0ab9c045287</link>
  <description>
  There can only be two reasons for gen 0 having objects after a collection - &lt;br&gt; It&#39;s not garbage, or it&#39;s garbage and it is a memory leak. For ASPX pages i &lt;br&gt; wouldn&#39;t worry about it because of caching and optimization which may keep &lt;br&gt; page objects around till the next request. What would be interesting is if
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/0eb7b0ab9c045287?show_docid=0eb7b0ab9c045287</guid>
  <author>
  (Alvin Bruney [ASP.NET MVP])
  </author>
  <pubDate>Fri, 09 一月 2009 02:00:48 UT
</pubDate>
  </item>
  <item>
  <title>RE: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/fc7a207cc8f08067/039e77955a3782b2?show_docid=039e77955a3782b2</link>
  <description>
  I had the exact same error and uninstalling the 3.5 SP1 solved my issue. &lt;br&gt; Before, I would have to delete all of the files in the &lt;br&gt; C:\Windows\Microsoft.NET\Frame work\v2.0.50727\Temporary ASP.NET Files folder &lt;br&gt; for visual studio to stop crashing. &lt;br&gt; By the way, I&#39;m running Vista 64, VS2008 with ReSharper 4.1.
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/fc7a207cc8f08067/039e77955a3782b2?show_docid=039e77955a3782b2</guid>
  <author>
  cconwa...@discussions.microsoft.com
  (CConway25)
  </author>
  <pubDate>Thu, 08 一月 2009 21:49:28 UT
</pubDate>
  </item>
  <item>
  <title>RE: Dynamic creation of a generic type with a generic base</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/bad70644a93b1bc2?show_docid=bad70644a93b1bc2</link>
  <description>
  The documentation for MakeGenericType is a real tease: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/system.type.makegenerictype.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It shows an example of &amp;quot;public class Derived&amp;lt;V&amp;gt; : Base&amp;lt;int,V&amp;gt;&amp;quot;, and says: &lt;br&gt; To generate Derived in a dynamic assembly, it is necessary to construct its &lt;br&gt; base type. To do this, call the MakeGenericType method on a Type object
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/bad70644a93b1bc2?show_docid=bad70644a93b1bc2</guid>
  <author>
  kenbeck...@discussions.microsoft.com
  (Ken Beckett)
  </author>
  <pubDate>Tue, 06 一月 2009 21:03:03 UT
</pubDate>
  </item>
  <item>
  <title>Solution</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/57a4fb831e665d84?show_docid=57a4fb831e665d84</link>
  <description>
  After hours of searching, finally found the solution: &lt;br&gt; Although BaseType is read-only, there is a &amp;quot;SetParent(Type parent)&amp;quot; method &lt;br&gt; that can be used to set the base type after calling DefineType. Yeah, that&#39;s &lt;br&gt; so obvious... not! I mean, I&#39;ve used read-only properties with separate &lt;br&gt; setters, but SetBaseType() would have been much more obvious.
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/57a4fb831e665d84?show_docid=57a4fb831e665d84</guid>
  <author>
  kenbeck...@discussions.microsoft.com
  (Ken Beckett)
  </author>
  <pubDate>Tue, 06 一月 2009 21:16:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Dynamic creation of a generic type with a generic base</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/7e8d5b136ef66563?show_docid=7e8d5b136ef66563</link>
  <description>
  var newList = moduleBuilder.DefineType(&amp;quot;NewL ist&amp;quot;, TypeAttributes.Public); &lt;br&gt; var genericParameters = newList.DefineGenericParameter s(&amp;quot;T&amp;quot;); &lt;br&gt; newList.SetParent(typeof(List&amp;lt; &amp;gt;).MakeGenericType(genericPara meters[0]); &lt;br&gt; newList.CreateType(); &lt;br&gt; I don&#39;t know why TypeBuilder has a readonly &amp;quot;BaseType&amp;quot; property but a
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/7e8d5b136ef66563?show_docid=7e8d5b136ef66563</guid>
  <author>
  jmost...@xs4all.nl
  (Jeroen Mostert)
  </author>
  <pubDate>Tue, 06 一月 2009 21:05:19 UT
</pubDate>
  </item>
  <item>
  <title>Dynamic creation of a generic type with a generic base</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/3a3e09431ca0000d?show_docid=3a3e09431ca0000d</link>
  <description>
  How can you dynamically create a new generic type that has a generic base &lt;br&gt; type that needs a generic parameter? &lt;br&gt; From what I can tell from the API, this isn&#39;t possible... because: &lt;br&gt; 1) To define a new type, you call DefineType on a ModuleBuilder, and you &lt;br&gt; must pass in the Type of any base class at this time. The call returns a
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/817c04df65f36a58/3a3e09431ca0000d?show_docid=3a3e09431ca0000d</guid>
  <author>
  kenbeck...@discussions.microsoft.com
  (Ken Beckett)
  </author>
  <pubDate>Tue, 06 一月 2009 20:04:11 UT
</pubDate>
  </item>
  <item>
  <title>M: IBM Thinkpad T41 + telakka</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/372ec8493dd73ba1/729c19dc1db8155d?show_docid=729c19dc1db8155d</link>
  <description>
  Wikipedia &lt;br&gt; _____________ &lt;br&gt; 2/ Käytetyn ydinpolttoaineen huollon vaihtoehdot. &lt;br&gt; KTM Energiaosaston virallista julkaisumateriaalia. &lt;br&gt; 10/1999 OY EDITA AB &lt;br&gt; Markku Anttila &lt;br&gt; Mikael Björnberg &lt;br&gt; Seppo Vuori &lt;br&gt; _____________ &lt;br&gt; Ydinvoimalaitosten polttoainekierron suunnittelun lähtökohtana pidettiin &lt;br&gt; aluksi yleisesti periaatetta, jossa halkeamiskelpoisten aineiden
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/372ec8493dd73ba1/729c19dc1db8155d?show_docid=729c19dc1db8155d</guid>
  <author>
  e...@messina.org
  (Esa Mäki)
  </author>
  <pubDate>Tue, 06 一月 2009 16:18:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Gen 0 Garbage collection - Reqarding freed memory.</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/e5b80316e54e897e?show_docid=e5b80316e54e897e</link>
  <description>
  thanks for the reply but I don&#39;t believe that is the issue, I&#39;m leaning &lt;br&gt; towards something pinning the memory. but I appreciate the feedback.
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/e5b80316e54e897e?show_docid=e5b80316e54e897e</guid>
  <author>
  mi...@discussions.microsoft.com
  (Mike W)
  </author>
  <pubDate>Tue, 06 一月 2009 13:55:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Gen 0 Garbage collection - Reqarding freed memory.</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/3373d90205c33dd8?show_docid=3373d90205c33dd8</link>
  <description>
  One thing that comes to mind - Page is IDisposable. Was Dispose called on &lt;br&gt; it? If not maybe it&#39;s lingering around for a pending finalizer? I&#39;m not &lt;br&gt; really a GC expert but I saw that no one had replied so I thought I&#39;d chime &lt;br&gt; in. &lt;br&gt; Josh Einstein
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/3373d90205c33dd8?show_docid=3373d90205c33dd8</guid>
  <author>
  josheinst...@hotmail.com
  (Josh Einstein)
  </author>
  <pubDate>Tue, 06 一月 2009 05:39:48 UT
</pubDate>
  </item>
  <item>
  <title>Where you can add a touch of romance to success and achievement! Find your perfect match at free of cost</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/40e16359b8e67e62/640d5255c90c3186?show_docid=640d5255c90c3186</link>
  <description>
  Where you can add a touch of romance to success and achievement! &lt;br&gt; Find your perfect match at free of cost &lt;br&gt; FREE SIGN UP &lt;br&gt; Verify Photos/Age &lt;br&gt; Verify Education &lt;br&gt; Verify Occupation &lt;br&gt; Contact 1,072,566 quality members now! &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.marriagedatabank.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/40e16359b8e67e62/640d5255c90c3186?show_docid=640d5255c90c3186</guid>
  <author>
  soja...@gmail.com
  (sojankf)
  </author>
  <pubDate>Fri, 02 一月 2009 10:27:28 UT
</pubDate>
  </item>
  <item>
  <title>.Net CLR Networking counters</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/b37e60b84f0beecb/e10036bba1ad3e48?show_docid=e10036bba1ad3e48</link>
  <description>
  Hello, &lt;br&gt; I am trying to use the .Net CLR Networking counters on a XP professional &lt;br&gt; system and all values are 0 although I have connections and a lot of bytes &lt;br&gt; are sent back and forth. Is thre anything I need to enable to get it to work? &lt;br&gt; I would appreciate any help.
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/b37e60b84f0beecb/e10036bba1ad3e48?show_docid=e10036bba1ad3e48</guid>
  <author>
  russ...@discussions.microsoft.com
  (Russ_Bam)
  </author>
  <pubDate>Fri, 02 一月 2009 00:35:01 UT
</pubDate>
  </item>
  <item>
  <title>Gen 0 Garbage collection - Reqarding freed memory.</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/7414d25cd25d7607?show_docid=7414d25cd25d7607</link>
  <description>
  I thought I had a pretty good handle on the GC until I started using the &lt;br&gt; DumpGen command in SOSEX. In my testing I found that during a GC, the memory &lt;br&gt; in Gen 0 was not being freed. Or at least that is how it appears. &lt;br&gt; I was purposely doing a GC.Collect to see what got left over in trying to &lt;br&gt; see what had some objects locked.
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/9a62862ea6655ab0/7414d25cd25d7607?show_docid=7414d25cd25d7607</guid>
  <author>
  mi...@discussions.microsoft.com
  (Mike W)
  </author>
  <pubDate>Thu, 01 一月 2009 05:42:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can I do side-by-side execution of ActiveX inside .Net form?</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/49779112f68694b1/a4de46cf659091ed?show_docid=a4de46cf659091ed</link>
  <description>
  Alvin, I appreciate your patience with me. Let me be clear. The &lt;br&gt; ActiveX control (ATL) is unmanaged code written in C++ (a long time &lt;br&gt; ago in a galaxy far away). It is used via Interop in a .Net control &lt;br&gt; library (that is hosted inside a .Net container). Thus it is the C++ &lt;br&gt; control that I want to have SxS execution so it need not be
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/49779112f68694b1/a4de46cf659091ed?show_docid=a4de46cf659091ed</guid>
  <author>
  sralp...@charter.net
  (sra)
  </author>
  <pubDate>Tue, 23 十二月 2008 17:00:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can I do side-by-side execution of ActiveX inside .Net form?</title>
  <link>http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/49779112f68694b1/96de5cb819465aa9?show_docid=96de5cb819465aa9</link>
  <description>
  have a google for &amp;quot;self registering .net&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com.tw/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/49779112f68694b1/96de5cb819465aa9?show_docid=96de5cb819465aa9</guid>
  <author>
  (Alvin Bruney [ASP.NET MVP])
  </author>
  <pubDate>Tue, 23 十二月 2008 16:40:23 UT
</pubDate>
  </item>
  </channel>
</rss>
