| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Any explanation would be appreciated...
--
Regards,
Fernando
F Vicaria
|
09-12-2003 02:15 AM
Conrad Zhang | 2 | 38 |
|  | e.g. Linux,
and...if one such CLR exists, what classes does it support?
I heard that the support is much fewer than that of the...
Gigi Chung
|
09-11-2003 04:06 PM
Chris Taylor | 1 | 20 |
|  | I understand the notion that a UI thread should be
responsible for managing the UI elements; therefore,
worker threads need to call invoke. I don't...
Paul
|
09-11-2003 09:45 AM
Thomas Tomicek [MVP] | 5 | 25 |
|  | Tried this in m.p.framework a couple of days ago with no response. I'll try here:
I'm loading an assembly from a URL using Assembly.LoadFrom().
Is...
AT
|
09-11-2003 01:27 AM
Conrad Zhang | 1 | 29 |
|  | 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...
Vadim Berman
|
09-09-2003 07:43 PM
Vadim Berman | 1 | 17 |
|  | 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...
F Vicaria
|
09-09-2003 07:20 PM
F Vicaria | 2 | 16 |
|  | Hi all.
This case was tried in VC++.NET.
I subscribe a .NET event from a remote client app (just
add it up to the event delegator).
My server app...
André Baptista
|
09-09-2003 09:51 AM
Mark Belles | 1 | 16 |
|  | Mattias, Jeremy,
You don't have to call native code API's for this, take a look at System.Diagnostics.Process.MaxWorkingSet...
Rick Strahl [MVP]
|
09-08-2003 05:17 PM
Willy Denoyette [MVP] | 2 | 31 |
|  | I am writing a RSS reader.
Using Visual Studio.Net 2003 generates an error trying to do this
but Visual Studio .NET it works fine. What settings...
AT
|
09-08-2003 09:58 AM
AT | 0 | 14 |
|  | Can I get CLR version in runtime (just for the demo purposes)?
Thanks Martin Skrenek
Skrenek
|
09-07-2003 01:13 PM
Skrenek | 2 | 26 |
|  | 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...
Manish Parikh
|
09-06-2003 05:15 AM
Manish Parikh | 2 | 21 |
|  | 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...
Ivan Medvedev [MS]
|
09-05-2003 07:56 PM
Dave | 1 | 17 |
|  | I have two assemblies, A.dll and B.dll.
A.dll contains two methods. One method, UsesB, uses a type from B.dll
whereas the other, DoesNotUseB, does...
Wol
|
09-05-2003 04:45 PM
Shri Borde | 2 | 19 |
|  | I'm writing a stack dump function that displays more information than
the standard trace.
I know you can get the method from the StackFrame. And you...
Paul Schauble
|
09-05-2003 03:05 PM
Paul Schauble | 0 | 48 |
|  | I would like to find out how long my server has be up for. Is this possible
using the .NET?
Regards
Leigh
|
09-05-2003 01:00 PM
Patrick Steele [MVP] | 1 | 38 |
|  | Hi,
But shifting to remoting means,we have to install
dotnetruntime(21 MB setup) on client machine.
But I want that an assembly is placed on the...
Chris Taylor
|
09-05-2003 10:24 AM
Richard Grimes [MVP] | 10 | 27 |
|  | Jay,
I think I'm getting very close to solving all the problems I've been
talking about. I've been working with threads within AppDomains...
Jay B. Harlow [MVP - Outlook]
|
09-05-2003 08:30 AM
AT | 10 | 33 |
|  | 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...
Jim
|
09-04-2003 06:12 PM
AT | 1 | 19 |
|  | 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...
Matt Mastracci
|
09-04-2003 04:22 PM
Jay B. Harlow [MVP - Outlook] | 3 | 25 |
|  | I'm wrapping a native C++ API with MC++. One of the things that I have
found frustrating is the fact that most (if not all) unsigned types in...
Tim Rogers
|
09-04-2003 04:14 PM
Richard Grimes [MVP] | 4 | 21 |
|  | Adam -
CLR ships with unmanaged metadata reading interfaces (IMetaDataImport and
such) that allow you to get to the IL method body locations. You can...
Ivan Medvedev [MS]
|
09-04-2003 04:00 PM
Ivan Medvedev [MS] | 0 | 41 |
|  | 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...
Dmitry Shaporenkov
|
09-04-2003 10:59 AM
Jay B. Harlow [MVP - Outlook] | 2 | 13 |
|  | Hi,
I am using System.Threading.Timer in the service which runs every
one minute. Here is psuedocode let's call service SvcH.
//Class...
Fluker
|
09-03-2003 01:06 PM
Fluker | 0 | 23 |
|  | Hi all,
Everytime i try to run a webservice created in VS .net
2003 i get the following error.
Compilation Error
Description: An error occurred...
craig mellon
|
09-03-2003 06:50 AM
craig mellon | 0 | 18 |
|  | Hello All,
I'm facing a serious development issue here concerned with .NET Remoting. I
developed a .NET Remoting Service (Server Activated) under...
Christopher Pragash
|
09-03-2003 03:17 AM
Conrad Zhang | 2 | 19 |
|  | RAyRAy -
I have created a couple of simple tools (they were actually intended as an
illustration for a different point, but still) that I think will...
RAyRAy
|
09-02-2003 01:13 PM
Ivan Medvedev [MS] | 3 | 22 |
|  | Are there security implications with this? Is this implicit smart client
deployment versus using http and deploying the app in a web...
Robert Myhill
|
09-02-2003 09:59 AM
Ice | 10 | 29 |
|  | Hi,
I Wonder how does AppDomain memory address-sapce is
mapped ? is it the same addres space the containing
process have ???
Does changing a...
Nadav
|
08-31-2003 03:50 PM
Kumar Gaurav Khanna [.NET MVP] | 2 | 46 |
|  | Patrick Grawehr <pgrawehr (AT) student (DOT) ethz.ch> wrote:
Aha - you need to read up about PE files in general. I had exactly this
problem when...
Jon Skeet
|
08-31-2003 07:44 AM
Patrick Grawehr | 3 | 16 |
|  | Consider using the ImageRVAToVA platform SDK function. This is part of the
DbgHelp library which exhibits other great function that will help...
Jip from Paris
|
08-31-2003 04:46 AM
Jip from Paris | 0 | 16 |
|  | Say someone gives me AssemblyA.dll, which I install in my GAC. I then write
a new program, which does Assembly.Load(AssemblyA.dll), and compile my...
Robert Myhill
|
08-29-2003 08:05 PM
Kumar Gaurav Khanna [.NET MVP] | 1 | 21 |
|  | Say I have
Foo.dll
Foo.dll
The second Foo.dll is a new major revision of the first Foo.dll.
And I don't want to privately deploy these...
Robert Myhill
|
08-29-2003 08:00 PM
Kumar Gaurav Khanna [.NET MVP] | 3 | 19 |
|  | Is there any way to completely disable the download cache? I'm a developer
doing a lot of COM interop, and the download cache makes my life hell. ...
Bill Menees
|
08-29-2003 06:12 PM
Dave | 2 | 32 |
|  | Hello All,
I am developing a "Business Object" Assembly and "Data Object" Assembly
(Remoted) , both of which would be called from .NET and from ASP...
Christopher Pragash
|
08-29-2003 05:44 PM
Alan Shi [MSFT] | 2 | 21 |
|  | Does anyone have recommendations on whether or not to use the Global
Assembly Cache?
Currently; we're installing a single DLL that can be used by one...
Paul
|
08-29-2003 05:41 PM
Alan Shi [MSFT] | 5 | 20 |
|  | In essence setting it to null does nothing!
ice
"Dino Viehland" <dinov (AT) online (DOT) microsoft.com> wrote
Ice
|
08-29-2003 11:41 AM
Ice | 0 | 18 |
|  | My experience is that 99% of the time you can't do anything with the
exception - you can't recover, best case scenario is returning a message,
rather...
Ice
|
08-29-2003 11:38 AM
Ice | 0 | 23 |
|  | Did you install the assembly through MSI? If so, you should uninstall it by
going to Add/Remove programs and uninstalling the MSI package that...
AT
|
08-29-2003 09:11 AM
Harry | 5 | 35 |
|  | Why does Assembly.Load allow this:
Assembly.Load( "mscorlib" );
if you try the following it fails as expected:
Assembly.Load( "System" );
Since it...
Lee Alexander
|
08-29-2003 01:16 AM
Conrad Zhang | 2 | 16 |
|  | I am collecting data for two features that shipped with the CLR in v1.0 and
v1.1. If you use and/or depend on these features, I would appreciate...
Alan Shi [MSFT]
|
08-28-2003 06:19 PM
John Timney \(Microsoft MVP\) | 1 | 26 |
|  | I'm writing a service that tracks how much of the time you use the mouse vs
the keyboard. I've found that under Windows XP professional, I can get...
David Stevenson
|
08-27-2003 06:37 PM
Phil Wilson | 1 | 25 |
|  | Check the fusion log.
Run fuslogvw(included in framework SDK). Select logFailures. Run your app.
Hit refresh.
"WAI" <WAI (AT) hotmail (DOT) com>...
Conrad Zhang
|
08-27-2003 02:21 AM
WAI | 3 | 20 |
|  | Hi All,
I am trying to use a value type that contains a dynamic array (of integers)
and was wondering if assignments of such types would result in a...
F Vicaria
|
08-26-2003 08:03 PM
F Vicaria | 0 | 19 |
|  | What is a MVP? and how do you become one?
Sim
Sim
|
08-26-2003 10:19 AM
Cindy Winegarden | 2 | 45 |
|  | This is why move to Linux - Java.
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=%24i%23
gqxaVDHA.2108%40cpmsftngxa06.phx.gbl
***...
Tejasswi Redkar
|
08-25-2003 04:42 PM
Al Manint | 1 | 30 |
|  | Mauro,
Sorry about the link, looks like that article is available publicly.
Basically the gist of it says to remove beta versions before you...
Mauro
|
08-25-2003 01:31 PM
AT | 4 | 21 |
|  | Does anyone have a good recomendation for a code
profiling tool that works with .Net? I'm trying to
squeeze out better performance on a web app and...
john
|
08-23-2003 01:46 AM
Ajoshi | 5 | 35 |
|  | When I load an assembly using
Assembly.LoadFrom("C:\temp\sumdumAssembly.dll"), the assembly is
loaded and its FullName property identifies it as the...
Sean Winstead
|
08-22-2003 10:49 PM
Sean Winstead | 4 | 24 |
|  | Hello,
I am trying to utilize dynamic loading in my application (via
Assembly.Load). When the application is deployed, this should be a...
Jon Poploskie
|
08-21-2003 10:56 PM
Alan Shi [MSFT] | 1 | 24 |
|  | I don't think this is a bug. The usage is not not correct.
You should be able to store an array of items.
Gang Peng
AT
|
08-21-2003 06:35 PM
AT | 0 | 42 |