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     
Now I'm sure: There's a serious problem inside the CLR when calling SetFunctionReJIT() on anything but the current method. Add (something like) the...
Patrick Grawehr
10-02-2003 05:53 PM
AT Go to last post
4 22
All - I just had to go through the painful process of manually deleting directories via the command prompt. Has anyone figured out what causes this...
Ice
10-02-2003 11:59 AM
Ice Go to last post
7 34
Anthony Thank you for answering me. As you correctly point out, this is more a question about Windows Environment variables, and not .NET per...
AT
10-01-2003 05:05 PM
AT Go to last post
1 16
We have run into an issue with the garbage collection routine in the mscorwks.dll which was chosen by the CLR. We would like to use the mscorsvr.dll...
DaveMM
10-01-2003 05:47 AM
Conrad Zhang Go to last post
1 27
I am having problems accessing a managed object from unmanaged code. Specifically, I have a .NET forms application with a web service proxy. The...
Bruce Farmer
09-30-2003 06:06 PM
Sonja Keserovic Go to last post
1 23
Hi, I have a web-based application and some of the UI I want to incorporate is just too complicated for javascript. Instead of using a Java Applet,...
AT
09-30-2003 02:45 PM
Michael Giagnocavo [MVP] Go to last post
3 14
I'm trying to understand the details of calling "New" on a managed object. In the COM world, calling "New" caused the following superset of...
Hanuman
09-29-2003 08:49 PM
AT Go to last post
4 25
Just thought I'd post here to let everyone know about the problem I found out about .NET's supposed concurrent assembly version execution. I tried...
AT
09-29-2003 08:02 PM
AT Go to last post
0 23
Check out the TextReader.Read(char, int, int) function. You should be able to read one character at a time with this. -- This posting is provided...
AT
09-29-2003 07:41 PM
AT Go to last post
0 29
Hi Aaron, no, unfortunately there is nothing you can do to circumvent this problem, short of changing its source code and rebuilding it. This...
Peter Sollich [MSFT]
09-29-2003 08:52 AM
Peter Sollich [MSFT] Go to last post
0 41
I want to create a type like delegate with Emit API. But when i want to save the assembly, it failed! I had...
xiaorun huang
09-28-2003 06:05 AM
xiaorun huang Go to last post
1 12
Hi! Isn't it possible to configure the mail server to automatically drop those nasty virus messages? I can see that you're removing the messages...
Patrick Grawehr
09-27-2003 04:40 PM
Patrick Grawehr Go to last post
0 21
Not only is the display truncated but the length displayed is incorrect: static void Main(string args) { char chars = {'\0', 'a', '\0', 'c',...
Brian Quinlan
09-26-2003 07:24 PM
Brian Quinlan Go to last post
6 25
Hi, Bryan, After decoding the callstack, it looks...
Bryan
09-26-2003 06:50 PM
Gang Peng Go to last post
7 21
Hi all, I'm making heavy use of System::Reflection::Emit classes right now, and I need to create an Enum within a class. However, it appears that I...
AT
09-26-2003 06:18 PM
Alicia Li[MSFT] Go to last post
1 29
Hi all, With .NET 1.1, the following code does not give an error during compilation: Type* foo() { if (0) {
AT
09-26-2003 04:05 PM
AT Go to last post
0 14
Just thought I'd post here to let everyone know about the problem I found out about .NET's concurrent assembly version execution. I tried pushing...
AT
09-26-2003 03:07 PM
AT Go to last post
0 25
THE CODE: I'm using an HttpWebResponse object to send an HTTP POST to a Java server I have written and are running on the same machine (for dev...
AT
09-25-2003 07:44 PM
Nathan Go to last post
2 33
We have found that if a Socket.Connect fails, you must call Socket.Close or there will be lingering "LISTENING" ports on your machine with seemingly...
Per Bergland
09-25-2003 01:53 AM
Per Bergland Go to last post
0 19
Hello, I wonder if you can please help… We are running a web application built using .net framework version 1.0, service pack 2, running on Windows...
AT
09-24-2003 06:54 AM
AT Go to last post
3 24
When kernel/crtdll/msvcrt memory allocations are p/invoked from managed (C#) code; where exactly is that memory allocated? Does "static" memory...
AT
09-23-2003 11:56 PM
AT Go to last post
2 15
I'm looking for a .NET "best practices" opinion on the following. I have a .NET assembly (call it MyApp.dll) that I want to make generally available...
Robert Myhill
09-23-2003 05:54 PM
AT Go to last post
1 19
Hi, I am running into situations where the objects in my application become invalid in the course of the run. I am pretty much sure about it, as If...
Mani Subramanian
09-23-2003 10:19 AM
Stu Smith Go to last post
1 22
Thanks Mattias, this's greatly help! :D Rux Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote in news:O2VNMPUgDHA.2084 (AT)...
Ruxo Zheng
09-22-2003 09:50 PM
Ruxo Zheng Go to last post
2 38
I was looking at the docs for Thread and can't understand the difference between Thread.Sleep and Thread .SpinWait. What exactly does SpinWait...
Ken Varn
09-22-2003 08:28 PM
Phil Wilson Go to last post
3 26
I can't figure out how to use ICorProfilerInfo::SetFunctionReJIT(). Every time I call it on a functionId other than the one which has been passed to...
Patrick Grawehr
09-22-2003 08:23 PM
AT Go to last post
1 20
Hi I am having one hell of a problem with my development environment, and hope that someone out there knows the answer. Some background: Macine...
AT
09-22-2003 06:43 PM
AT Go to last post
0 29
I have some applictions built in VB6.0 by using ADO Technology. For performance increase I want to use Garbage Collection utility. Can any one help...
Salahuddin Khan
09-22-2003 06:37 AM
Nick Wienholt Go to last post
1 18
Hi Folks, we are developing a plugin application which makes use of some 3rd party components, such as a Toolbar - Component. Everything works very...
Jens Schlegel
09-22-2003 03:12 AM
Jens Schlegel Go to last post
0 16
Oh, this is as what i want! Thanks! xiaorun huang "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
xiaorun huang
09-21-2003 10:16 PM
xiaorun huang Go to last post
3 25
Hi , we'd like to manage our dll's versions. When we change version in the assembly file, it looks like if we have to rebuild all dependents...
Jean-Francois Cantin
09-21-2003 08:43 PM
PhallGuy Go to last post
3 20
Hi all, I've been researching MSDN and news forums for the past few days trying to achieve a more user friendly UI, similar to what MS applications...
Tony
09-21-2003 08:29 PM
Tony Go to last post
2 21
Hi, I have a C library making callbacks to methods of CLR- based objects. Because (maybe) these CLR-based callbacks never appear to be invoked from...
Laurent Thérond
09-20-2003 10:48 PM
Jay B. Harlow [MVP - Outlook] Go to last post
7 15
Is it possible to call Delegate.DynamicInvoke Asynchronous, if so how does one go about doing this. Many Thanks
AT
09-19-2003 02:50 PM
Brian Gideon Go to last post
1 28
Hi! Does anyone know if it's possible to modify a method at runtime? I've searched around and all that I find is the possibility to extend classes...
AT
09-19-2003 09:20 AM
Ice Go to last post
4 19
Hi All, I'm looking for a way to cause type instantiation to call a custom class factory instead of having the CLR create an instance of the type on...
Ben Blair
09-19-2003 09:17 AM
Ice Go to last post
3 28
You can write an MC++ module, which does a LoadLibrary and GetProcAddress then function call. Example: You need to use API MyApi in unknown dll. Say...
Andrea
09-19-2003 01:34 AM
Conrad Zhang Go to last post
1 18
Hi Console application run under the workstation of the CLR. I know how to host the CLR in unmanaged process and load it as server. What happens...
AT
09-18-2003 05:57 PM
AT Go to last post
1 18
Everytime I go to debug a simple Hello World windows form application - the CLR debugger (dbgclr.exe) says "The debugger cannot continue running the...
Brett
09-18-2003 04:54 PM
Dino Chiesa [Microsoft] Go to last post
1 19
The answer to your question is yes and no. There is Assembly.LoadWithPartialName you can use to do what you want as far as loading some version. It...
AT
09-17-2003 06:58 PM
Suzanne Cook [MS] Go to last post
1 17
Hi, I am getting a strange scenario where I am using RCWs for CDO and ADO in my managed classes. When the managed objects get destructed, it seems...
Calm Interop
09-16-2003 06:38 PM
David Browne Go to last post
2 15
I want to write an unhandled .NET exception handler as an application registered under HKLM\SOFTWARE\Microsoft\NETFramework\ManagedDebugger. I...
Ken Varn
09-16-2003 11:20 AM
Ken Varn Go to last post
0 16
Hi all, we're having developed a .NET Windows application in C# based on the .NET Framework 1.0. This MDI application consists of several complex...
Achim Dulog
09-16-2003 10:33 AM
Jay B. Harlow [MVP - Outlook] Go to last post
1 16
I have an unattended 24/7 system that runs a few .NET applications. I really need to prevent any unhandled exceptions from displaying the exception...
Ken Varn
09-16-2003 08:34 AM
Ken Varn Go to last post
11 40
Hello! Has anyone solutions for error below. I've searched possible sites and read every tech document. I've reinstalled framework(1.1) and Visual...
Mikko Nieminen
09-15-2003 08:55 PM
AT Go to last post
1 15
Hi, I am facing Serious problem Plz Help me out. I have developed COM+ Component using ATL . I used the same in Asp.net application. I created Setup...
Raghunath
09-15-2003 07:56 AM
Raghunath Go to last post
0 15
James, Thanks for the response. I do have an Assembly.vb file in my project, and the version attribute is set to (1.0.*). When I compile, I get an...
Christopher Pragash
09-15-2003 07:29 AM
Gurudev Go to last post
4 18
I've created a new exception w/ a few properties specific to an app I want this this exception to be a part of. Whenever I attempt to serialize the...
James Alexander
09-14-2003 05:51 PM
Chris Taylor Go to last post
1 43
Hello, I don't know why I'm the only one in my development team get this build error when I build the entire solution. CommonLib.dll is a binary...
Zeng
09-12-2003 04:07 PM
Morgan Go to last post
2 26
Greetings everyone. I am currently working on a multimedia application written in unmanaged code. As part on my next set of improvements, I would...
Dan
09-12-2003 02:29 PM
Dan Go to last post
0 20
Post New Thread

Display Options
Showing threads 2001 to 2050 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.