HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss in the Dotnet Framework (CLR) forum.



Post New Thread
Threads in Forum : Dotnet Framework (CLR) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm writing a utility to dump out the contents of any object. I'm having trouble getting indexed property values because I can't find a way to...
John Sands
02-09-2004 01:59 PM
AT Go to last post
5 24
Hi everyone I'd like to understand the conditions under which the CTS grants access to program entities. So I took a look at the CLI standard...
pn
02-09-2004 10:36 AM
pn Go to last post
0 18
I am hoping this is a quick solution. I am trying to get the CLR Profiler working on my machine and it doesn't seem to be hooking into...
Tyson Brown
02-08-2004 09:16 PM
Tyson Brown Go to last post
1 20
I'm getting the System.ExecutionEngineException from my data layer when I'm trying to Insert a duplicate row into the database using the...
ShijuFrancis
02-05-2004 04:58 PM
Justin Rogers Go to last post
1 27
Hi, Does managed heap belong to specified app domain? If it does then is the collection done independently for all app domains? Kamil
Kamil Dworkowski
02-05-2004 04:10 PM
Willy Denoyette [MVP] Go to last post
1 15
I am searching for a suspected memory leak and I have made some assumptions and I would be grateful if someone could check my thinking... I have a...
Nick Carter
02-04-2004 04:58 PM
Nick Carter Go to last post
4 12
Hi Mark The GC does indeed clean up the large object heap, but keep in mind, doing so is very expensive, so the GC will only do so when it's...
AT
02-04-2004 04:47 PM
AT Go to last post
0 17
Hi all does the CLR performs any load-time check for tampering/security on a strongly name assembly that is privately deployed (not installed into...
Dan
02-04-2004 02:35 PM
Sebastian Lange Go to last post
8 24
I found that statement in some book but it does not comply with Framework SDK Documentation. Kamil Dworakowski
Kamil Dworkowski
02-04-2004 09:52 AM
Jeffrey Wynn Go to last post
2 19
I'm trying to set the user's screensaver in the .NET world... In Win32 I could use a combination of setting the screen saver name via the registry...
Christopher Burr
02-04-2004 08:44 AM
Christopher Burr Go to last post
4 24
Hi I am trying to implement an enterprise level application in C# with various functionalities such as database access,Disk I/O and GDI...
Manish Buttan
02-03-2004 08:41 PM
Benjamin Wootton Go to last post
1 19
Hi, I need to write my custom LicenseProvider. I would like to kown if the license key stored with context.SetSavedLicenseKey(...) is stored in...
Frédérick Jacquet
02-03-2004 09:56 AM
Michael Giagnocavo [MVP] Go to last post
9 27
Maybe someone knows how to solve this one. My context is the following: a VB.NET WinForms app gives the following error message when launched in the...
AT
02-02-2004 08:32 PM
AT Go to last post
3 22
I am getting a warning on a custom control that is first in the build order, and is used throughout my main project, which is called Practice...
JT
02-02-2004 04:05 PM
JW Go to last post
1 19
Hi Klaus, Visual Studio supports code model. You can edit your existing code with the code model object. Please...
AT
02-02-2004 01:05 AM
AT Go to last post
0 16
I'm trying to compile an assembly in memory (kind of a plugin thing) that references another assembly in memory. Unfortunantly, the CompilerOptions...
Ray Johnson
01-30-2004 08:55 PM
Ray Johnson Go to last post
4 16
what is this internal compiler error? How is it generated how to correct it?
reiks
01-30-2004 05:40 PM
AT Go to last post
2 18
Hi, I am developing a multi-threaded windows service in C#. It is intended to run on a multi-processor server. Single Application domain. To...
AT
01-30-2004 05:34 PM
AT Go to last post
2 20
hi all i know that i should not cross-post, but i am not sure to which group to post this question. 2 quesions about volatile: 1. i use volatile...
Assaf
01-30-2004 05:33 PM
Jerry III Go to last post
19 22
Hello, I'm using the StackTrace class in order to display the stack trace when an exception occurs. I also display the parameter name and type of...
Bruno Ceysens
01-30-2004 03:15 PM
AT Go to last post
3 20
On some W2K SP4 machines the error CLR 8007000b occurs when my C# application starts. After installation the app starts normally. After some time...
Franz Häring
01-30-2004 02:17 PM
AT Go to last post
4 38
I note that among the properties provided by the MethodBase class is this strange one: IsFamilyOrAssembly. According to the description provided in...
AT
01-30-2004 12:01 PM
AT Go to last post
0 27
Our deployement consists of web server (dual processor) and application server (dual processor). The ASP.NET web application makes...
Raghu
01-30-2004 09:02 AM
Raghu Go to last post
2 9
Hello How big assembly with numerous namespaces can affect performance of the application. I understand that the overhead is on start when the...
Vadym Stetsyak
01-30-2004 03:32 AM
AT Go to last post
8 14
Hi there! Is there any way how can I stop garbage collection for a period of time. Lets say, I have a form. Before form load I pause the GC and...
Vadym Stetsyak
01-30-2004 03:19 AM
Valery Pryamikov Go to last post
5 19
(Framework 1.1/ VS.Net 2003/XP/IE 6) I have an Internet Explorer Band Object that is experiencing "extreme confusion" when attempting to bind to...
jwallison
01-29-2004 01:18 PM
jwallison Go to last post
0 16
Hi, I've been investigating hosting the CLR in our app. However, all the examples I have found on the Net where a CLR loads an assembly,...
AT
01-28-2004 04:26 PM
AT Go to last post
4 17
All - Running V1.1 of the framework on an MP machine and based on what I've been reading, am I correct to suggest that the Workstation GC is what is...
Ice
01-28-2004 11:31 AM
AT Go to last post
4 19
Does anyone know if there is a list of known .NET Framework memory leaks ? I have some suspicions...
Nick Carter
01-28-2004 10:19 AM
Nick Carter Go to last post
0 22
Is there any opendirectory dialog box similar to the open file dialog box My requirement is to allow the user to select a destination folder How...
reiks
01-28-2004 12:27 AM
Gaurav Khanna [C# MVP] Go to last post
2 21
Hello , I have just rebuild an existing application with vs.net 2003. This application is deployed following the no-touch deployment pattern (i.e....
AT
01-27-2004 09:02 PM
AT Go to last post
1 17
I have a question Java has a runtime, garbage collection and a JIT. Does Java use 'managed code'? If not, what does the CLR offer in additoin to...
Ben
01-27-2004 11:21 AM
AT Go to last post
2 14
Hi All, When I create a new StackTrace object using System.Diagnostics.StackTrace class, it does not seem to have the complete stacktrace of the...
Sankar Nemani
01-27-2004 06:39 AM
Per Larsen Go to last post
7 20
Hi I'm developing a .Net App that uses a dll (say, dll_1) created in VC6 and _successfully_ recompiled in .Net 2003 (unmanaged, no wrappers). The...
Anna
01-26-2004 10:36 PM
Anna Go to last post
0 14
I've to override the getUpdateCommand method of OledbCommandBuilder but I see that OledbCommandBuilder is NotInheritable and I can't implement an...
AT
01-26-2004 08:06 PM
AT Go to last post
1 16
Please send any issues related to interop, to the interop newsgroup. Thanks
AT
01-26-2004 02:55 PM
AT Go to last post
0 13
Can we porpose that any, and all queries related to interop, be asked in the interop newsgroup. Thanks
AT
01-26-2004 02:54 PM
AT Go to last post
0 15
I am not sure why my non-thread safe code works and hope that I can get some insight from someone. I have the following class:- class...
Nick Carter
01-26-2004 01:50 PM
Miha Markic Go to last post
4 23
We did battle with this issue for a while. After some pretty extensive testing it appears that CRT is not aware that the system is sharing...
JerryK
01-26-2004 01:34 PM
JerryK Go to last post
0 17
It appears our problem was a non-.NET memory leak in a 3rd party control, of which we were not using the latest version. The .NET performance...
Paul Wilson
01-26-2004 10:39 AM
AT Go to last post
3 14
I don't think you would be able to find such whitepaper - it's like description of implementation, right? If MS did not provide it, who can - I mean...
AlexS
01-23-2004 12:47 PM
AT Go to last post
2 16
Hi Can you tell me if .net platform support multilevel inheritance. Such as in C++? ek
EK
01-22-2004 11:00 PM
Richard A. Lowe Go to last post
5 15
I have created my own application to handle unmanaged clr exceptions using the DbgManagedDebugger registry setting. I tested it and it does get...
Ken Varn
01-22-2004 08:36 PM
AT Go to last post
5 12
It should be have just as any other process. The GC won't help out if you are using that much data yourself, as it will only clean up...
Daniel O'Connell
01-22-2004 07:28 PM
Daniel O'Connell Go to last post
0 19
There are a number of memory-related fields in the Process object that appear to be similar to counters under the Process object in Perfmon. Is...
Bert Hyman
01-22-2004 05:03 PM
AT Go to last post
1 13
How can i transform xslt that has <xsl:include href="XX.Xsl"/> in c# i had noticed that i may be related to XmlUrlResolver can anyone explain how...
Bnaya Eshet
01-21-2004 09:26 AM
Bnaya Eshet Go to last post
0 21
I'm passing in TheUser to this function and am using the streamreader and writer to do a search through the ini file to find a line to replace. I...
Terry
01-20-2004 09:54 PM
Jay B. Harlow [MVP - Outlook] Go to last post
3 18
Is it dependant as per a normal process on the number of CPU's and variant of OS installed ? Later
Matt Davey
01-20-2004 07:12 PM
AT Go to last post
4 16
Hi all, first of all, I'm a .NET newbie, and while I have done some basic research and browsing, chances are that my question is trivial and I...
Claus Brod
01-20-2004 03:18 PM
AT Go to last post
1 19
Hi all, It is my understanding that if the main thread spawns a new thread, exceptions that are thrown in the new thread can't be caught in the...
Sankar Nemani
01-20-2004 02:25 PM
AT Go to last post
2 11
Post New Thread

Display Options
Showing threads 1751 to 1800 of 2241
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.