| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | The jit-compilers checks the same as what peverify does.
--------------------
<01ef01c32da8$251a44a0$a001280a (AT) phx (DOT) gbl>
<6Y0UsDuLDHA.2584...
AT
|
10-27-2003 06:08 PM
AT | 0 | 21 |
|  | Hello all. I don't know if this is the right newsgroup to post this message,
so sorry for any cross-posting.
I have a class inheriting from...
Célio Cidral Junior
|
10-27-2003 03:20 PM
Gabriele G. Ponti | 1 | 21 |
|  | Hey All,
been getting alot of CLR exceptions and out of memory exceptions on certain
machines. We have an old-school programmer on the team who still...
decrypted
|
10-27-2003 12:51 PM
AT | 5 | 15 |
|  | When trying GetMethod(string, Type) on a known method
that has the signature Method(ref typea, out DataSet), the
method is never found. When...
Lyle
|
10-27-2003 03:48 AM
Jon Skeet [C# MVP] | 1 | 22 |
|  | Hi
Why doesn't the following code throw a
SynchronizationLockException? MSDN
says "SynchronizationLockException is thrown if the
current thread does...
Sankar Nemani
|
10-25-2003 07:23 PM
Jon Skeet [C# MVP] | 3 | 14 |
|  | Hi,
Please disregard my last post. I found the meaning of oldversion and
newversion in the docs.
this post is long-ish but its quite a fundamental...
AT
|
10-24-2003 08:48 PM
Dave | 4 | 17 |
|  | We will be allowing this in V2.
--------------------
rp
microsoft.public.dotnet.framework.clr:7099
AT
|
10-24-2003 05:31 PM
AT | 0 | 17 |
|  | Can you send your repro program? If you do Assembly.Load, you should be
able to catch the exception.
OTOH, if you just want to be able to catch it...
AT
|
10-23-2003 08:52 PM
AT | 0 | 14 |
|  | This is not supported. Fyi, besides load context, security context would
also be an issue that needs to be considered for loading an assembly.
What...
AT
|
10-23-2003 08:40 PM
AT | 0 | 15 |
|  | Inheritance affects class layout, virtual overrides etc. Changing this
dynamically is not supported.
What is the scenario you would want to use this...
AT
|
10-23-2003 06:39 PM
AT | 0 | 10 |
|  | Hi folks,
i've posted this with no response on a few other lists this week, and
would be extra grateful of any help..
I know .NET is supposed to...
AT
|
10-23-2003 05:35 AM
AT | 3 | 16 |
|  | Hi,
Using 'int' in C# is just an alias (for lack of a better term) for the
System.Int32. So when you declare a int you are infact declaring...
Chris Taylor
|
10-22-2003 06:01 PM
Chris Taylor | 0 | 15 |
|  | I'm trying to define on my production machine the JIT debugger to catch a
bug that only appear there.... :-((
I googled and had a look to...
José Joye
|
10-22-2003 01:56 PM
José Joye | 6 | 16 |
|  | I have a Win form application, that receives large (more than 100 000
records) datasets
using ADO.NET
I open a form and execute data select. The form...
Sergey Ivasenko
|
10-22-2003 03:45 AM
Sergey Ivasenko | 4 | 22 |
|  | Frans Bouma wrote:
It's not in -any- version of XP by default. It's also not in SP1 or in
SP1a. It's a separate download on the windows update...
Mark
|
10-21-2003 01:43 PM
Mark | 0 | 13 |
|  | I am iterating through 454 rows of a table and with each row I use the ID
field to form a URI for a contact in a public folder on my exchange...
Schley Andrew Kutz
|
10-21-2003 08:39 AM
Girish Bharadwaj | 1 | 17 |
|  | hi,
I have an application which sends a dotnet binay file from client to
server. Is it possible to execute the dotnet binary in the server(I
have...
AT
|
10-21-2003 06:00 AM
Max | 4 | 15 |
|  | TimeZone - the only instance you can get is one representing the local time
zone
DateTime - cannot represent a time before 00:00:00 1 Jan 1 CE
What...
rick cameron
|
10-20-2003 08:18 PM
Michael \(michka\) Kaplan [MS] | 3 | 15 |
|  | Hi,
I have this small program using Direct 9.0b. The computation of `d1' and `d2' in
`launch' does not give the same results after I've initialized...
Emmanuel Stapf
|
10-19-2003 01:53 PM
David Notario [MSFT] | 5 | 26 |
|  | My CLR Profiler watches Function Entry
and Exit with COR_PRF_MONITOR_ENTERLEAVE
and logs Method Arguments with
ICorDebugILFrame::GetArgument...
Wolfinger Reinhard
|
10-19-2003 11:37 AM
AT | 3 | 14 |
|  | Went back and added the counters you requested and saw what you're seeing.
I found something interesting when i added other counters.
I added ...
Andy
|
10-17-2003 03:10 PM
Matthew Mastracci | 3 | 27 |
|  | I have written code the subscibe to a delegate that is called at a specific
interval. Initially, everything is fine, and the delegate works. ...
Greg Walrath
|
10-17-2003 05:57 AM
Dave | 4 | 15 |
|  | Hi,
"System.Diagnostics.Process.GetCurrentProcess().Thread.Count"
This does not work on the machine with mutiple CPU? Any hints from MS...
Shashank Welankar
|
10-17-2003 02:02 AM
Shashank Welankar | 6 | 19 |
|  | Yes, ModuleBuilder.GetType( ) is what I want!
Thanks!
xiaorun huang
"Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
xiaorun huang
|
10-16-2003 10:59 AM
xiaorun huang | 5 | 17 |
|  | Due to a recent increase in spam sent to posters in newsgroups, Microsoft advises that newsgroup participants should consider avoiding posting to...
Microsoft Communities Team [MSFT]
|
10-16-2003 04:16 AM
Vipul | 1 | 19 |
|  | Hi all,
I've got an application written in C# which reads from the registry.
Being started from a network file share, the app crashes. I found...
Roland Dick
|
10-15-2003 02:45 PM
Eric Cadwell | 1 | 15 |
|  | Hi all,
I want to extend a class in a dll without having the code for
it. Is it possible using codeDom? I still didn't studied codeDom and
I've just...
AT
|
10-15-2003 09:10 AM
Nick | 3 | 17 |
|  | I am researching the use of the CLR as a core OS for cheap embedded devices.
I am not having a great deal of luck finding resources on the subject...
zolan
|
10-14-2003 02:28 PM
Jay B. Harlow [MVP - Outlook] | 2 | 19 |
|  | This definitely looks like a problem somewhere, and the repro you have
provided is very clean. I'll try to get this issue escalated so we...
AT
|
10-14-2003 02:05 PM
AT | 1 | 17 |
|  | Hi,
Just want to know whether a new instance of CLR is
started for each .net application or a single instance of
CLR manages the execution of all...
Faraz Rasheed
|
10-14-2003 03:02 AM
Conrad Zhang | 3 | 19 |
|  | I have one class that descends from Component which has few public propertis
where some of them are also objects with their own public...
Doychin Bondzhev
|
10-14-2003 02:52 AM
Doychin Bondzhev | 2 | 17 |
|  | In a sample web application running on a 2 CPU machine, I have the following
Performance Counter values:
Average % Processor Time - Total =...
Mark Tucker
|
10-13-2003 08:53 PM
AT | 1 | 20 |
|  | Additional to my previous reply. Recarding how to retrieve CustomAttribute
information and emit it via reflection emit. If you know...
AT
|
10-13-2003 06:02 PM
Peter Koen | 1 | 22 |
|  | I am compiling code on the fly and it has been working great; however
I recently made a change to one of my external class libraries that...
AT
|
10-13-2003 05:03 PM
Peter Koen | 6 | 14 |
|  | Hi!
You may also want to have a look at WZProfiler that works across all
versions, available with source code...
AT
|
10-13-2003 04:02 PM
AT | 7 | 18 |
|  | This is a known issue:
http://support.microsoft.com/?id=821268
Gang Peng
AT
|
10-13-2003 03:45 PM
AT | 0 | 25 |
|  | A growing archive of fascinating media articles on current issues & affairs.
Available at Arcis Foundation Website:
www.arcis.co.uk/php/
--
Posted...
[AF] Abdulhafid
|
10-12-2003 08:19 AM
[AF] Abdulhafid | 0 | 21 |
|  | Hi,
I would like to access .net debugging data that stored in pdb's using
C#. I found the ISysWrapper assembly, which provices access to...
AT
|
10-10-2003 02:39 PM
AT | 1 | 16 |
|  | I have a complicated problem involving dynamic data that
needs to be read at design time.
Here's the situation:
I have a database table called...
Enrico
|
10-09-2003 05:07 PM
Peter Koen | 1 | 19 |
|  | I have configured Perfmon to monitor the HeapSize of a specific instance of
an application. If I compile that application in debug mode it works...
Ben R. Bolton
|
10-09-2003 02:38 PM
Stephen | 1 | 21 |
|  | Matthew Mastracci <matt (AT) aclaro (DOT) com> wrote in
news:OaJhKQejDHA.2436 (AT) TK2MSFTNGP09 (DOT) phx.gbl:
As far as I have checked your code...
Peter Koen
|
10-09-2003 09:50 AM
Matthew | 3 | 34 |
|  | I have a question relating to serializing a class that contains events.
Basically I want serialize a class (class1) that publishes an event
(event1)....
Anthony Coelho
|
10-09-2003 05:01 AM
Pave Husakouski | 2 | 16 |
|  | Have we any document that show the asp.net with clusert system / Load
Balance environment ?
Thanks
Max
|
10-07-2003 10:06 AM
Max | 0 | 17 |
|  | Partition III, section 1.1.2 says "A CLI Boolean type occupies one
byte in memory. A bit pattern of all zeroes denotes a value of false.
A bit...
Jon Shemitz
|
10-07-2003 12:04 AM
Jon Shemitz | 2 | 15 |
|  | I have been using VB.NET since its beta release a few
years ago. I was blown away by its debugging
capabilities. The ability to drill down into the...
Patrick Cannon
|
10-06-2003 11:02 PM
Robert Jacobson | 1 | 19 |
|  | I have configured my machine.config file to have the
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
section and defined the...
Jim
|
10-06-2003 08:38 PM
AT | 1 | 12 |
|  | THanks Mattias,
That's kind of what I've come up with in my informal tests. It seems from a
perspective of memory usage and loading unneccesary...
Rick Strahl [MVP]
|
10-06-2003 06:01 PM
AT | 2 | 16 |
|  | Indeed ... shame on me ...
that I dodn't have this idea myself.
thanks
Marek
marek
|
10-06-2003 05:01 AM
marek | 3 | 20 |
|  | I use a <codebase> element to tell the runtime to download a dll from a URL
; it caches this dll in the GAC download folder. But, if I haven't...
jc
|
10-03-2003 03:16 PM
Ice | 3 | 28 |
|  | Hello.
(I don't know if this is the right newsgroup to post this message, so sorry
if I'm cross-posting).
I am writing a base class which has an...
Célio Cidral Junior
|
10-03-2003 02:26 PM
AT | 1 | 18 |