Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ICodeCompiler Leaking File Handles in 1.1 FW?05 Dec 2003 16:44 GMT3
This code (in a containing class which is re-instantiated for the second
compile) results in a generated executable that is stuck "in use" (can't be
removed etc) until the process itself terminates. I've tried several detours,
none of which help. Any suggestions, or is it a FW bug?
Managed Heap04 Dec 2003 17:44 GMT5
simple question: does an AppDomain have one Managed Heap, or has every
Application in the AppDomain it's own?
Does anybody know source on the net about that?
Thanks,
CLR Profiler is not working with managed service04 Dec 2003 15:34 GMT5
I am trying to profile a managed window service and I am not having any
luck.
Here is what I am doing:
1) Click on file menu and choose Profile Service.
Config-files04 Dec 2003 07:42 GMT1
Binding policy can happen at several levels :
 - Application-policy resolution      (e.g. myapp.exe.config)
 - Publisher-policy resolution        (installed in the GAC)
 - Administrator-policy resolution    (machine.config located at
CodeDOM: MemberAttributes.New in nested CodeTypeDeclaration03 Dec 2003 21:36 GMT1
I am trying to generate a class hierarchy like this:
public class A {
   public class A.Helper {
   }
Using the GetValue method of Reflection Types and obtaining local variables03 Dec 2003 18:29 GMT6
I am trying to scan an method or constructor at runtime for whatever local
variables it may have using Reflection.
So far my code looks basically like this
methodInfo=stackFrame.GetMethod().GetType(); //Returns the appropriate
Reflection.Emit problem03 Dec 2003 18:14 GMT1
I hope this is the right NG for this question.
I got a problem generating IL via Reflection.Emit.
I cannot generate the code for this simple class:
class Class1
Is it possible to install GAC at other location ?02 Dec 2003 16:42 GMT3
Is it possible to have the GAC installed on a different drive than the
system drive, so not installed on c:\winnt\assembly.
This question because I work on a PC where I don't have any rights to
write/install anything on the system drive.
Leaking GCHandles?02 Dec 2003 03:42 GMT15
My .NET Windows Service seems to be leaking GCHandles... after a days of
running PerfMon shows 1,800,000 (roughly) GCHandles in use and it climbs
steadily as my application runs.
My app. makes heavy use of Interop.  My understanding of a GCHandle is it's
__pin PtrToStringChars  01 Dec 2003 16:58 GMT1
#include <vcclr.h
To keep our code a little "cleaner" I'd like to encapsulate the converting of System::Strings to char pointers
I know putting the code in a function will not work because when the __pin goes out of scope, the string is no longer locked in memory
Would making the ...
Loading an "embedded" resource using C++01 Dec 2003 13:36 GMT1
Problem 1
I added an icon to the resource files folder in my project. I've look everywhere for the selection "Embedded Resource".  I've right clicked to get property pages and used View Property pages.  I'm incredibly dense or it just ain't there
So I assumed that C++ projects do ...
Pages: 1 2 3 November, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.