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     
Hi all I have the following scenario in brief: There are two classes EventRaiser and EventConsumer. The EventRaiser raises an event and...
Rahul Kumar
07-27-2003 08:38 PM
Niall Go to last post
4 11
Hi, Regarding the mscorsvr v mscorwks libraries, I was wondering how we can ensure that we use the server build for our target environment. We...
mk
07-27-2003 12:42 PM
Shri Borde Go to last post
1 19
Hi! Use Assembly.Load if the target DLL would be in the GAC. Or if you know the exact path, use Assembly.LoadFrom. Regards, Gaurav...
Kumar Gaurav Khanna [.NET MVP]
07-25-2003 08:29 PM
Kumar Gaurav Khanna [.NET MVP] Go to last post
0 18
Nick Carter <nickc (AT) nospamplease (DOT) com> wrote: There's a big difference between validating and authenticating. I meant are you giving a...
Nick Carter
07-25-2003 08:28 PM
Kumar Gaurav Khanna [.NET MVP] Go to last post
5 18
Hello, I get a very strange thing. Some form generates an exception during load. Application has a catch block to deal with it. Everything is ok if...
Oleg
07-25-2003 08:26 PM
Kumar Gaurav Khanna [.NET MVP] Go to last post
2 51
Hi, I wonder is it possible to iterate through all AppDomains in a certain Process ( using un/managed C++ ), if so, is it possible to attach to a...
Nadav
07-25-2003 08:11 PM
Kumar Gaurav Khanna [.NET MVP] Go to last post
1 24
"Patrick Grawehr" <pgrawehr (AT) student (DOT) ethz.ch> wrote of a class. Think of an appdomain as a mini-process - it gets its own set of static...
Célio Cidral Junior
07-24-2003 08:52 PM
Dave Go to last post
4 20
This is most definitely a bug, and it's present in the .NET Framework 1.1 as well. In normal circumstances this wouldn't represent a problem...
Gabriele G. Ponti
07-24-2003 05:57 PM
AT Go to last post
4 16
This is why I want to make the whole document UTF-16. But the header of the XML document sets it to UTF-8 which I cannot find out how to...
Ron Rechtman
07-24-2003 05:43 PM
AT Go to last post
3 37
I'm trying to use the Code DOM to emit the following (C#) member extern public int Count { get; } but I dont see how to get either the extern...
Andrew Eames
07-24-2003 05:38 PM
AT Go to last post
1 16
I used the console app example code from MSDN for sending smtp mail. This example code uses the line: using System.Web.Mail; When I attempt to...
Dennis Redfield
07-24-2003 04:49 PM
Dennis Redfield Go to last post
4 24
Enum.GetValues(typeof(Status)) Alternately, if you want the names instead of the values, you can use Enum.GetNames(typeof(Status)) -Rob...
Rob Teixeira [MVP]
07-24-2003 01:56 PM
Guogang Go to last post
1 24
Jim, I have managed to squeeze out 2.4 Gb to one process in NET v1.1, on a 4Gb computer running WinXP Pro. 1. Add the /3GB switch in boot.ini (as...
Alec Seward
07-24-2003 05:45 AM
Alec Seward Go to last post
4 17
Circular references might be a problem in Reference-Counting GCs (but is not anymore - see Bacon's paper on this). A Generational Garbage collector...
Michael Billard
07-24-2003 03:10 AM
Andre Go to last post
1 16
Hi, I wonder... 1. Is it possible to get indication of DllMain events through managed C++ DLL 2. Is it possible to link a managed Dll with an...
Nadav Rubinstein
07-23-2003 03:20 PM
Nadav Rubinstein Go to last post
0 26
To summarize what lots of other people have pointed out, the .NET 1.1 behavior is correct and according to spec. There does appear to be a bug...
Grant
07-22-2003 07:10 PM
Christopher Crooker Go to last post
1 15
The Hashtable dev will fix Hashtable::OnDeserialization in the next release to maintain the version number. However, I dont fully understand your...
Shri Borde
07-22-2003 04:39 PM
Shri Borde Go to last post
0 31
Once an object turns to Generation 2, It will not be collected any more? Will or When GC try to collect Generation 1 and Generation 2? Thanks in...
Ken
07-22-2003 01:18 PM
AT Go to last post
2 28
I have let the developer know about this. You will probably need to use the workarounds discussed here for now. "Matt Mastracci" <matt (AT) aclaro...
Shri Borde
07-22-2003 12:43 PM
Shri Borde Go to last post
0 41
I want to create a custom collection class that is similar to something like the System.Windows.Forms.Control.ControlCollection. I notice that this...
Ken Varn
07-22-2003 11:59 AM
Ken Varn Go to last post
2 16
Hi all, what happen to the memory used by a WinForm application when I press the minimize button ? On .Net Framework 1.1: create a C# win form...
Fabio Cavazzuti
07-22-2003 04:48 AM
nati Go to last post
4 34
Everytime I call Process.GetCurrentProcess() the system goes out to the floppy drive. Why does this happen. I decided to use FileMon to get a...
Ken Varn
07-22-2003 12:31 AM
Gang Peng Go to last post
3 25
Hello, I have spent the past four days nailing down what looks to me like a bug in the jitter. Problem ~~~~~~ When my program is run without the...
Lee Alexander
07-21-2003 04:46 PM
Lee Alexander Go to last post
2 21
Is there a attribute I can use on a method to tell the JIT to not inline the method? Or failing that to stop inlining altogether whilst not in...
Lee Alexander
07-21-2003 10:41 AM
Lee Alexander Go to last post
2 16
Assembly.Load will load a DLL at runtime. The MSDN Library has plenty of examples, and there is an article on using Assembly.Load to support...
Nick Wienholt
07-21-2003 03:00 AM
Nick Wienholt Go to last post
0 24
In article <e5I3EEuTDHA.1912 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, "Ron Bullman" <ron.bulman (AT) mail (DOT) com> wrote: I thought about delegates...
Ralph Mack
07-21-2003 12:27 AM
Ralph Mack Go to last post
1 38
For example in an AppDomain to access object in other AppDomain.
Ken
07-20-2003 08:57 PM
Dave Go to last post
3 19
Its a size-unknown null, perhaps size-independent null would be better, or maybe a platform specific null would be better still. The ldc.i4.0...
Jay B. Harlow [MVP - Outlook]
07-20-2003 12:03 PM
Jay B. Harlow [MVP - Outlook] Go to last post
0 30
I just read through the ".NET Performance Tips"...
AT
07-19-2003 08:27 PM
Shri Borde Go to last post
2 40
Hi Jon, I believe that this is a subtle difference between the C# language spec and the ECMA spec. IOW, C# on Windows isn't completely...
Mark Pearce
07-19-2003 04:40 PM
Mark Pearce Go to last post
1 12
Hi there, I just wrote an application and it works fine when it runs on a local computer. But I have the following error message when I try to run...
Gilles
07-19-2003 10:51 AM
Allen Jones Go to last post
2 18
Hello, I am developing a program which functions as a WYSIWYG for a special printer. This is an non-pcl printer which has it's own language. I...
Rutger Hemrika
07-19-2003 05:49 AM
Rutger Hemrika Go to last post
0 19
From the CF dev : You "mark" it by building against the .NETCF libraries (the compilers will automagically mark the assemblies as retargetable) and...
Shri Borde
07-19-2003 02:32 AM
Henrik Dahl Go to last post
1 13
-------------------- aware of the problem at the time I mentioned it but had this to say *As far as fixing is concerned, yes, it will happen, alas...
AT
07-18-2003 07:57 PM
AT Go to last post
0 20
I actually happened to catch this on returning to work after several hours and got it loaded under the VS.NET 2003 debugger. I noticed something...
Christopher Crooker
07-18-2003 07:43 PM
AT Go to last post
1 125
Yeah - that's what I ended up doing to work around the problem. I had a tough time finding any mention of marshal(method) anywhere in the...
Matt Mastracci
07-18-2003 04:43 PM
Matt Mastracci Go to last post
0 27
How do I host VS.NET Window in my Application? I figured that out for "Form" editor, any suggestions on how to host other type windows? Thanks!
szabelin
07-18-2003 03:04 PM
szabelin Go to last post
0 28
Hello, thank you for your response. Unfortuantely, the "Debug Process" window sometimes do not have the option of shutting them down. The bottom half...
Wai-Ming Lau
07-18-2003 02:00 PM
Wai-Ming Lau Go to last post
2 18
It looks like the problem is with the marshal(method) attribute. If you change the HandleRef's to Int32's and the class to a System.Object it still...
Matt Mastracci
07-17-2003 01:32 PM
Matt Mastracci Go to last post
0 28
Are there different versions of the JITTER for each Windows OS (9x,2000,XP)? If I use NGEN to JIT compile my code, can that .exe be used on...
drv
07-16-2003 04:30 PM
Jeffrey Huntsman Go to last post
4 17
Why can't you distribute a CD containing the .NET redist with your application if downloading 20MB is so unacceptable? BTW, there are...
Jon Skeet
07-16-2003 04:28 PM
Jeffrey Huntsman Go to last post
3 37
Ken wrote: Jeffrey's column was based on the pre V1.0 bits, as Jon showed you this is no longer true. Willy.
Ken
07-16-2003 05:04 AM
Willy Denoyette [MVP] Go to last post
4 25
Calvin Guo <szguoxz (AT) hotmail (DOT) com> wrote: Why? I thought Dino's explanation made a lot of sense. Because they don't need to! It's the...
Calvin
07-15-2003 10:55 AM
Xianzho Guo Go to last post
2 45
Hi, I have a query about hosting the windows service in C# in Server mode of the GC. I have a solution to start an exe in server mode. Can anyone...
Uma Manoj
07-15-2003 07:15 AM
Willy Denoyette [MVP] Go to last post
3 19
Ken, The runtime creates a default AppDomain. If you ar running a Windows/Console app, then your app will execute in this AppDomain. If your...
Allen Jones
07-15-2003 01:54 AM
Allen Jones Go to last post
0 35
I know I can create new domain, and run assembly in it. But Is that useful? Anyone can tell me? Thanks in advance. -- ken (AT) occultsoft (DOT)...
Ken
07-14-2003 09:22 PM
Ken Go to last post
4 22
Following is my scenario: I have a c# assembly that has a reference to managed C++ assembly. The managed C++ assembly inturn acts in part as a...
AT
07-14-2003 09:05 PM
Shri Borde Go to last post
1 21
Mark, I'm not sure what you're asking here. There is only one GC in the runtime. Could you be more specific? Please keep it to one issue per...
AT
07-14-2003 05:53 PM
AT Go to last post
0 21
Camera Sale -Nikon , Canon, Minolta , Sony ,Xcam2 , Fujifilm , http://shopforless.itgo.com/ Camera Sale -Nikon , Canon, Minolta , Sony ,Xcam2...
BILL
07-14-2003 05:23 PM
BILL Go to last post
0 23
Visual FoxPro 8.0 COM objects are STA, so when calling them from ASP.NET the AspCompat = "true" property must be set in the .aspx file. However, if...
AT
07-14-2003 05:16 PM
AT Go to last post
0 22
Post New Thread

Display Options
Showing threads 2151 to 2200 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.