We have run into an issue with the garbage collection routine in the
mscorwks.dll which was chosen by the CLR. We would like to use the
mscorsvr.dll but in order to do so without resorting to an unsupported
setting we must cretate our own CLR host.
Well there are examples but we need to use t...
more >>
Hello.
(I don't know if this is the right newsgroup to post this message, so sorry
if I'm cross-posting).
I am writing a base class which has an abstract property of some type. This
property must be overrided and have different return types at base classes,
as follows:
public abstract cl...
more >>
Hello All,
I'm doing web app that will use very strongly
classes implemented in 'unamanaged' VC++. Thus I wrap
these classes with mananaged wrappers and only then I use
them in C# implementation of server actions. The only
thing that I cannot bite are unmanaged enumerations.
Can anyone...
more >>
Hi,
I have a web-based application and some of the UI I want to
incorporate is just too complicated for javascript. Instead of using a
Java Applet, I would like to have the user download a .net assembly
containing a form and run that in a browser.
I'm happy for the form to run in an applet-...
more >>