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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|