| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | When you look at (log) the stack trace of an exception object in a Release build, at the end of each line there is a '+####'. In a Debug build this...
john
|
02-26-2004 07:21 PM
john | 0 | 16 |
|  | I'm guessing that NullReferenceExceptions are by far the most common exceptions thrown in .net.
Why not add the type of the reference to the...
Bryan Livingston
|
02-26-2004 12:01 PM
AT | 6 | 16 |
|  | Hi,
it is my understanding that to support generics the CLR (at least the IL) had to be extended with new instructions. I have been wandering around...
Ole Andre Karlson
|
02-26-2004 11:55 AM
AT | 4 | 15 |
|  | Lasse Vågsæther Karlsen <lasse (AT) vkarlsen (DOT) no> wrote:
Well, as the article said - if you make it less aggressive, things
become nasty...
Jon Skeet [C# MVP]
|
02-26-2004 10:40 AM
Jon Skeet [C# MVP] | 2 | 14 |
|  | Hi,
Everyday when I try to build my solution I get the message that I am missing
the assembly reference to the DSO dll.
Then I have to execute the...
Marco Liedekerken
|
02-25-2004 05:34 PM
Shailesh [MVP] | 2 | 12 |
|  | Yes, the CLR provides callbacks and dumps of information for a profiling
API. It is all COM based (which makes sense), and so a basic knowledge...
Ben Rush
|
02-25-2004 04:17 PM
Ben Rush | 0 | 16 |
|  | I have been attempting to find a way to add printers to a
server. This requires that a new port be added. I have not been able to
find a means to...
David Williams
|
02-25-2004 01:30 PM
AT | 4 | 21 |
|  | I am trying to write a utility method/function in c# to resize an array, the
problem I have encountered is how to safely get the Type of the items in...
boxboy
|
02-23-2004 01:19 PM
AT | 6 | 16 |
|  | Look at the following code :
I instanciate a class which creates a new Thread in its .ctor.
Then i set the instance of this class to null and let...
Lorenz Schallinger
|
02-23-2004 06:47 AM
Jon Skeet [C# MVP] | 3 | 14 |
|  | Hi,
I have my own namespace on the lines of WinNT and LDAP. In my VB.Net application, I am doing a GetObject of the form MyNamespace://<Path to be...
Madhu Gopinathan
|
02-23-2004 01:34 AM
Madhu Gopinathan | 0 | 20 |
|  | I am trying to accomplish something like this: (C# pseudocode)
class MySample
{
IBigObject _value;
Type _type;
public IBigObject TheBigObject
{
get
Michael Sparks
|
02-22-2004 03:50 AM
Daniel O'Connell [C# MVP] | 6 | 16 |
|  | I encounter a strange problem using platform invoke using C#.
The senario is this:
I have a dll which uses a 3rd party static link library (lib)....
sqcliu
|
02-21-2004 11:46 AM
AT | 1 | 21 |
|  | Thank you!
"Mohamoss" <mohamed.mossad (AT) egdsc (DOT) microsoft.com> wrote
Sheila Jones
|
02-21-2004 06:32 AM
Dave | 5 | 16 |
|  | SMPPLIB 1.4
http://www.protonsystem.com/smpplib.htm
jane
|
02-21-2004 06:19 AM
jane | 0 | 21 |
|  | I have C++ unmanaged projects with managed extension turned on. They
are compiling fine in developer computer.
In the build computer, a single...
AT
|
02-20-2004 10:51 AM
AT | 0 | 13 |
|  | New (), and looked up both parent and child class MTs, I saw each contains
the methods in the its class >respectively. Then I put the
pointer to the...
stack
|
02-20-2004 06:17 AM
Willy Denoyette [MVP] | 34 | 51 |
|  | The publisher policy config file you mentioned below is incorrect. You can
use a publisher policy to just redirect for the...
AT
|
02-19-2004 08:51 PM
AT | 0 | 18 |
|  | Managed code is executed directly by the operating system as it is
JIT'ed to the native language of the processor before execution. It is...
Ben Rush
|
02-19-2004 04:16 PM
Ben Rush | 2 | 18 |
|  | Can anyone recommend a good profiler for .NET? It should support both
vb.net and c#.
Thanks
Frank Rizzo
|
02-19-2004 02:18 PM
Miha Markic [MVP C#] | 3 | 20 |
|  | Is it possible to get a Type reference to the currently executing type from
a Static method?
public class foo
{
public string static FooM()
{
Type x...
Rick Strahl [MVP]
|
02-19-2004 04:07 AM
Jon Skeet [C# MVP] | 1 | 12 |
|  | Hello,
We successfully compiled (on .NET 2003) and ran a MFC application using COM,
and then we try to compile it with /clr switch on .NET 2003. The...
Kaixin
|
02-18-2004 07:26 PM
Kaixin | 2 | 25 |
|  | SciTech Software is pleased to announce that .NET Memory Profiler 2.0 has
just been released.
..NET Memory Profiler is a powerful tool for finding...
Andreas Suurkuusk
|
02-18-2004 02:41 PM
~ | 3 | 15 |
|  | Can I un-install V1.0 of the framework leaving V1.1 installed without any
ill effects?
Thanks
--
Ken Galer
Preferred Utilities...
Ken Galer
|
02-18-2004 02:41 PM
smith | 2 | 12 |
|  | Might help if you identify the methods you see throwing exceptions.
They removed a lot of argument checking for speed purposes and wind up...
Justin Rogers
|
02-18-2004 12:40 PM
AT | 1 | 15 |
|  | Hi
I have been creating an Button using .Net C#.
Once the user clicks the button, the click event handler will perform task A. This normally takes...
Pat
|
02-18-2004 08:37 AM
Fabian Schmied | 6 | 16 |
|  | Yes, that looks...
AT
|
02-18-2004 05:57 AM
AT | 1 | 14 |
|  | I have a delegate which I call BeginInvoke on. I use the waithandle.WaitOne
to wait for the delegate to finish.
If there is an exception in the...
Sankar Nemani
|
02-18-2004 01:26 AM
Rakesh Khanduja | 2 | 12 |
|  | Hello friends,
I am finishing my Computer Science graduation this year, and I have to
make a final project for it.
As I'm working with Microsoft...
AT
|
02-17-2004 11:04 PM
AT | 4 | 41 |
|  | I know there have been a lot of posts in relation to GC, working set,
trimming working sets, minimizing forms, etc. I've read every one I can
find,...
Niall
|
02-17-2004 08:00 PM
Niall | 0 | 14 |
|  | Hi
We develop products for developers
Our products use Reflection a lot, especially POCMock, a tool to mock any .NET DLL
We use a static way to...
Ludovic Dubois
|
02-17-2004 06:31 PM
Ludovic Dubois | 0 | 17 |
|  | Hi,
I need to override Control.WndProc to implement some "advanced" features in a control. Since WndProc has a InheritanceDemand for...
Pascal Bourque
|
02-17-2004 03:11 PM
Pascal Bourque | 0 | 14 |
|  | If I create a BaseClass in a BaseAssembly, then derive a MiddleClass
in a MiddleAssembly from the BaseClass, a TopAssembly that derives a
TopClass...
Jon Shemitz
|
02-17-2004 11:06 AM
Ilya Kavalenka | 5 | 14 |
|  | With certain combinations of my app's dll's, my app fails at startup with the message
...\V1.1.4322\mscorwks.dll could not be loaded
I do in fact...
Robert
|
02-17-2004 07:26 AM
Robert | 4 | 24 |
|  | Let me give a quick user story here:
I need to be able to go from a byte offset in a method body to a line
of source code reference. I need to do...
AT
|
02-15-2004 12:38 AM
Conrad Zhang | 3 | 21 |
|  | In hosting the CLR I would like to create a new AppDomain the will be created with some "Evidence" that I supply it. I want my evidence to contain...
Bob Elward
|
02-14-2004 11:21 AM
Bob Elward | 0 | 14 |
|  | Hi Tyson
When you compile with debug, it's not just the GC that's going to act differently, you're actually generating different IL. You'll notice...
Tyson Brown
|
02-13-2004 09:58 AM
Michael Giagnocavo [MVP] | 10 | 30 |
|  | Hi
I am working on a pure managed windows application that creates large byte arrays at run time. In fact it creates a 50M byte array when the...
geng shang
|
02-13-2004 08:58 AM
Patrick O'Gorman | 1 | 17 |
|  | I have run into a similar problem. I resolved this by calling the
ClearConnectionCache on the queue just prior to calling its Dispose. I
would...
Patrick O'Gorman
|
02-13-2004 08:55 AM
Patrick O'Gorman | 0 | 21 |
|  | Can you provide a simple repro that shows this?
Thanks.
Matt Tavis
Program Manager
XML Web Services
Microsoft Corporation
AT
|
02-12-2004 08:32 PM
AT | 0 | 20 |
|  | Well there is a lot of info in what you are asking and its pretty intensive
but I'll give you the condensed version.
You are going to need to...
Miha Markic
|
02-12-2004 03:15 PM
Anon | 44 | 61 |
|  | Hi All,
We are trying to Serialize a System.Drawing.Cursor object and
Deserialize it. Before serializing the cursor behaves correctly but when...
Sankar Nemani
|
02-12-2004 12:22 PM
AT | 3 | 16 |
|  | Sorry if I'm cross-posting, but I'm not sure what is the better post this
question. It's about joining together many printer jobs into a single...
Célio Cidral Junior
|
02-12-2004 12:20 PM
AT | 1 | 26 |
|  | I have a Remoting Host written as a Windows Service. It creates an
AppDomain and causes a launcher object within that domain to configure
remoting. ...
Kent Brown
|
02-11-2004 07:43 AM
Kent Brown | 0 | 24 |
|  | I have a problem. The issue is that my embedded winforms in IE will not cache no matter how hard i try. They seem to goto the download assembly cache...
bryan
|
02-10-2004 01:45 PM
AT | 2 | 16 |
|  | Bob,
You MessageQueue is caching MSMQ handles. Calling MessageQueue.Dispose just
returns the handle to an internal pool. If you want to clear the...
AT
|
02-10-2004 12:11 PM
AT | 0 | 20 |
|  | Howdy,
I'm having difficulty throwing any kind of exception from within a
secondary domain, and then catching it back in the primary domain.
(I'm...
AT
|
02-10-2004 09:14 AM
AT | 0 | 18 |
|  | I am using the COM Profiling API to hook into the CLR and dynamically modify
the program. I have been successful with the modification of...
Brian Tyler
|
02-09-2004 05:53 PM
Brian Tyler | 2 | 25 |
|  | The short answer is no, unless you take the proposed action: put it on
another thread
AT
|
02-09-2004 04:34 PM
AT | 0 | 12 |
|  | Is it possible to avoid the closing of a Console Mode application when
clicking "X" ?
Thanks,
Bruno.
Bruno Ceysens
|
02-09-2004 04:33 PM
AT | 1 | 14 |
|  | I am trying to load all the assemblies used in my application up front. When
I launch my application, I start a thread that loads all the assemblies...
Sankar Nemani
|
02-09-2004 02:51 PM
Sankar Nemani | 0 | 17 |