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     
If a common string is used over and over again, .NET may "intern" it or make a single instance of it and whenever you try to create a new instance of...
AT
08-21-2003 02:09 AM
Jon Skeet Go to last post
6 33
Has anyone encountered this error when running a .Net windows application? The program is called from the network but after certain times, the file...
Willie Sy
08-19-2003 11:26 PM
David Notario [MSFT] Go to last post
1 57
"Ivan Medvedev " <ivanmed (AT) online (DOT) microsoft.com> wrote in message Under most circumstances it does survive, e.g. we can quite easily...
AT
08-19-2003 10:40 AM
AT Go to last post
4 16
Hello, I'm facing the situation in which I need to cancel the execution of a delegate that was started asynchronously (through BeginInvoke and...
Diego Diaz
08-19-2003 12:34 AM
Diego Diaz Go to last post
0 15
Hi all I'm using VS.Net 2003 and would like to create a DLL that contains a series of images used by my app. I would need to be able to access...
Andrew Stephens
08-18-2003 08:26 PM
AT Go to last post
1 21
Your product does look like a good product, it was probobly a quirk. I tried e-mailing but didn't get a response back and was distrought...
Gustavo Franco
08-18-2003 06:39 PM
JerryK Go to last post
11 48
Hi, I'm starting a new application that needs to host the WebBrowser control, I just wondered if there is any benefit in using version 1.1 of the...
AT
08-18-2003 09:27 AM
Cowboy \(Gregory A. Beamer\) Go to last post
1 19
Hi! I need to handle a field that are into a class. I need to be informed when this field variable change it value. I need something like Property...
Rodrigo
08-18-2003 07:53 AM
Rodrigo Go to last post
2 19
Hello, I just ran into a weird problem with FileStream. The problem occurs in the following scenario: - I create an instance of FileStream and use...
AT
08-17-2003 05:59 AM
Amit Ramon Go to last post
3 17
caspol -s off actually turns off the entire security system. To just turn off verification, use the sn.exe tool. The command line is sn -Vu...
Ben Rush
08-15-2003 05:24 PM
Ivan Medvedev [MS] Go to last post
4 18
Hi, I wonder... How one should use C# to access resource data stored in an EXE (8086*) binary ??? ( VC6 .rc resource data )? Can the ResourceManager...
Nadav
08-14-2003 05:23 PM
AT Go to last post
2 21
I'm hoping somebody can diagnose this problem for me. I have read the breaking changes document released with .Net 1.1 three times, and I cannot find...
Andy Elmhorst
08-14-2003 03:04 PM
Andy Elmhorst Go to last post
0 25
Hi, I know that when an .NET exe is run, the CLR loads the exe (along with dependent assemblies), compiles them to native code then runs the...
Sky Fly
08-14-2003 01:03 PM
Alek Davis Go to last post
5 29
Young wrote: I am assuming by 'application' you mean process rather than 'application domain'. One process cannot access the managed heap of...
Richard Grimes [MVP]
08-13-2003 04:08 PM
Richard Grimes [MVP] Go to last post
0 17
.... but you will need to re-sign the assembly if it has a strong name because signing involves taking a hash of the assembly. There is an example in...
Sudha
08-13-2003 03:53 PM
Richard Grimes [MVP] Go to last post
2 13
I'm getting this nasty link error error LNK2001: unresolved external symbol __check_commonlanguageruntime_version I'm trying convert one of my VC6.0...
Shridhar
08-13-2003 03:13 PM
Richard Grimes [MVP] Go to last post
1 34
In certain cases, the method HttpWebRequest.GetRequestStream() throws a WebException (timeout.) This only seems to happen in very...
AT
08-13-2003 01:20 PM
Feroze [MSFT] Go to last post
2 21
Since managed code is JIT'ed on the fly, there is no provision to share the code across application. Since each application would only JIT what...
AT
08-12-2003 06:20 PM
AT Go to last post
0 30
Is there anyway that I can change an application's basedirectory? I an hosting an Windows usercontrol in IE and the user control refers...
news.microsoft.com
08-12-2003 05:57 PM
AT Go to last post
3 14
Can Control.Invoke get the return value's from ref/out params? For instance I can't seem to get the return value from this method public void Bla(...
Andre Van Der Merwe
08-12-2003 11:01 AM
Jan Kotas [MS] Go to last post
1 23
Does a dll hold the location details of the dependent dlls?? I build a dll which references another dll (in gac) eg: Oracle.dataaccess.dll When i...
Sudha
08-12-2003 06:55 AM
Sudha Go to last post
1 13
Hi Mark The large object heap is in fact for objects of size >=85, and is only collected (not compacted, as you said) during a full GC...
Mark Tucker
08-11-2003 05:32 PM
AT Go to last post
4 23
Yes.. your assembly will only work in a *fully trusted* environment if it generates unsafe IL. -Andre Karolin Spill wrote:
Willy Denoyette [MVP]
08-11-2003 03:48 AM
Andre Go to last post
2 27
I want to get a method executed when an AppDomain loads an assembly, but before the entry point is executed. Is there a means to do this? An event of...
hidden
08-10-2003 05:40 PM
Jan Kotas [MS] Go to last post
1 27
Hello all, Just a quick question... Is it true that the path of the .NET framework SDK files is always...
Aaron Chan
08-09-2003 09:42 AM
Aaron Chan Go to last post
2 19
Hi, I am writing a VS.NET Add-in, this Add-in is written using C#(for the GUI) and C++, the Add-in includes a tool window ( e.g....
Nadav
08-09-2003 05:02 AM
Nadav Go to last post
0 18
What do the two blocks of memory in the Timeline show? Is the upper one the Large Object Heap? Mark
Mark Tucker
08-08-2003 10:03 PM
Mark Tucker Go to last post
0 28
Hi! I need to handle a field that are into a class. I need to be informed when this field variable change it value. I need something like Property...
Rodrigo
08-08-2003 05:44 PM
AT Go to last post
2 13
I'm trying to host the CLR into my existing VC6.0 projects. Currently I'm getting this link error and I have no idea how to turn it off or why it is...
Shridhar
08-08-2003 12:43 PM
Shridhar Go to last post
0 36
Hi everybody, I am writing a C# component class. And I have a method, which requires using pointers. So I declared this part of the code as unsafe...
Karolin Spill
08-08-2003 07:22 AM
Karolin Spill Go to last post
0 20
I have a managed DLL called A.DLL for some managed executable B.EXE. If the runtime is going to be able to load A.DLL for B.EXE's use (probe it...
Ben Rush
08-08-2003 05:23 AM
Conrad Zhang Go to last post
1 23
I'm currently working with the unmanaged API, but I think it should be possible to use the ICorManagedCallback/ICorXXX Interfaces also from...
Patrick Grawehr
08-07-2003 11:22 AM
Rich Hickey Go to last post
2 19
Hi Dave thanks for ur reply There are a few things that l dont understand. When does a newly created appdomain become the current domain? thanks
mohammed emtyaz
08-06-2003 08:16 AM
mohammed emtyaz Go to last post
0 12
hi l am trying to load a assembly into a newly created domain, which raises an exception FileNotFound. So l tried to attach an AssemblyResolve event...
mohammed
08-06-2003 04:42 AM
mohammed Go to last post
0 31
When I do HttpBrowserCapabilities.GetClrVersion() The browser( IE ) returns me the Version of .Net I am running my app on. Where does this Version...
Bhavin
08-05-2003 05:56 PM
AT Go to last post
3 16
Is there anyway I can redirect assembly probing to look other folders other than Wwwroot when the call comes from a Windows user control hosted in...
news.microsoft.com
08-05-2003 02:00 PM
Rajasi Saha Go to last post
1 16
I've been looking into the CLR profiling interfaces for a project I'm working on, and I was wondering if it's possible at all to implement them in C#...
Tony A.
08-05-2003 07:54 AM
Per larsen Go to last post
1 66
Hi, I'm trying to build a single-file assembly from several netmodules. Wether I'm using csc /target:library assembly.cs...
Tony Malandain
08-04-2003 02:41 PM
Tony Malandain Go to last post
0 28
Gabriele G. Ponti <ggponti (AT) hotmail (DOT) com> wrote: No, you get a copy of that string *reference*. Both references refer to the same actual...
Célio Cidral Junior
08-04-2003 02:22 PM
Andre Go to last post
5 11
Also, there's a decent book that provides step-by-step examples for creating Visual Studio add-ins: "Inside Visual Studio .Net" from Microsoft Press.
Nadav
08-03-2003 07:02 PM
Robert Jacobson Go to last post
1 34
Howard, Please use /r switch of the gacutil in order to acceess the assembly using the reference. specify the reference as a parameter to the /r...
AT
08-01-2003 05:57 PM
Howard Dierking Go to last post
1 14
Hello, Does anyone know why I keep getting this msg everytime I save a *.cs file? "This file has been modified outside of the source editor. Do you...
Thomas Zeng
07-31-2003 03:46 PM
Dennis Redfield Go to last post
4 22
Hi! I've got some trouble using the IMetaDataEmit interface on a running process. From within a Profiler Callback, I want to add new methods to...
Patrick Grawehr
07-31-2003 10:09 AM
Patrick Grawehr Go to last post
0 16
I've been using the .Net Memory Profiler to chase down a memory leak in our application. A custom control we have written was not being collected...
Niall
07-30-2003 07:49 PM
Niall Go to last post
2 31
And please read Suzanne Cook's Blob on AppDomain.Load(). http://blogs.gotdotnet.com/suzcook/commentview.aspx/14f766a3-6944-4e67-b714-7410056564cf In...
Chad Tamplin
07-30-2003 05:56 PM
Holly A. Muenchow Go to last post
3 34
Hello David, I don't know from which Assembly I need to try for that. I hope u can help me more if I explain u what I am doing. 1. WebForm Hosting...
news.microsoft.com
07-30-2003 05:43 PM
news.microsoft.com Go to last post
1 18
If I have a DataRow with a column of type DateTime and another DataRow with a column of type string and do a simple assignment from a DateTime cell...
Bert Hyman
07-30-2003 12:28 PM
Bert Hyman Go to last post
1 13
Hello, I have a class A inherit from ContextBoundObject. I create an instance of this object. I use VS.NET to debug the program. After the object is...
Calvin
07-29-2003 06:02 PM
AT Go to last post
2 18
Passing in the calling instance as a param isn't possible for me. What I'm writing is a Trace Listener that writes to a database. I'm trying to add...
AT
07-28-2003 10:39 AM
AT Go to last post
2 20
What does that mean in Windows? My account does have admin privileges. What do you have to do to assert this status so that NGEN works? "Shri Borde"...
AT
07-28-2003 03:16 AM
Harsh Thakur Go to last post
1 24
Post New Thread

Display Options
Showing threads 2101 to 2150 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.