| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I got a curiosity while using CLR.
How can it be done that accessing object data by CLR application is safe
even while garbage collector is working?...
Hyun-jik Bae
|
12-06-2006 12:32 AM
Michael Nemtsev | 4 | 35 |
|  | hi, i have an exe that holds a very large Dictionary collection that would
takes about 2.5G in total. the machine has 4G RAM.
if i load the entire...
tin
|
12-05-2006 05:03 PM
Ben Voigt | 5 | 345 |
|  | Try to disable Just My Code debugger feature - will it help?
Tools | Options | Debugging | General | Enable Just My Code
Also, make sure that you...
David Browne
|
12-04-2006 11:44 PM
Jeffrey Tan[MSFT] | 4 | 45 |
|  | Hello smithrud,
Use EDITBIN.exe /stack
see http://msdn2.microsoft.com/en-US/library/xd3shwhf.aspx for more references
s> I'm sorry if this isn't...
Michael Nemtsev
|
12-01-2006 05:29 PM
smithrud | 1 | 31 |
|  | Hi every one.
Can any person shows the web. of free download of some "Controls " that not
available in Toolbox.
Thanks
WELCOME ###
|
11-28-2006 11:27 AM
James Crosswell | 1 | 51 |
|  | Hello,
I am working on a C# console app.
When I do this:
DirectoryInfo di = new DirectoryInfo(".");
I get an exception:
Request for the permission...
Schemer
|
11-28-2006 01:27 AM
Jeffrey Tan[MSFT] | 4 | 45 |
|  | Is there something built-in to .net to determine if a directory is writeable
by the current user?
I want to write a Windows Powershell script that...
Marco Shaw
|
11-27-2006 03:23 PM
Phil Wilson | 2 | 36 |
|  | Hi All,
I am trying to perform a non-CPU bound operation in an asynchronous fashion
using 'Thread' and a delegate. Basically, I am spawning a thread...
Diffident
|
11-26-2006 07:48 PM
David Browne | 1 | 41 |
|  | "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
This capability is essentially useless for any program that has to...
Ruben
|
11-24-2006 10:34 AM
Ben Voigt | 1 | 48 |
|  | I know about stack substitution/saving/restoring techniques, which can be
used under native win32 apps. Is this possible, when running under .NET?...
Andrei Faber
|
11-23-2006 10:41 PM
Andrei Faber | 0 | 24 |
|  | Hello,
I'm having problems trying to run the following command:
installutil -i Company.Service.exe.
When I try to run it I get this...
Carlos Santos
|
11-22-2006 09:23 AM
Carlos Santos | 0 | 28 |
|  | I am using PowerPoint Automation with late binding i.e i m using
CreateObject("PowerPoint.Application"). But im unable to register Events...
waheed iqbal
|
11-21-2006 02:39 AM
waheed iqbal | 0 | 25 |
|  | My code was very simple, and I used the shell32.dll
// pIUnknown points to shell32.dll
obj = GetTypedObjectForIUnknown(pIUnknown,...
Buddhist[CHinA]
|
11-17-2006 09:34 PM
Buddhist[CHinA] | 0 | 31 |
|  | New to Visual C++ 2005 Express from Visual Studio 6 (MFC).
I have created a Windows Form application that does a long calculation. It
has a...
Thomas2054
|
11-17-2006 03:31 PM
Thomas2054 | 0 | 27 |
|  | It seems you can't use symbol info in this 2.0 version ?
The !x command is gone and !clrstack no longer shows line # from source
file.
I use the...
JR
|
11-17-2006 02:22 PM
JR | 0 | 33 |
|  | Anybody specific reason why this is? There doesn't seem to be a
legitimate reason why this would be.
John
|
11-17-2006 10:09 AM
John | 0 | 38 |
|  | My issue is that there's no guarantee the Shared Source implementation, and
the production .Net implementation are the same.
Likewise, unless it's...
Chris Mullins
|
11-14-2006 08:33 PM
Brian Gideon | 4 | 39 |
|  | I am trying to create a library that extends from a common base class that
provides common functionality, but I am running into one significant...
jkitagr
|
11-14-2006 03:00 PM
jkitagr | 5 | 34 |
|  | Hi,
I have an activex developed with MFC that now needs to load a managed
assembly and
I want to publish the activex in a cab with all the...
sandrapatfer@gmail.com
|
11-14-2006 09:02 AM
sandrapatfer@gmail.com | 0 | 29 |
|  | Hi Mattias, thanks for your reply.
I forgot to post one important fact: the private property I'm looking for is
not defined in a base class of the...
Martin Bischoff
|
11-14-2006 02:25 AM
Martin Bischoff | 1 | 31 |
|  | Hi all,
Am I right in thinking that when using the ExecuteInDefaultAppDomain
call (ICLRRuntimeHost in .NET 2.0), the method being called...
matt.m.jacobsen@gmail.com
|
11-13-2006 10:39 AM
matt.m.jacobsen@gmail.com | 0 | 36 |
|  | We have HP Ipaq 6915 windows mobile 5.0.
We have an application developed in vb.net which communicates with
server and send live status to server....
Naren
|
11-13-2006 07:13 AM
Naren | 0 | 34 |
|  | I have dump file
I got the output of !dh -stat -cache (took few minutes)
Summary: Total 6,011,900 objects, Total size: 581,098,460
About 1400...
Loy
|
11-13-2006 02:23 AM
Dekel.FunStaff@gmail.com | 4 | 36 |
|  | Hi,
I'm trying to define dynamic generic type definition, inherited from
another generic type definition (something like class B<T> : A<T>).
I'm...
Michal Dvorak
|
11-11-2006 07:38 AM
Michal Dvorak | 2 | 38 |
|  | Hello,
I'm building a windows application, and I need to catch the open Microsoft
Internet Explorer events (e.g. changed url, new browser window...
Tal Shachar
|
11-10-2006 02:13 PM
Tal Shachar | 2 | 34 |
|  | Hi all -
A Kb article indicates that Char.IsPunctuation is the "equivalent" of the
CRT's isXpunct (e.g., iswpunct) function in .NET. However, I've...
Jeff Pek \(Autodesk\)
|
11-10-2006 10:41 AM
Ben Voigt | 8 | 32 |
|  | Hi,
In the Framework Policy, there is an AppPatch entry for Excel v11, showing
the target version of the Framework as 1.1.4322.
Does anyone know...
Al
|
11-08-2006 12:16 PM
Al | 0 | 36 |
|  | Hi All,
I have a remoting server which will cater to the client request in
asynchronous way, and the number of clients can be any,in...
deepak
|
11-07-2006 02:35 AM
Dan Kelley | 6 | 38 |
|  | Hi,
Anyone know why the Set method would throw a System.IO.IOException w/a
message of "The handle is invalid."?
I have used Windbg to examine the...
John Aldrin
|
11-06-2006 09:18 PM
Jeffrey Tan[MSFT] | 8 | 36 |
|  | I want to translate an objects data to a byte array and vice-versa. The
closest thing I found is Marshal.StructureToPtr(),...
Ken Varn
|
11-06-2006 11:25 AM
Ben Voigt | 3 | 27 |
|  | Why oh why can't I get the following working :-) (Studio2005)
I'm trying to use ToolboxItemFilter to restrict what controls are
available when...
AJ
|
11-06-2006 03:01 AM
AJ | 5 | 40 |
|  | The codeproject article that you provided was very informative. It seems
like this was the only way to compact the serialized data down. Not...
Ken Varn
|
11-03-2006 10:13 AM
Ken Varn | 3 | 35 |
|  | Hello,
when my application shuts down via Application.Exit() I get a message box
with the text . In the
application I use DirectShow (via...
Armin Prosch
|
11-02-2006 09:15 AM
Oleg Starodumov | 3 | 34 |
|  | Hi
We have .net remoting applications (using .net framework 1.1)
I want to implement error handling in much better way to conclude about
the...
suhas
|
11-02-2006 06:20 AM
Günter Prossliner | 1 | 30 |
|  | I'd like to write a .NET-based network sniffer.
Where can I start?
(Except for first picking what language to write it with... Thinking...
Marco Shaw
|
11-01-2006 05:10 PM
Goran Sliskovic | 2 | 22 |
|  | I have an ASP.NET application that uses an assembly 'A'. 'A' is strongly
named, culture-neutral and is at version 1.1.2.444.
I have another assembly...
Howard Hoffman
|
11-01-2006 01:19 AM
Abhishek Singh | 6 | 34 |
|  | If I have a thread that calls WaitOne() on a Mutex object with no arguments,
is the Mutex owned by the calling thread once the WaitOne() call...
Ken Varn
|
10-31-2006 05:03 PM
Jon Shemitz | 2 | 24 |
|  | I have used the FileStream class to write to a file, however I have some
questions concerning disk i/o buffering.
I come from the C++ world where...
Ken Varn
|
10-31-2006 12:08 PM
Ken Varn | 7 | 40 |
|  | In .NET 2.0 if you use AppDomain.GetCurrentThreadId then you will get a
warning that the call is obsolete and you should use ManagedThreadId
property...
Davinci
|
10-31-2006 04:13 AM
Günter Prossliner | 5 | 68 |
|  | Hi people,
Q: Is there a way to add a conditional break, so that execution breaks if
the value of a variable changes.
A: Yes there is, silly.
Q:...
McWawa
|
10-31-2006 03:49 AM
Loy | 10 | 57 |
|  | I am writing a class library to be used with native C++ programs and I need
to ensure all of the managed objects in the library have been freed. Some...
Scythen
|
10-31-2006 03:37 AM
Loy | 4 | 36 |
|  | I want to launch an application by reflection and get his handle
back.
But when I run this code in C# then it's handled correctly.
The...
De Roeck
|
10-29-2006 02:37 PM
De Roeck | 5 | 80 |
|  | Hi,
I have a direct reference to a VB6 COM component in my C# application.
During runtime, the methods I call on the COM component get...
anand.m.s@gmail.com
|
10-27-2006 03:19 PM
Gaurav Khanna [MSFT] | 2 | 35 |
|  | We are moving to .NET2.0 - and have noticed that .Contains() seems to be
around 20% slower under NET2, compared to NET1.1.
This code shows the...
Robert Hooker
|
10-26-2006 12:44 PM
Ben Voigt | 9 | 25 |
|  | Any advise on starting point to Learn CLI?
Jorge Varas
Jorge Varas
|
10-26-2006 11:59 AM
Jorge Varas | 0 | 34 |
|  | Hi Amit,
You can use a managed class from any unmanaged C++ files directly. Here are
the steps.
1. Mark the unmanaged CPP as using managed...
Adityanand Pasumarthi
|
10-26-2006 08:56 AM
Ben Voigt | 2 | 34 |
|  | All,
I have been developing in VS2005 (C# .NET 2.0) for some time now. We
use the Microsoft MSHTML control, so my application binds to...
Bilz
|
10-26-2006 03:03 AM
SvenC | 3 | 28 |
|  | As per the instructions at
http://msdn2.microsoft.com/en-us/library/cskzh7h6.aspx I've performed the
following
a) Created a system environment...
Matt Adamson
|
10-25-2006 03:25 AM
nrolland | 5 | 30 |
|  | Can someone provide a simple code example on how to manage threads in C#?
Roger
|
10-24-2006 08:25 AM
Adityanand Pasumarthi | 3 | 27 |
|  | As with all projects, our config files need to be edited as the application
is migrated through it's various environments (e.g. connection strings...
kh
|
10-24-2006 01:44 AM
Steven Cheng[MSFT] | 3 | 34 |