| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
We are going to develop our application from scratch.
The application is currently written for WIN32 users only, using MFC.
The requirements...
Janiv Ratson
|
07-11-2006 07:18 PM
Chris Mullins | 7 | 51 |
|  | Hi,
I have seen a couple of threads dealing with similar questions, but I
haven't found one to answer my question, so here I go:
I have a service...
AT
|
07-11-2006 01:53 AM
AT | 0 | 38 |
|  | Some performance counters are PerformanceCounterCategoryType.MultiInstance.
Many of these occur once for each running app. If for example myapp...
AT
|
07-10-2006 05:32 PM
AT | 0 | 20 |
|  | Dear programmers, I'm experimenting with a simple unmanaged template class.
The problem is that it won't except managed types. Any suggestions?
void...
Bill S.
|
07-07-2006 05:08 AM
Debasish Bose, Oracle Corp | 1 | 26 |
|  | Hi,
My application has a pure native dll (say some.dll), which didn’t have any
user-provided DllMain. The application also includes some mixed and...
QI
|
07-06-2006 05:51 PM
QI | 0 | 36 |
|  | I found I could not use multiple connection with clr stored procedures.
However, our application requires to update error log tables during...
dianec
|
07-06-2006 08:15 AM
dianec | 0 | 29 |
|  | I'm running a serice under a local admin account. The service runs specific
DOS commands (eg. "dir c:\") upon request using "cmd.exe". I create...
Marius
|
07-06-2006 07:51 AM
mabra | 6 | 22 |
|  | Hi all,
i'm looking for a good book about .net Performance Tuning.
Things that should be covered by this book:
- Glean information about your...
hpw
|
07-06-2006 04:48 AM
Jay | 3 | 39 |
|  | Hello,
We have a simple piece of code that exchanges data using HTTP
request/reponse. It uses "using" statement to guarantee that the
communication...
Vagif Abilov
|
07-05-2006 04:53 PM
Vagif Abilov | 6 | 38 |
|  | Hi
I realise StringBuilder is generally better for building strings
dynamically, but for a fixed string built over a number of lines, would...
Glenn
|
07-04-2006 12:43 PM
Jon Skeet [C# MVP] | 2 | 24 |
|  | Hi,
For security reasons, I'm storing my public/private key pair on a smart
card. My bulid process delay signs the assemblies using the public key,...
Bill Rust
|
07-04-2006 12:12 AM
AT | 8 | 23 |
|  | I have a class that tries to compare two generic types:
if (low < high)
Where they are declared as:
T low = (T)float.Parse(parts);
T high =...
Kevin Burton
|
07-03-2006 12:33 PM
Barry Kelly | 3 | 24 |
|  | I've created some simple performance tests within the NUnit test framework
to test the performance of various core business object calls e.g....
Matt Adamson
|
07-02-2006 05:22 PM
Greg Young | 5 | 37 |
|  | Hi guys, I have a problem may be a problem of mixed dll loading.
Once I configred my app compatibility mode with "running under
window2k", it threw a...
dotNeter
|
07-01-2006 08:33 AM
dotNeter | 0 | 35 |
|  | "Vadym Stetsyak" <vadym_s (AT) ukr (DOT) net> wrote
Thanks. I'm always worred about a post like that, as it goes against what so
many other people...
Chris Mullins
|
06-30-2006 06:58 AM
Joe Seigh | 24 | 83 |
|  | I originally posted this in the windbg forum but the folks suggested it
was more SOS than windbg so i should post over here.
I attach to the...
JR
|
06-29-2006 06:48 PM
JR | 7 | 30 |
|  | Hi all,
i have another question concerning Performance Counters:
How to i get the "InstanceName" of the current running process (the
process the...
hpw
|
06-29-2006 05:02 AM
hpw | 0 | 24 |
|  | I did some optimizations on my reflection emit, and now I get the following
message from PEVerify:
Stack height at all points must be determinable...
Ben Voigt
|
06-29-2006 01:47 AM
AT | 2 | 20 |
|  | Greeting,
I'm a collector of (good) books on programming. My personal library
contains well over 800 programming books alone. I currently have the...
Shawn B.
|
06-28-2006 05:11 PM
Shawn B. | 0 | 26 |
|  | Does anyone know how to call an executable from within Visual C++ 2005
Express (using the CLR)?
For example, click Button1 to launch Microsoft...
poojo hackma
|
06-28-2006 04:18 PM
Greg Young | 1 | 27 |
|  | Hi all,
Can someone tell me how OS makde differentation betwen managed module
and unmanaged module.
Means say suppose i developed one exe in MFC...
AT
|
06-28-2006 09:49 AM
Ben Voigt | 3 | 31 |
|  | We have just released version 1.0.1 of the C5 generic collection
library for C# and .NET.
C5 is the most powerful and well-documented collection...
Peter Sestoft
|
06-27-2006 01:57 PM
Peter Sestoft | 0 | 31 |
|  | Hi,
i'm currently working on a way to determine current
database-connection-usage (Unpooled Connection, Pooled Connections,
....) and website...
hpw
|
06-27-2006 08:43 AM
hape | 2 | 28 |
|  | I am calling a method on a member field. The declaring type of the method
appears in my inheritance hierarchy, and I am making the call from...
Ben Voigt
|
06-27-2006 02:28 AM
AT | 14 | 52 |
|  | I noticed in the documentation,
http://msdn2.microsoft.com/en-us/library/ms404463.aspx, that ICeeFileGen
has/will be deprecated in the future.
What...
Dave.NET
|
06-26-2006 12:44 PM
Peter Ritchie | 3 | 57 |
|  | http://msdn2.microsoft.com/en-us/library/ms404463.aspx details ICeeFileGen as
being deprecated; but,...
Peter Ritchie
|
06-25-2006 08:59 PM
AT | 5 | 36 |
|  | hi,
i have encountered a strange behaviour when using ref parameters with
delegates. basically the changed value is not reflected back to...
Tim_Mac
|
06-25-2006 08:47 PM
Peter Bromley | 9 | 44 |
|  | Hello,
I have the following problem:
I have a .net 2.0 application, which dynamically loads a Managed C++
assembly. The managed c++ assembly has...
Thomas Krause
|
06-24-2006 07:00 AM
Willy Denoyette [MVP] | 3 | 42 |
|  | Hi,
Currently were moving all our IE hosted java controls over to .NET, we
have a two framed web page, the top frame contains a server client...
Kristopher Wragg
|
06-22-2006 05:36 PM
AT | 1 | 37 |
|  | The SerialPort class provided by Microsoft has some code like:
SerialPort.PortName set accessor
if (value.StartsWith(@"\\",...
Ben Voigt
|
06-21-2006 10:48 PM
AT | 25 | 160 |
|  | I have created an interactive cd-rom in vb2005. The government has not
made the upgrade to 2.0, is there any way to publish this out so that is
will...
zach toland
|
06-21-2006 05:07 PM
Thomas Scheidegger [MVP] | 1 | 43 |
|  | I have a multi-threaded application using both managed (C#/.NET) and
unmanaged code (C++). The unmanaged code calls into the manage code
(via COM...
Mark
|
06-21-2006 07:16 AM
Lionel Schiepers | 2 | 61 |
|  | Hi All,
I'm attempting to write a very basic 'Assebmly standards & policies
checker' for in-house use. This tool would open an assembly, and scan
it...
AT
|
06-20-2006 08:38 PM
Michael Cummings | 7 | 58 |
|  | What's the best litterature on how the clr optimizes things,
low-level?
I'm writing a continuation-style interpreter for a Lisp-flavour
language,...
Ole Nielsby
|
06-20-2006 04:41 PM
john conwell | 3 | 42 |
|  | Hi
I am building my Dotnet Framework 1.1 C# code with VS2005 (Framework2.0) .
For this process i use NAnt 0.85 RC4 Version.
During the Build i get...
SenthilVel
|
06-20-2006 10:58 AM
Peter Ritchie | 1 | 35 |
|  | As far as I know, GC won't touch object references in use. I was
susprised to see that one of my trace listeners got disposed at some
point during...
MoonStorm
|
06-20-2006 10:54 AM
Peter Ritchie | 1 | 53 |
|  | is there any easy way to format the subject(dn) that is returned by the
certificate2 class?. I notice that the UI control does it but how?
Mike B
|
06-19-2006 04:19 PM
Mike B | 0 | 28 |
|  | What is the minimum version of Visual Studio needed for CLR integration?
Also, has anyone tried using something besides C# or VB.Net? Thanks...
Neil Weicher
|
06-19-2006 03:23 PM
Michael Nemtsev | 1 | 34 |
|  | I tried to find a way to handle the remote events from another .net dll,
The scenario is, I have to handle the events from another .net dll by...
Thiyagu
|
06-19-2006 08:22 AM
Barry Kelly | 1 | 28 |
|  | A ThreadAbortException happens about 5-6 times a day (almost 200 times in
just over two months) in the thread that sends e-mail notices. This is...
Jim Sneeringer
|
06-16-2006 01:40 PM
Barry Kelly | 2 | 65 |
|  | Hi
I am in the Process of conversion of my existing 1.1 Dotnet Code to 2.0
framework.
for each project when i compile in VS2005 , i get this...
SenthilVel
|
06-16-2006 11:20 AM
Vadym Stetsyak | 1 | 41 |
|  | Hi there,
I tried to find a way to dynamically raise event using Reflection API. The
scenario is, I have to raise a event in a class instance by...
KIM
|
06-15-2006 07:03 PM
GhostInAK | 3 | 32 |
|  | Hi all,
I have ported my VB.Net project from VS2003 to VS2005.
I am calling mainform instance (static variable) from other VB .net
modules
from the...
mohan (AT) tek (DOT) com
|
06-15-2006 05:22 AM
Barry Kelly | 3 | 102 |
|  | I have written a small program that generates a dynamic assembly using
Reflection.Emit and adding IL code to it using ILGenerator.
Now, if I call...
Rickard
|
06-14-2006 04:12 AM
Rickard | 2 | 27 |
|  | On Tue, 13 Jun 2006 10:26:03 +0300, "Vadym Stetsyak" <vadym_s (AT) ukr (DOT) net>
wrote:
I'd like to keep the option to connect with diagnostic...
Lucvdv
|
06-13-2006 08:38 AM
Lucvdv | 4 | 99 |
|  | Hi
I am in a conversion project of Code from .Net 1.1 -->.Net 2.0 .
1. I am going to build all my projects with NAnt RC4 version and also...
SenthilVel
|
06-12-2006 08:58 AM
Ben Voigt | 1 | 37 |
|  | Given - .NET 2.0, App 1 creates a TCP listening socket on 127.0.0.1
App 2 connects to the same socket on 127.0.0.1.
All works fine until the app...
Jeffery Jones
|
06-12-2006 04:51 AM
Paul Horstink | 9 | 87 |
|  | Hello NG,
i have a big problem with establishing a network connection between two
Windows-forms Applications. The first application(server) has...
Arkadius Roczniewski
|
06-12-2006 04:50 AM
Paul Horstink | 2 | 44 |
|  | Mattias,
Hmm... I was afraid of that. Well, at least I know to bag looking for a
solution inside there. Is there something else I should be looking...
Lou Zher
|
06-09-2006 05:01 PM
Lou Zher | 8 | 68 |
|  | What are the GC Generation thresholds for .net 2.0?
For .net 1.0 it was 0.256, 2, 10 mb
Michael Nemtsev
|
06-08-2006 02:47 PM
Willy Denoyette [MVP] | 2 | 66 |