all groups > dotnet clr > august 2003 > threads for august 1 - 7, 2003
Filter by week: 1 2 3 4 5
Please confirm my assumption
Posted by Ben Rush at 8/7/2003 10:43:41 AM
I have a managed DLL called A.DLL for some managed executable B.EXE. If
the runtime is going to be able to load A.DLL for B.EXE's use (probe it and
load it), it (the DLL) will either have to be in the local directory w/
B.EXE, a sub-directory of said local directory (which would have to be
c... more >>
HttpWebRequest.GetRequestStream() throws WebException (timeout)
Posted by putt NO[at]SPAM multex.com at 8/6/2003 7:21:40 PM
In certain cases, the method HttpWebRequest.GetRequestStream() throws
a WebException (timeout.) This only seems to happen in very specific
cases.
The main thread is executing an asynchronous HTTP POST request
specifying a callback. When that callback is invoked, it itself
executes a second HT... more >>
One Basic Question about BaseDirectory
Posted by news.microsoft.com at 8/5/2003 3:48:21 PM
Is there anyway that I can change an application's basedirectory? I an
hosting an Windows usercontrol in IE and the user control refers other
assemblies, from those assemblies I want to change the basedirectory.
Thanks,
Rajan.
... more >>
Can ICorProfilerCallback be implemented in managed code?
Posted by Tony A. at 8/4/2003 10:25:27 PM
I've been looking into the CLR profiling interfaces for a project I'm
working on, and I was wondering if it's possible at all to implement them in
C# instead of unmanaged C++? I'd prefer to work in C# if possible, just for
design reasons, but I'm thinking that it may not be possible to have the
... more >>
Protecting code
Posted by Sky Fly at 8/4/2003 8:34:46 PM
Hi,
I know that when an .NET exe is run, the CLR loads
the exe (along with dependent assemblies),
compiles them to native code then runs the code.
Assuming the assemblies are loaded from a remote
inaccessible location, is it possible that during
any of the stages of loading the exe into memo... more >>
Observing field variables
Posted by Rodrigo at 8/4/2003 2:00:16 PM
Hi! I need to handle a field that are into a class. I need=20
to be informed when this field variable change it value. I=20
need something like Property Set and Get. The problem is=20
that I need to do this from other class. I don=B4t known=20
previously the fields. I get the fields using Reflec... more >>
combining modules into an assembly
Posted by Tony Malandain at 8/4/2003 11:41:53 AM
Hi,
I'm trying to build a single-file assembly from several
netmodules.
Wether I'm using
csc /target:library assembly.cs /out:myassembly.dll
/addmodule:module1.netmodule /addmodule:module2.netmodule....
or
al module1.netmodule module2.netmodule... /target:library
/out:myassembly.dll
I ... more >>
Assembly Probing Problem
Posted by news.microsoft.com at 8/1/2003 1:16:27 PM
Is there anyway I can redirect assembly probing to look other folders other
than Wwwroot when the call comes from a Windows user control hosted in IE
which is running in client machine. I would really appreciate if somebody
can find a solution to solve this problem.
Thaks,
Rajan.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|