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 >>
|