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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
assembly loading28 Feb 2008 13:12 GMT4
Does mscoree.dll use MajorRuntimeVersion and MinorRuntimeVersion
variables of the struct IMAGE_COR20_HEADER to determine which CLR
Version to use for a particular .NET assembly given no app.config is
present?
setting Struct-s via Reflection27 Feb 2008 16:32 GMT1
Due to special requirements, I must create my own
serialization/deserialization solution using .Net2.0. The idea looks straight
forward: I use Reflection to navigate through the objects and get/set their
fields (and also add/retrieve my own special stuff). However,
!threadpool SOS command output25 Feb 2008 12:18 GMT2
I have the following SOS output:
0:000> !threadpool
CPU utilization 100%
Worker Thread: Total: 2 Running: 0 Idle: 2 MaxLimit: 25 MinLimit: 2
ReflectionOnlyLoadFrom vs LoadFrom15 Feb 2008 21:20 GMT1
If an assembly is loaded into the appdomain using ReflectionOnlyLoadFrom API,
how can I change it to Assembly::LoadFrom? Or, is it ok to load an assembly
using LoadFrom even if it had already loaded using ReflectionOnlyLoadFrom ?
GenerateCeeMemoryImage / GenerateCeeFile14 Feb 2008 13:26 GMT1
Hello group,
I am using the unmanaged API to create assemblies, emitting methods
into it, adding VTableFixup-entries and then saving it to disk. Then I
use the managed methods from unmanaged code, using LoadLibrary/
When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ?13 Feb 2008 09:22 GMT1
When a clr has the input type of SqlString it causes nvarchar(4000) to be
the parameter type of the function in sql server. how to modify my CLR
function to use nvarchar(max) ?
I'm calling Marshal.ReleaseComObject but com objects are still leaking. How to properly release MODI.Document??05 Feb 2008 23:15 GMT1
I'm calling Marshal.ReleaseComObject but com objects are still leaking. How
to properly release MODI.Document??
      private void Form1_Load(object sender, EventArgs e)
       {
ICorModule interface05 Feb 2008 19:04 GMT3
Does anyone know how to get to the ICorModule interface? There is
documentation about
it on MSDN for the 3.5 .NET framework but in a post[1] in 2004 a MS
employee (?) says the
Internal working CLR when referencing a 1.1 lib from a 2.0 (or     higher) asp.net application?01 Feb 2008 09:05 GMT3
I have a question about the internal working of the CLR when it comes
to a 2.0 (or higher) asp.net app referencing a library written in 1.1.
How does the CLR handles this? Does is start CLR 2.X.X and CLR 1.1.X.X
(if so what kind of performance problemes gives this, is there any
 
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.