W
Wil
I am running on .NET Compact Framework SP2, whenever I call IsAlive()
on
a weak reference, it always throw ArgumentException in the WinCE.NET
4.1
emulator, how do I report this bug? MSDN docs says that this method
is supported by .NET Compact Framework.
WeakReference wr = new WeakReference(obj);
if (wr.IsAlive()) <==== throws ArgumentException!!
....
Wil
on
a weak reference, it always throw ArgumentException in the WinCE.NET
4.1
emulator, how do I report this bug? MSDN docs says that this method
is supported by .NET Compact Framework.
WeakReference wr = new WeakReference(obj);
if (wr.IsAlive()) <==== throws ArgumentException!!
....
Wil