all groups > dotnet clr > september 2003 > threads for september 1 - 7, 2003
Filter by week: 1 2 3 4 5
How to get CLR version in runtime
Posted by Skrenek at 9/7/2003 5:20:26 PM
Can I get CLR version in runtime (just for the demo purposes)?
Thanks Martin Skrenek
... more >>
Access Managed Object From Unmanaged Code
Posted by Bruce Farmer at 9/5/2003 7:06:48 PM
I am having problems accessing a managed object from
unmanaged code. Specifically, I have a .NET forms
application with a web service proxy. The forms
application links to an unmanaged DLL which uses callbacks
to receive data via TCP. The data received in the
callback must be passed to ... more >>
Deserialization "cannot find the assembly" when hosting exe from own loader
Posted by Vadim Berman at 9/5/2003 6:35:25 PM
I use the simple loader that hosts the managed application (I need this to
load the "svr" version on a server). I use the code suggested by Steven
Pratschner [MS] in news article
http://groups.google.com/groups?selm=%23nx5kl9HDHA.2256%40TK2MSFTNGP11.phx.gbl.
The problem is, I cannot now deseri... more >>
How long has the machine been running.
Posted by Leigh at 9/5/2003 6:02:02 PM
I would like to find out how long my server has be up for. Is this possible
using the .NET?
Regards
... more >>
Memory Management
Posted by Manish Parikh at 9/5/2003 5:12:26 PM
Hi All
A Show Stopper problem in our application
we have a DLL which exposes some objects collections in terms of get and
set properties. The objects have very heavy memory footprints (beyond 2gb)
we want to have the funcionality that if the memory usage goes beyond a
certain threshold lim... more >>
Exceptions in event firing
Posted by André_Baptista at 9/5/2003 2:06:25 PM
Hi all.
This case was tried in VC++.NET.
I subscribe a .NET event from a remote client app (just=20
add it up to the event delegator).
My server app fires the event and everything goes well=20
across the network.
Now imagine the client app suddenly goes down (either the=20
app misbehaves ... more >>
Writing Code for Semi-trusted Environment
Posted by Ivan Medvedev [MS] at 9/5/2003 12:54:24 PM
I have put an article on the subject in my blog at
http://blogs.gotdotnet.com/ivanmed.
I am sure it will be interesting to many of you, especially in the
dotnet.security group, so please feel free to check in out and leave your
comments!
Thanks,
--Ivan
This posting is provided "AS IS" with no... more >>
CLR designers: Anonymous delegates + events?
Posted by Matt Mastracci at 9/4/2003 12:51:25 PM
I was just reading an earlier thread about how events are strong
references and that subscribing to an event ties your object's lifetime
to that of the event source.
Here's my question: In the next release of the C# language, that is
supposed to support anonymous delegates, how would you be... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
One DLL - Two apps?
Posted by F Vicaria at 9/4/2003 10:56:33 AM
Is it possible to have 2 .NET applications sharing the same .NET DLL in
memory?
Meaning I don't want each app to have its own copy (and the DLL is a .NET
dll).
Thanks.
--
Regards,
Fernando
"Tell me and I will forget; show me and I may remember; involve me and I
will understand."
... more >>
CLR Version under DllHost.exe
Posted by saar NO[at]SPAM bigfoot.com at 9/4/2003 6:05:26 AM
Hi
Console application run under the workstation of the CLR. I know how
to host the CLR in unmanaged process and load it as server.
What happens when ServicedComponent runs under COM+ server
application?
Which version of the CLR is loaded in the DllHost.exe process?
If it's the workstati... more >>
Soft and weak references
Posted by Dmitry Shaporenkov at 9/4/2003 1:10:49 AM
Hi all,
it seems for me that in Java world there is much freedom
in controlling the garbage collector than in .NET: JDK
includes SoftReference and WeakReference classes,
while .NET supports only WeakReferences. Is there any way
to simulate soft references in .NET? Or why they are
missed... more >>
Will there be changes to CLR with the new release of Yukon?
Posted by Jim at 9/3/2003 10:44:02 AM
With the next version of MSFT SQL Server (Yukon) will the
CLR (Common Language Runtim) change? If it will change
will this effect any applications we have written?
Thanks
Jim
... more >>
Remoting Security Restrictions between v1.0 and v1.1
Posted by Christopher Pragash at 9/2/2003 2:41:01 PM
Hello All,
I'm facing a serious development issue here concerned with .NET Remoting. I
developed a .NET Remoting Service (Server Activated) under .NET Framework
version 1.0. I test it by hosting the remoting component under a console
application and it worked fine. Then I had to deploy my remo... more >>
|