Have a look at IDictionary ...
HTH
Axel
-Original Message-
From: Don & Linda [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 16. August 2002 21:36
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] using system.collections in .net
I am trying to implement my own collection class for an
No luck on the CLR list, so cross-posting here:
I have found that finalizers are not called when a managed object is
used by an unmanaged app through interop.
For testing purposes, I implemented a simple C# class w/finalizer. I
RegAsm'd it and call it from a VB exe. When the exe exits, the
f
Hello,
I've been working on a web project that has identity impersonation
enabled through the web.config. This same project also has an
IHttpHandlerFactory that returns an IHttpAsyncHandler. I've noticed that
code executing inside the IHttpAsyncHandler executes under the default
ASPNET account ra
Hi folks,
My web service is configured to use NTLM authentication in IIS (w/o
anonymous access) and is also uses the authentication="windows" and
impersonate="true" settings in web.config. However for some strange
reason, I seem to get the "unable to temporary class" error while trying
to access
I am trying to implement my own collection class for an object in VB by inheriting
from System.Collection.CollectionsBase. However, I would like to use a key to insert
my objects into the collection. It looks like the add method in the collectionsbase
class has only the object as an argument.
use
1) use the sn.exe to generate stong name for the Com obect.
2) use tlbimp.exe with -keyfile:xxx.snk, that way the com will got strong
name.
- Original Message -
From: "Sorin Rojea" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 15, 2002 11:13 PM
Subject: [ADVANCED-D