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
all groups > dotnet clr > august 2007

Filter by week: 1 2 3 4 5

incorrect assembly format combined c++ c# on vista64
Posted by SGRing at 8/24/2007 12:58:02 PM
I have an x86 managed c++ dll. I can access it without problems from c++ or c# on 32 bit platforms. On vista64, I can use it from a 32 c++ application. But, on vista64, if I try to load it from a c# application (targeting either the x86 or the x64 platform) I get "Could not load file or assemb...more >>


CLR hosting: unhandled exceptions and reliability
Posted by Skarmander at 8/23/2007 11:18:36 PM
I'm trying to run multiple independent processes in separate AppDomains. Ideally, these processes should be restartable after failure (which hopefully occurs very rarely). I had assumed that, since AppDomains are supposed to provide isolation, an unhandled exception in an AppDomain would cau...more >>

loading referenced assemblies from a stream or bytes
Posted by Dave at 8/22/2007 1:58:09 AM
I want to be able to read then dynamically load a main and dependent assemblies from encrypted sources. I can get the load the first one into memory by using assembly.load from bytes. Is there a way to do this for the referenced assemblies as well? Not system assemblies but the others that ...more >>

new with clr project
Posted by Font at 8/15/2007 10:37:34 PM
Hi.. I have Visual Studio Standard edition and I wish to develpment a CLR store procedure but I don't find the database project template. Is possible to make a CLR Store Procedure in VS Standard Ed. or not? if is possible, how I can do that? Thaks ...more >>

Mutliple calls to Assembly.Load()
Posted by AL at 8/15/2007 3:34:00 AM
Hi I was wandering if anyone knows what the effect of calling Assembly.Load() mutiple times for the same assembly will be in regard to loading the assembly into the AppDomain. I know that once it has been loaded, it cannot be unloaded until the AppDomain is shutdown, however, will callin...more >>

.NET Framework 3.5 -- What version of the CLR is used?
Posted by Dan Edgar at 8/13/2007 6:00:02 AM
This is probably a very basic question, but I cannot seem to find any Microsoft documentation regarding the answer. Is there a new version of the CLR for .NET Framework 3.5? If not, is the 2.0 CLR being modified by the .NET Framework 3.5 install to include "red bits" / "green bits" to the ...more >>

Using managed code in unmanaged app
Posted by Schemer at 8/8/2007 5:51:18 PM
Hello, I am interested in calling managed code from an unmanaged app. I have been able to do it using a C++ wrapper to call in to a C# dll using ExecuteInDefaultAppDomain(). That is a pretty restrictive method, though. Is there a way to use an arbitrary managed code library from unmanage...more >>

source file and line numbers for mdMethodDef
Posted by at 8/8/2007 5:37:54 AM
Hi, I have mdMethodDef and IMetaDataImport. I can use to to figure out the name and class of the method using GetMethodProps. How do I find the source-file and line number that this method is defined,? I do have the pdb files. Thanks, ~jyoti ...more >>




DevelopmentNow Blog