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     
We would like to be able to use the System.CodeDom.CodeTypeReference.IsInterface() function, but its accessibility is internal. Would it be possible...
Paula Willis
05-02-2005 08:49 AM
Paula Willis Go to last post
4 33
OK. Here's my current assignment -- I need to write a formula parser which is *fast*, as the formulas will need to be interpreted (acting on new...
Lizard
04-30-2005 02:49 PM
Lizard Go to last post
2 19
Trying to learn how to emit IL code, and I have run into a problem which is probably mind-numbingly simple, but I cannot figure out what I am...
Lizard
04-28-2005 03:00 PM
Lizard Go to last post
0 31
Hi all, I can't seem to find the .doc files (e.g. Unmanaged Metadata, Hosting I/Fs, Profiling, etc) in this distribution. I did notice that the...
Dave.NET
04-23-2005 10:37 AM
Willy Denoyette [MVP] Go to last post
1 40
Since installing .NET 2.0 Beta 2 on my MCE 2004 machine, I have been unable to run Media Center and have been receiving the following errors in...
Paul B
04-23-2005 02:32 AM
Paul B Go to last post
4 22
What do you mean by 'Serious' application? Do you mean desktop applications only? From what I understand Biztalk 2004 is almost all managed code,...
Craig Vermeer
04-22-2005 10:01 PM
Michael \(michka\) Kaplan [MS] Go to last post
3 19
Hi. I'd like to know if there is any overhead in using static variables. I like to use them because the code is cleanner than when I'm using...
Ricardo
04-22-2005 04:10 PM
Michael D. Ober Go to last post
9 23
Hello, I've just started developing my first .net-program, so forgive me, if this may be a really simple question. Is there a way to produce a sound...
Rudolf Ziegaus
04-22-2005 07:32 AM
Walter Burger Go to last post
3 25
Greetings, I couldn't find a more appropriate NG so I thought I'd post my question here. Lets say I have a Windows Service that has some object...
Shawn B.
04-21-2005 06:09 PM
Sean Hederman Go to last post
9 19
Hi, ECMA states in Section 1.8.1.4 (Partition III) on Class and Object Initialization Rules: "An object constructor shall not return unless a...
George
04-21-2005 03:10 AM
George Go to last post
8 19
Hi there, Since Everything is Static and u r not modifying but accessing the value of the Static Array, so there is no need of Lock while...
Eric
04-19-2005 01:18 PM
AT Go to last post
1 27
Need to understans why while installing EDRA framework on diffrent tiers using diffrent snk (strong name) files fails. If the tier is referencing...
Piyush Thakuria
04-19-2005 07:46 AM
Piyush Thakuria Go to last post
0 19
Hi Stefan, Does my reply make sense to you? Do you still have any further concern on this issue? Please feel free to feedback. thanks Best...
Stefan G.
04-17-2005 10:40 PM
AT Go to last post
4 27
Traditional C++ Windows threading was easy - the HANDLES could besaved when creating the threads so you could kill them orWaitForSingle/Multiple...
Jeff Rockwell via .NET 247
04-17-2005 10:08 AM
AT Go to last post
1 39
In-Reply-To: <eeWx0RiQFHA.1172 (AT) TK2MSFTNGP12 (DOT) phx.gbl> Content-Type: text/plain; charset=ISO-8859-1;...
Bart Verkoeijen via .NET 247
04-16-2005 09:11 AM
Bart Verkoeijen Go to last post
8 22
Hi there, I have a problem with an assembly deployed in GAC. First of all, a little scenario description: We develop (small) WEB apps that use an...
AT
04-15-2005 10:51 AM
Brock Allen Go to last post
1 27
Hi there guys, Here is the code snippet which in which i am trying to read a file and taking two cases in first one i promote the object to Gen1 so...
AT
04-15-2005 07:53 AM
AT Go to last post
6 38
hiya, I have winforms app that contains buttons. Any time that I click on any of the buttons, I get an error: <error> An unhandled exception of...
chris yoker via DotNetMonster.com
04-15-2005 02:08 AM
jasmin Col Go to last post
4 34
I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start...
Zeng
04-14-2005 10:15 PM
AT Go to last post
1 35
Hi, I need to build a setup package. After software is installed, I need to create a web address shortcut on desktop. Is there a...
Hardy Wang
04-14-2005 10:05 PM
AT Go to last post
1 15
This is probably best answered int he web newsgroups. Regards, Kit
AT
04-14-2005 10:03 PM
AT Go to last post
0 22
I think your "Two" is a bit confusing here. The GC per se doesn't runn the finalizer, it simply puts the object on a queue (the freachable queue)...
Richard Blewett [DevelopMentor]
04-14-2005 03:17 PM
AT Go to last post
2 22
I have an IE hosted (by <Object> tag) user control. When IE download it, there is a time consuming Assembly CULTURE probing for the FRAMEWORK...
Paolo Pagano
04-14-2005 12:09 PM
Paolo Pagano Go to last post
0 22
Shud we consider different Generations as seperate memory space or its just the logical seperation of objects and while promoting the Objects to...
AT
04-14-2005 05:28 AM
Ravichandran J.V. Go to last post
11 34
Hi! Can I load several versions of an assembly in 1 AppDomain without using the GAC? Thanks Klaus Aschenbrenner www.csharp.at,...
Klaus Aschenbrenner
04-13-2005 09:14 PM
David Levine Go to last post
4 42
Is there a way to generate assemblies using VS 2005 that work with framework 1.1?
Sankar Nemani
04-13-2005 02:57 PM
Sankar Nemani Go to last post
0 26
In the chat "Visual C++ 2005 Library and Runtime Enhancements", http://msdn.microsoft.com/chats/transcripts/vstudio/vstudio_091604.aspx, there is...
Dave.NET
04-11-2005 06:31 PM
Dave.NET Go to last post
3 25
Hi there, I have a query about the garbage collection If i an array of an object of size, say 1000, and the object implements Idisposable, first of...
AT
04-10-2005 06:45 PM
Sherif ElMetainy Go to last post
4 29
Can someone tell me where can I get complete list of MSIL instructions along with the documentation. Thanks in advance
KDV
04-08-2005 08:49 AM
KDV Go to last post
2 30
Hi.. Can anyone let me know why most companies prefer C# when the same task can be accomplished using VB.NET in a simpler and easier way..?
Sarath Babu
04-08-2005 04:59 AM
Ravichandran J.V. Go to last post
9 16
Hello, and sorry for my delay;I had just unexpectedly to travel for business :-( Thanks for the help, I have understand this and corrected my...
Manfred Braun
04-07-2005 05:03 PM
Manfred Braun Go to last post
1 23
Hi Can someone please let me know if this is a feasible solution? Lets say I have a class TEST which has a method called RUN(). The RUN() method...
arvind
04-07-2005 04:07 PM
Sean Hederman Go to last post
1 21
Hi there, I was just wondering that when an object's finalized method is called, garbage collector must have marked it as garbage and unreachable...
AT
04-06-2005 05:28 PM
Willy Denoyette [MVP] Go to last post
3 26
Hi, Does anyone know what the verification rules concerning the initialization of a value class "this" pointer. In case of object classes, the...
George
04-06-2005 01:37 PM
AT Go to last post
3 24
Hi there, I am attaching a snippet of code here which tries to explain that if u have a class which contains both Unamanged resources and allocates...
AT
04-06-2005 06:00 AM
AT Go to last post
0 40
I know how to create a folder using the System.IO namespace but I'd like to be able to also assign active domain permissions and local permissions...
Darren
04-05-2005 12:20 PM
AT Go to last post
1 29
Hi I have a .NET windows App in which I load Assemblies using Assembly.Load into the current Application Domain, Search for Types which implement...
arvind
04-05-2005 12:01 PM
john conwell Go to last post
1 38
Hi there, I know about how the reference types passed by value works, it copies the pointer in the Stack (which is the pointer to the actual...
AT
04-04-2005 03:35 PM
Jon Skeet [C# MVP] Go to last post
1 31
I asked this question in microsoft.public.dotnet.security a week ago but I did not get any response so I'm trying here. We have a large desktop...
Bern McCarty
04-04-2005 03:30 PM
Bern McCarty Go to last post
2 17
Hi all, I need to do the remote debug of my application on a remote machine. This is the first time that I do this, so I could mistake... I opened...
Denny
04-04-2005 02:59 PM
AT Go to last post
1 24
First of all I am relatively new to .NET, so bear with me. I am facing a strange problem related to .Net JIT. Here's the problem: I have written a...
AT
04-04-2005 09:17 AM
Nicole Calinoiu Go to last post
1 21
Myself and others who have a serious investment in IDL have formed a petition to get Microsoft to get IDL out of the sidelines and back in to...
Richard Blewett [DevelopMentor]
04-01-2005 10:53 PM
Nick Malik [Microsoft] Go to last post
9 15
Hi, When is an object finalized? Just before it is being collected - or as soon as no one is referencing it anymore? Thanks, Phil
Philipp Schumann
04-01-2005 02:37 AM
Philipp Schumann Go to last post
3 16
Is there a way to enumerate Thread objects in the current application? You can enumerate ProcessThread objects, but you can't get a thread's...
Lucvdv
03-31-2005 06:07 AM
David Levine Go to last post
1 16
In the following code, the finalizers for Class1 and Worker are not called unless I change the thread to a background one or explicitly...
Beth Phillips
03-31-2005 04:21 AM
Beth Phillips Go to last post
11 29
In language, we apply an attribute to a type or member by specifying a constructor (of that attribute type) and passing appropriate arguments....
maxx
03-30-2005 02:47 PM
maxx Go to last post
4 17
Hello, I'm trying to determine if a date falls within a range. For instance.. given a range of "Mon 8AM to 5PM".. does "Mon 10AM" fall in...
AT
03-29-2005 05:36 PM
Jay B. Harlow [MVP - Outlook] Go to last post
2 25
So I guess you are saying that that does bypass CAS checking. Well it's certainly true that there are other ways to screw CAS up, but it does seem...
Dave
03-28-2005 07:54 PM
Brock Allen Go to last post
3 19
Hi. I have some proplem about Program Pinging. I develope program windows form pinging using microsoft.net framework It can to run under user...
Suchin Sinthuwanon via .NET 247
03-28-2005 02:58 PM
AT Go to last post
3 52
Hi I need some clarification on signing. what does it mean--signing an assembly? where is ti used? How is it used?
AVL
03-28-2005 02:45 PM
Justin Smith Go to last post
2 16
Post New Thread

Display Options
Showing threads 951 to 1000 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.