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 > november 2004 > threads for november 29 - 30, 2004

Filter by week: 1 2 3 4 5

Can a Publisher Policy Redirect Dependent Assemblies?
Posted by Kim Johnson at 11/30/2004 4:19:16 PM
Our software, which installs to the GAC, is dependent on third party software which can be installed separately. To alleviate some of the coupling between our version and the third party version, we're looking at using configuration or policy files to redirect between versions known to work wit...more >>


CLR Memory Footprint
Posted by Eric Smith at 11/30/2004 3:16:09 PM
I'm working on a project that integrates with Office and the Windows shell. Right now we have add-ins for Excel, PowerPoint, Word and Outlook, and a couple of shell extensions for Windows Explorer, all written in C++. We're at a point where we want to overhaul some of this stuff, so we're c...more >>

Sandboxed appdomain opening winforms
Posted by Kirk Jackson at 11/30/2004 3:01:07 PM
Hi, I'm having trouble running untrusted code inside a sandboxed AppDomain, and I was hoping that someone could help me! The code is user-supplied, and so I want my Winform application to run the code in a seperate AppDomain without any more permissions than given in the Internet permiss...more >>

DateTime
Posted by Viorel Ghilas at 11/29/2004 4:38:44 PM
Hi all I have some trouble. I hava configurable date format, for ex. like this 'yyyyMMdd' and I try to convert strings to date time, and .net give me an error 'string is not recognized as a valid DateTime', my code is: DateTimeFormatInfo df = new DateTimeFormatInfo(); df.DateSeparator = str...more >>

How prevent the crash and exit gracefully?
Posted by Boris at 11/29/2004 3:37:03 PM
I notice the following strange behavior of the applications running under ..NET Framework. Let say I have application MyApp.exe which reference assembly MyAssembly.dll. The MyAssembly.dll is strong named assembly, which is installed in the GAC. I notice that if MyAssembly.dll is not installe...more >>

AppDomain.CurrentDomain.ProcessExit && CTRL-C
Posted by Stephen Gennard at 11/29/2004 11:33:47 AM
Hi, My console application needs to do some shutdown processing even when a CTRL-C is pressed. So I installed ProcessExit event handler and was surprised to find this did not get invoked when a CTRL-C occurs. I then set about using the Win32 API to install a console ctrl handler t...more >>

Can't import .OCX assembly into Web Matrix Project.Hi,
Posted by Jason Robertson at 11/29/2004 2:33:41 AM
Hi, I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web Matrix Project. I can't seem to be able to import other assembly than .dll, .exe or ..mcl . I am pretty new to the .NET programming environment, and ma...more >>



DevelopmentNow Blog