| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | hi everyone
which is more efficient: casting or using the convert class? please give
reasons.
tia
comp_sci_kid
|
06-15-2005 11:49 AM
john conwell | 2 | 28 |
|  | I have the following instruction in C++.NET :
x = log10(n);
int y = (int)(x * h);
where x, h, n are of type double, and x receives the value...
Tom
|
06-14-2005 08:15 PM
Tom | 2 | 29 |
|  | I'm interested to know if having a few threads with the RealTime
priority can somehow "disable" the GC. I know these are not...
Marius Gheorghe
|
06-14-2005 07:52 PM
john conwell | 2 | 48 |
|  | Something I can't quite get out of the docs, is what the 'normal' way is to
implement a service's main body.
My service collects data from...
Lucvdv
|
06-14-2005 11:50 AM
Lucvdv | 2 | 22 |
|  | I Am trying to migrate a vb6 project to vb.net but in the upgrade wizard the
conversion crash with a critical error (vbu.exe unspecified error ....)...
DavideR
|
06-14-2005 04:04 AM
DavideR | 0 | 32 |
|  | Hi,
does anyone know why the CLR bytecode verifier require that a
tail.
call
instruction shall be immediately followed by a "ret"...
George
|
06-12-2005 07:15 AM
George | 2 | 57 |
|  | Hello,
I am often using XML serialization to deserialize type values from XML
files. Recently I came across the exception thrown by Framework when I...
Vagif Abilov
|
06-12-2005 02:07 AM
Jon Skeet [C# MVP] | 9 | 23 |
|  | Hi all,
Can anyone tell me why the code below leaks?
Here is what I do:
1) create new AppDomain
2) create an instance of AppDomain2Class in it,
3)...
greg
|
06-11-2005 11:00 PM
greg | 0 | 21 |
|  | Hi All,
"Threads that are waiting for ownership of a mutex are placed in a first in, first out (FIFO) queue.
Therefore, the first thread to wait on...
Aleksey Tkachenko
|
06-10-2005 08:33 PM
Aleksey Tkachenko | 6 | 32 |
|  | It seems sometime ago I heard you could compile a .net exe or assembly into a
native win32 exe or dll, is this possible?
Kurt
|
06-10-2005 04:22 PM
Brock Allen | 1 | 20 |
|  | I've got a class that uses a Net.Sockets.TcpClient in VB.Net 2003, approx.
like below (I snipped all code that isn't related to the problem).
For...
Lucvdv
|
06-09-2005 07:23 AM
Lucvdv | 3 | 42 |
|  | (Type your message here)
Dear friends,
Here is my problem:
I am developing one project in VC++.Net and creating APPLICATIONDOMAIN for one .exe file...
Rajesh Sutariya via .NET 247
|
06-08-2005 08:28 AM
Rajesh Sutariya via .NET 247 | 0 | 26 |
|  | i want to dynamically load .dll files and then get value of a satic property. i am doing this but getting an error:
Assembly asm =...
jas singh via .NET 247
|
06-07-2005 02:49 PM
Jon Skeet [C# MVP] | 1 | 31 |
|  | I used to create services in a 'self-installing' way: a single executable
that serves both as the service executable and as...
Lucvdv
|
06-07-2005 02:44 AM
Lucvdv | 2 | 25 |
|  | Hi,
I have developed an application that uses mixed C++ to integrate managed
..NET applications with an unmanaged C++ application whose behaviour I...
Paul Kenny
|
06-06-2005 11:31 AM
Paul Kenny | 0 | 42 |
|  | I have an application written in .NET that reads in data as doubles. For
various reasons, I have a need to know if a given double that I'm reading...
Jason Frank
|
06-02-2005 03:59 AM
AT | 10 | 48 |
|  | Hit send too early. Anyways, critical sections have been changed
in W2K3 SP1 / XP x64 to allow non-FIFO order under contention.
Pavel Lebedinsky [MSFT]
|
05-28-2005 02:12 PM
Willy Denoyette [MVP] | 3 | 29 |
|  | One aspect of an application I'm working on requires doubles to be sent to a
browser in XML, and therefore the doubles have to be represented as...
Jason Frank
|
05-28-2005 03:43 AM
AT | 7 | 32 |
|  | I'm trying to use windbg's "!htrace" command to find the source of a
handle leak in a C# app I have. To understand the !htrace output, I
have...
jd
|
05-28-2005 01:41 AM
Pavel Lebedinsky [MSFT] | 4 | 37 |
|  | That's it, thanks. More specifically its:
System.Reflection.Assembly.GetExecutingAssembly().Location
"Mattias Sjögren" <mattias.dont.want.spam...
Joe Rattz
|
05-27-2005 01:36 PM
Joe Rattz | 1 | 36 |
|  | Putting aside all the arguments for and against (if you can), is it POSSIBLE
to:
Use ILMerge to link the runtime (or the relevant bits of it) so...
Rich
|
05-25-2005 10:02 AM
Rich | 0 | 31 |
|  | Hello,
I have a simple set of assemblies:
Directory A: Assembly "A", references Assembly "Common" (strong identity,
signed, version 1.1)
Directory...
Vagif Abilov
|
05-24-2005 01:54 PM
Vagif Abilov | 0 | 20 |
|  | Hi,
I have DLL which I made in C++. It has callback to managed code. First
time when the callback is called, it works fine. But, second time I...
Nenad Dobrilovic
|
05-24-2005 12:18 PM
Nenad Dobrilovic | 0 | 32 |
|  | I've got a couple of things I'm not sure in my mind about as far as the
options to CorBindToRuntimeEx go:
1. Is the default option for Windows Forms...
Sean Hederman
|
05-22-2005 01:51 PM
Sean Hederman | 1 | 19 |
|  | Unfortunately this won't help. Private bin path can't lie outside the
application base, i.e. it's just a hint to searh in other sub-directories.
It...
Vagif Abilov
|
05-21-2005 01:04 PM
Vagif Abilov | 3 | 30 |
|  | Do you know how to modify a resource file existing in a C# project. I mean read a resouce file and change its contents.
It would be great help to me....
Sandeep Sahu via .NET 247
|
05-21-2005 11:54 AM
Arne Janning | 1 | 34 |
|  | Althought I have read hundreds if not more pages on
msdn as well other sites on IDisposable and heap
generations. I am still a bit confused as to...
CodeGuru
|
05-21-2005 03:54 AM
Ravichandran J.V. | 9 | 17 |
|  | I have a fiarly high powered machine for development. This is a bit of curse
at times though, since I am sometimes not exposed to the bottlenecks...
Robert Hooker
|
05-20-2005 02:25 PM
Cowboy (Gregory A. Beamer) - MVP | 2 | 26 |
|  | One complete day a lost finding the problem, Now I know what is, but I
don't know why?
This is my simple source code. The first method call the...
Anibal Acosta
|
05-19-2005 06:46 PM
Feroze [msft] | 1 | 26 |
|  | Hello,
Please someone help me in the following verification question:
I know that verifier shall simulate all possible control flow paths...
George
|
05-19-2005 02:50 PM
Matt Grice [MSFT] | 2 | 29 |
|  | To be more specific, you cant unload an assembly from an AppDomain. but you
can load and unload another AppDomain. You only shot is to create a...
john conwell
|
05-19-2005 02:44 PM
john conwell | 0 | 23 |
|  | Hello !
I am new to the community and related stuff. However I was wondering that
wether CLR would be able to understand or can be extended to...
Haroon
|
05-19-2005 02:41 PM
john conwell | 6 | 31 |
|  | Hello.
I have a .net remoting host which is windows service.
Most of the server component are servicedComponent.
They're located in GAC.
The problem...
arnold park
|
05-19-2005 10:31 AM
Phil Wilson | 2 | 28 |
|  | This method (and also PropertyInfo.GetRawConstantValue) are new in Beta2.
Using reflector, the implementation of these methods simply throw a...
Simon Ellis
|
05-18-2005 06:00 AM
Simon Ellis | 0 | 28 |
|  | Suppose an assembly "Main" is using class "A" from another Assembly "Dep" as
follows :
A a = new A();
a.MethodOne();
At what time is the call to...
Atul Godbole
|
05-18-2005 04:42 AM
AT | 1 | 26 |
|  | I am working in managed C++. I have a Mutex object in which I need to
replace the Handle property with a new handle. The new handle is...
Ken Varn
|
05-17-2005 04:57 PM
Carl Daniel [VC++ MVP] | 7 | 23 |
|  | If you register for the Application.ThreadException event you will be
demanding Unmanaged Code permission. The default intranet or internet...
Justin Smith
|
05-17-2005 09:46 AM
Justin Smith | 0 | 23 |
|  | Hi,
executing the following on a local drive works fine :
FileStream wLog = File.OpenRead("c:\Log.txt")
FileStream wLog =...
cmrchs
|
05-13-2005 06:40 AM
Chris | 2 | 28 |
|  | and if so what is it?
Thanks
Jon Jagger
Jon Jagger
|
05-13-2005 02:41 AM
Jon Jagger | 7 | 34 |
|  | Hello,
Why is it recommended to set the strong reference to null once the use is
over? Will the garbage collector be able to collect all my weak...
Manikkoth
|
05-12-2005 01:06 PM
AT | 2 | 32 |
|  | Dear JV,
Yes, you are right the .Name is not a runtime property. It is available
even at type creation. What i need is to retrieve the value that...
AT
|
05-09-2005 02:05 AM
Ravichandran J.V. | 3 | 19 |
|  | Hi,
I'm designing a small AOP framework (for my thesis) and I'm planning to use
MessageSinks. There is just one problem: I want to identify (from...
Bart
|
05-08-2005 03:02 PM
Sherif | 2 | 41 |
|  | Hi
What are the options for sorting a StringCollection? I'm quite surprised
that StringCollection doesn't have any sorting capability built...
Ben Fidge
|
05-08-2005 02:54 PM
Sherif | 4 | 45 |
|  | For example i am loading a dataset to the session, I want to check how much
the object takes? (with all his references / childs...)
Can it be done?
Ran Davidovitz
|
05-07-2005 02:14 PM
serge luca | 3 | 39 |
|  | Is it (or will it be) possible to unload an assembly in .Net 2.0?
Thanks, F.
_______________
The Netron Project
http://netron.sf.net
AT
|
05-06-2005 12:57 PM
Thomas Scheidegger [MVP] | 3 | 26 |
|  | Thanks for all responses. You are correct that I am (incorrectly) passing a
MemberRef token so that is the source of a problem. I was receving...
Keith Dorken
|
05-05-2005 09:21 PM
AT | 4 | 23 |
|  | Hi All.
I am using the SecureBlackBox class for cryptography to create a new
X509 certificate.
SBX509.TElX509Certificate certUsr = new...
AT
|
05-04-2005 08:15 PM
Sushant Bhatia | 3 | 28 |
|  | Hi!
One of my customers has the following requirement:
They are generating with CodeDOM C# code from an XML definition file.
Furthermore they are...
Klaus Aschenbrenner
|
05-03-2005 09:20 PM
Ice | 2 | 28 |
|  | Hi All,
I would just evaluate, how good the Process.Exited event works in process
monitoring. I made the experience, it works fine for proceses,...
Manfred Braun
|
05-03-2005 03:22 PM
Manfred Braun | 8 | 25 |
|  | Folks,
We've run into a problem with the System.Diagnostics.Process object. It
doesn't work (throws an exception) and seemly random...
Arnie
|
05-02-2005 02:06 PM
Arnie | 6 | 51 |