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     
My server application gets an OutOfMemoryException after running a few hours. I’ve inspecting mini dumps with WinDbg + sos.dll and believe that...
s_mondrup
10-06-2005 08:57 AM
s_mondrup Go to last post
12 40
is it possible to get collection of passed-in values in a method call ? I would like to get values of parameters for logging/debuging...
Michał Januszczyk
10-06-2005 08:53 AM
Michał Januszczyk Go to last post
6 23
I know that there is a note in the documentation of the System.Threading.Thread class saying that there is no fixed relationship between a ThreadId...
Rafal Zwierz
10-06-2005 08:43 AM
Rafal Zwierz Go to last post
9 27
hi, i am trying to make some assembler things (embeded, so no relation with ..net or anything, just basic dos assembler), i am checking some sources...
VooDoo
10-06-2005 05:27 AM
AlejandroLapeyre Go to last post
1 25
if i want to call into another AppDomain with messing with Remoting, i can use the AppDomain.DoCallBack() passing in a CrossAppDomainDelegate. But...
john conwell
10-05-2005 04:57 PM
john conwell Go to last post
3 36
Hi, I have a .NET application that spawns a lot of threads that are then executed according to availability of threads in the thread pool. In each...
marvind
10-05-2005 01:37 PM
john conwell Go to last post
1 35
I have just applied SP1 to my Framework 1.1 install. I have noticed something peculiar now. For some reason, I have to restart my web...
Ken Varn
10-04-2005 04:15 PM
Ken Varn Go to last post
0 23
Your String.Replace approach looks fine to me. I wouldn't expect to the system to support parsing of 'dirty' data. I presume you are sure that ','...
AT
10-04-2005 03:30 PM
Jon Skeet [C# MVP] Go to last post
7 34
Looking through these newsgroups I notice there isn't an actual group for Enterprise Services and I'm wondering if someone could maybe give me a...
James
10-04-2005 02:29 PM
James Alexander Go to last post
1 19
"ApplicationName must be set before the DynamicBase can be set" This is the message of the exception returned when I try to load an assembly into ...
AT
10-03-2005 06:02 PM
AT Go to last post
1 21
I encountered the following error, but can't seem to solve it. How and where to set the Path Property? I'm writing a client web application ("add web...
susan
10-03-2005 12:06 AM
susan Go to last post
0 30
Hi, I'm trying to find a way that I can view the DLLs loaded into a Appdomain. Using the sysInternals process explorer tool I can view all the...
AT
09-30-2005 06:26 PM
Yedu Go to last post
2 29
Hi I'm curious. If a class is written with an empty finalizer is there any reason why the compiler could not 'optimize' this away? Cheers Emma...
AT
09-30-2005 11:40 AM
Jon Skeet [C# MVP] Go to last post
3 26
Hi to all. Is there a way to control the size of the managed heap before it is allocated in the beginning of the application execution? The thing is...
Amir Shitrit
09-29-2005 05:05 PM
Amir Shitrit Go to last post
6 34
I have generated a control that simpifies most of the layout problems that asp.net 1.1 and 1.0 face. I want to submit it to microsoft for...
Umut Tezduyar
09-28-2005 11:05 PM
Scott M. Go to last post
4 34
Hi All, I posted this to an xml group but I thought this post might fare better here.... I've been working on a means to create dynamic asemblies...
AT
09-28-2005 09:53 AM
AT Go to last post
1 23
Hi, I'm developing an assembly that contains a managed class and an unmanged class. The managed class contains an instance of the unamanged...
Mikanu
09-28-2005 01:55 AM
AT Go to last post
8 28
Is there any way to set the shadow copy path for the current domain?? I know it can be done for a newly created domain, but I need to do it for the...
EP
09-27-2005 05:43 PM
EP Go to last post
0 23
Hello, I'm trying to figure out a way to tell if there are any remaining references to an object, sort of the way the garbage collector does. Is...
4eyed
09-27-2005 01:18 PM
Shawn B. Go to last post
5 27
Is there a debug version of the 1.1 framework available? I'm getting a null reference exception in System.Data.dll that I'd like to track down but...
Darren
09-26-2005 12:40 AM
Gaurav Khanna [MSFT] Go to last post
3 45
Check out the article titled : Dear Mr Gates, A suggestion to make the CLR Ubiquitous at http://dreams2text.blogspot.com/
AT
09-24-2005 11:14 AM
Scott M. Go to last post
3 26
hi, according to the documentation System.Drawing.Font is serializable, well at least it should be because it implements ISerializable. but when...
SharpCoderMP
09-23-2005 10:11 AM
Ollie Riches Go to last post
1 32
Check out the article titled : Dear Mr Gates, A suggestion to make the CLR Ubiquitous at http://dreams2text.blogspot.com/
AT
09-23-2005 06:52 AM
AT Go to last post
0 23
Hi, Extras from ECMA standard, 3rd edition: "If an overridden generic method has one or more constraints on its generic arguments then: • ... •...
George
09-21-2005 04:37 PM
George Go to last post
4 34
Hi, I have followed the advice by Adam Nathan in his ".Net and COM - The Complete Interoperability Guide" to develop a COM component in C#...
Bob
09-21-2005 07:20 AM
Bob Go to last post
0 47
I am writing a managed/unmanaged C++ application which runs on Windows XP and 2003 server without any problem. Under Windows 2003 Server with SP1...
Joseph Schwarz
09-20-2005 10:16 AM
Joseph Schwarz Go to last post
2 58
What is the actual bit layout of the decimal data type? i.e.; if the double data type layout is sign = 1 bit, biased exponent = 11 bits, and...
mdavidjohnson
09-20-2005 03:05 AM
AT Go to last post
8 49
"Mattias Sjögren" wrote: But if I simply use the TypeBuilder I have, I will end up defining a function looking like this: public static A Func(A...
Corey Kosak
09-18-2005 12:58 PM
Corey Kosak Go to last post
3 32
I get a CS0618 that AppDomain.AppendPrivatePath is obsolete. The suggestion is to use AppDomainSetup.PrivateBinPath instead, but no matter how I set...
Jared Bienz
09-16-2005 02:25 PM
Nick Hertl Go to last post
1 38
I'm trying to write an IAS Extension DLL using some managed code to do the authentication. I've created a C++ mixed-mode DLL, as IAS need standard...
neilgg
09-15-2005 09:57 AM
tech1 Go to last post
1 24
Hello all I am looking for 2 programmers who need following 1.Passion about their work 2.Energy 3.Strong Problem solving skills 4.Strong C and...
JimGreen
09-14-2005 09:21 PM
JimGreen Go to last post
0 43
Hi There, I have a rather tricky problem: On one of the Windows XP Pro installations, my .Net application has nothing more to say...
Chris
09-12-2005 02:25 PM
Nick Hertl Go to last post
1 41
Hi, I have a compiled assembly: source.dll. I would like to add a single method
Dominic Souvoigne
09-12-2005 02:17 PM
Nick Hertl Go to last post
1 28
Hi, The new ECMA standard introduces generics in CLR. There are mentioned "boxed types". Thus, boxing a value whose type is a generic parameter...
George
09-11-2005 04:15 PM
George Go to last post
0 26
Hi All I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local...
programmerforknowledge
09-11-2005 10:26 AM
David Browne Go to last post
1 45
I have a VB.NET application that is composed of an .exe and multiple .dlls. When I run this application on my development machine either in the IDE...
news.microsoft.com
09-09-2005 05:50 PM
Willy Denoyette [MVP] Go to last post
2 47
Hi, Can anybody tell me how to find whether any system has hyperthreading enable or disable using .Net languages or Win SDK .
Yogesh
09-08-2005 03:06 PM
Willy Denoyette [MVP] Go to last post
4 49
I have some code that serializes an array of objects: XmlSerializer serializer = new XmlSerializer(typeof(Purchase)); XmlTextWriter w = new...
Kevin Burton
09-08-2005 05:23 AM
Oliver Sturm Go to last post
1 27
How can one enumerate all running Thread objects in AppDomain? Is there a way to do it in .NET 2.0?
Alex Bereznyi
09-08-2005 02:13 AM
coollzh Go to last post
1 28
Hi How can I read (XMP) Metadata information using C# ?? Adobe photoshop Save and retrieve (XMP) Metadata information from the files ... In Adobe...
Fraas
09-07-2005 09:39 AM
Michel Go to last post
1 41
Hi, Is there any way to compile a selected class file in vb.net instead of compiling the whole project. Thanks Ia
a
09-07-2005 09:27 AM
Collin Bennett Go to last post
2 25
Hello All. We have an application (a set of services) that runs credit applications through a series of workflow steps to determine if credit should...
Robert Reineri
09-06-2005 12:10 PM
Robert Reineri Go to last post
2 29
After migrating our application from Win 2000 (Data Centre Edition) to Win2003 (enterprise edition) we have started facing wierd problems.. Our...
Yogesh S
09-06-2005 11:44 AM
Yogesh S Go to last post
0 21
Is there a way to override an explicit implementation, say CollectionBase.IList.Insert(), and then in my override defer to that implementation? I've...
nickdu
09-05-2005 01:57 PM
TaylorMichaelL Go to last post
1 40
Is there a way in which I can access the CLR information, like what .NET applications are running, the object that are created, the memory the...
Eduardo Fonseca B.
09-05-2005 05:35 AM
Vadym Stetsyak Go to last post
3 40
We're receiving a StackOverflowException intermittently. I've attached with WinDbg and provided some of the stack below (you can see the...
Matt Garven
09-01-2005 01:02 AM
Pavel Lebedinsky [MSFT] Go to last post
5 39
Hi all.... Is it possible to cast a Hashtable object to a SqlParameterCollection object? Both types implements ICollection interface, so I think it...
Jaime Stuardo
08-30-2005 02:21 PM
Jon Skeet [C# MVP] Go to last post
2 43
Guys, Does anyone know much about the IExpando interface? I have a business object I've created and I'd like to add support for methods /...
Matt Adamson
08-30-2005 11:53 AM
Matt Adamson Go to last post
3 53
Hello all! I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a...
Mikael Östberg
08-29-2005 04:40 PM
Nick Hertl Go to last post
3 23
Hi folks, I'm getting the following error message using the System.Activator.CreateInstance shared method: A first chance exception of type...
Harry F. Harrison
08-29-2005 02:06 PM
Harry F. Harrison Go to last post
0 22
Post New Thread

Display Options
Showing threads 751 to 800 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.