Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Tue, 15 Apr 2008 14:04:21 -0700,    group: microsoft.public.dotnet.framework.windowsforms.controls        back       


".resx" files not kept up-to-date by Visual Studio   
Hi there,

Can anyone explain why the assembly qualified names seen in the ".resx" file 
for each form in an application aren't kept up-to-date by Visual Studio. For 
instance, if a dialog uses a user control from some other library in the 
same solution, the user control's assembly qualified name will appear in the 
dialog's ".resx" file. Each time the control's library is compiled however, 
the library's version is incremented but the ".resx" file continues to show 
the original version number. How then does Visual Studio load it when the 
dialog is displayed in the Visual Studio designer? If all projects are 
signed then the control's library identity won't match what's in the '.resx" 
file but Visual Studio seems to ignore this. Can anyone shed any light on 
the situation? Thanks in advance.
date: Tue, 15 Apr 2008 13:55:51 -0400   author:   Larry Smith

GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?   
GC.Collect() not cleaning memory, how to find out what references to lots of 
memory still exist?

When all my processign is done i set everything to null and then:
GC.Collect();
and then
GC.WaitForPendingFinalizers();
but it still shows that my process takes 400 MB of memory. Is there any easy 
way to see what references that I forgot to set to null so that the memory 
cleas up on GC.Collect() ?
date: Tue, 15 Apr 2008 14:04:21 -0700   author:   DR

Re: GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?   
STOP MULTI-POSTING NOW! ppl told you already...

"DR"  wrote in message 
news:enoiwF0nIHA.2292@TK2MSFTNGP03.phx.gbl...
> GC.Collect() not cleaning memory, how to find out what references to lots 
> of memory still exist?
>
> When all my processign is done i set everything to null and then:
> GC.Collect();
> and then
> GC.WaitForPendingFinalizers();
> but it still shows that my process takes 400 MB of memory. Is there any 
> easy way to see what references that I forgot to set to null so that the 
> memory cleas up on GC.Collect() ?
>
date: Wed, 16 Apr 2008 11:02:12 +0100   author:   Leo Seccia

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us