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
May 2008
June 2008
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 >>




DevelopmentNow Blog