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     
Nope. With .Net there are no more secrets. You can make it harder to read, but not read proof. but then again, the same can be said about Java,...
john conwell
07-26-2005 04:34 AM
Valery Pryamikov Go to last post
2 26
Hi, I am using .NET 2.0 beta2 and I am having a problem setting the private path for assembly probing. I want to put all 3rd party dlls into a...
Marcus Cuda
07-25-2005 03:55 AM
AT Go to last post
2 23
Hi to all, I’m developing a project in VB.NET 2003 to analyze the financial markets using several algorithms. To do that I created a...
Piggy
07-23-2005 11:38 AM
Piggy Go to last post
8 42
I've a general question.Given the source code below, which produces the same result what's the difference between delegates and events ? When to use...
Alexander Kolev
07-22-2005 02:26 PM
Atul Go to last post
4 26
Rick Stahl puts it better than me, but we have the same issue. http://west-wind.com/weblog/posts/1358.aspx "The failure occurs only when trying to...
Michael Conroy
07-22-2005 11:42 AM
Michael Conroy Go to last post
2 32
Hi there, I wonder how to get a MethodInfo using System.Reflection.Type::GetMethod when the method has a parameter which is a generic method...
Gael Fraiteur
07-22-2005 07:19 AM
Gael Fraiteur Go to last post
1 19
Hi all! I noticed a couple of unaswered questions, regarding how to get the caller of the given method. While I was searching for the answer, I got...
AT
07-21-2005 05:24 PM
AT Go to last post
0 27
We would like to extend a virtual machine as CLR or JVM to allow objects allocation on stack and on heap. What are the repercussions on the...
Marco
07-21-2005 12:52 PM
Jon Skeet [C# MVP] Go to last post
4 28
Hi, I have a problem updating the application. I have web application depending on many other assemblies developed. I have fixed the versioning...
Fahad Ashfaque
07-21-2005 11:22 AM
Gael Fraiteur Go to last post
1 42
why doesn't an invalidcastexception contain the value which I was attempting to cast and the type I was attempting to cast it to? Shouldn't the CLR...
cody
07-21-2005 03:30 AM
cody Go to last post
7 29
Hi, While running a dot net program I got the error message displayed below. I searched the web and did find elaborate discussions and solutions...
Gilad Ravid
07-20-2005 03:15 PM
Gilad Ravid Go to last post
0 24
Windows Server 2003 Service Pack 1 causes the System.Threading.Timer to not fire, sometimes immediately and sometimes after a while. Once a timer...
Oran
07-20-2005 08:07 AM
dixy Go to last post
7 28
I make use of an AssemblyResolve event handler, which I hook up just before trying to deserialize a stream containing on object of unknown type, and...
Cathryn Johns
07-20-2005 08:00 AM
Cathryn Johns Go to last post
0 29
Hi, Say there is native code calling c# code. I can get the stack frame all the way up till the first CLR call. Is there a way to get the stack...
san
07-19-2005 06:44 AM
san Go to last post
0 21
Hi, I have some unmanaged code and am looking for a way to determine the fully qualified name of a given assembly DLL. In particular the...
Rod da Silva
07-19-2005 05:36 AM
Gael Fraiteur Go to last post
4 18
Anyone as a code sample that use the new Module.Resolve(int, Type, Type) call in framework 2.0?
Sacha Faust
07-19-2005 05:28 AM
Gael Fraiteur Go to last post
1 25
We have 2 objects that have circular references. I know that the garbage collector is supposed to detect circular references, but I'm not sure it...
Marc Selis
07-18-2005 10:34 PM
AT Go to last post
1 21
Looking for Java/.NET/CORBA interoperability tools? Intrinsyc Software has just released the latest addition to its popular...
AT
07-18-2005 04:23 PM
AT Go to last post
0 18
I'm developing an app with a plugin architecture. Currently, all plugins and all referenced assemblies live in the same directory as the app...
Jon Shemitz
07-18-2005 03:33 PM
Jon Shemitz Go to last post
14 54
I have a problem in my multithreaded application. The problem is reproducible very rarely, only once in 6000 similar execution (through same code...
Rahul Anand
07-18-2005 01:31 AM
Pavel Lebedinsky [MSFT] Go to last post
4 27
Hello All, Question regarding application compatibility... We have been developing an asp.net application and deployed to a test environment...
Tam OShanter
07-14-2005 01:08 PM
Mrinal Kamboj Go to last post
1 23
I have a question regarding csc.exe and a smart client application. We have a library that was used to create a user control that is placed on an asp...
Iulian
07-13-2005 09:46 AM
Iulian Go to last post
4 28
I have a method that returns a List<string>. With the code analysis feature turned on, I get this message for the method: CA1002 :Microsoft.Design...
rkcarroll
07-12-2005 07:07 PM
rkcarroll Go to last post
2 34
Hi, ..NET Framework 2.0 offers support for generics. Accordingly, the PEverify tool verifies also IL bytecode with generics. Does anyone know where...
George
07-12-2005 06:08 AM
Peter Sestoft Go to last post
1 24
hi, i need to write a script whcih monitors my web application.... can anyone let me know the way to capture the error whcih i get whenever...
AVL
07-11-2005 05:23 AM
Eran Sandler Go to last post
1 22
Hi there! public static void ThreadProc() { //code that waits for a period of time Thread.Sleep(TimeSpan); //or Thread.CurrentThread.Join(TimeSpan) }
Vadym Stetsyak
07-09-2005 02:24 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
7 30
When writing a file using StreamWriter, I'm having difficulty handling the "out of disk space" IOException. When catching this exception: - if I...
Marcus Ogden
07-09-2005 06:18 AM
Inge Henriksen Go to last post
2 36
You cannot directly unload an Assembly in .NET, but what you can do is the following: 1. Create a new AppDomain 2. Load the Assembly in this...
Bennie Haelen
07-08-2005 06:50 PM
Bennie Haelen Go to last post
0 21
<crosspost from dotnet.framework.remoting> I have a remote configuration: a client and a server that hosts a library. This library unloads/loads...
Striped
07-08-2005 12:51 PM
Striped Go to last post
2 17
Hi, I use COM interop service to talk from a C# Application to a COM client. On a method on the COM object, the return value is a BSTR. I call this...
vinu
07-08-2005 06:03 AM
Willy Denoyette [MVP] Go to last post
3 38
http://hackerslament.blogspot.com/2005/04/from-memory-management-to-garbage.html
Barry
07-07-2005 03:11 PM
Barry Go to last post
0 24
Gael Fraiteur is pleased to announce the first public release of PostSharp, a free post-compiler for .NET. PostSharp reads .NET binary modules to an...
Gael Fraiteur
07-07-2005 03:29 AM
Gael Fraiteur Go to last post
0 26
Hi All, I have a very peculiar problem using .NET framework. I have a COM client(a dll that exposes COM interfaces for GUI applications) written in...
vinu
07-03-2005 09:43 AM
David Browne Go to last post
1 27
I wouldn't worry about dotfuscation if I were you.... I'd worry that you have no idea what month it is. "ActiveX" <insanedeveloper (AT) yahoo...
Scott M.
07-01-2005 10:22 AM
Dimitrios Toulakis Go to last post
1 17
I'm trying to diagnose the cause of excessive induced garbage collections in our app. In the past, this has been easily achieved by setting a...
Niall
07-01-2005 05:17 AM
AT Go to last post
1 14
Hi, I am diagnosing a strange problem in .NET service (written in C#, framework 1.1 with sp1 installed - 1.1.4322.2032). Service is multhithreaded...
Goran Sliskovic
06-30-2005 04:31 PM
Willy Denoyette [MVP] Go to last post
7 25
Hi, How do we schedule a job?Is there any alternative other than creating a windows service? Are there any job schedulers in .net? Any...
AVL
06-30-2005 09:24 AM
Eric Moreau Go to last post
5 30
Hello, I have a COM interface which has the following method: HRESULT Item( DWORD dwIndex, DWORD dwWhichName, DWORD cchLength, LPSTR pszName );
Henning Krause [MVP - Exhange]
06-29-2005 08:40 PM
Ben Rush Go to last post
4 25
Hi, We have a product written in C# that we are migrating to Visual Studio 2005 (beta 2) and .NET 2.0. Everything builds fine, but during runtime we...
Matt Zinkevicius
06-29-2005 04:40 PM
Richard Blewett [DevelopMentor] Go to last post
3 39
Hi, I have developed a .Net application in C#, use Visual Studio 2003 (.Net framework 1.1). I am testing that it installs and runs OK on Windows XP...
Joel Gordon
06-28-2005 03:26 AM
AT Go to last post
5 30
"Raju Joseph" <vze24srd (AT) msn (DOT) com> schrieb: I suggest to fix your machine's system date. -- M S Herfried K. Wagner M V P ...
Herfried K. Wagner [MVP]
06-28-2005 02:02 AM
Herfried K. Wagner [MVP] Go to last post
0 26
Hi, In my AOP project, I want to throw an Exception in SyncProcessMessage: IMessage SyncProcessMessage(IMessage msg) { Exception e = new...
Erick Shuai
06-27-2005 09:30 PM
Erick Shuai Go to last post
0 21
Hi! In a previous post I discussed the most suitable approach for multi-threading in a provided scenario and was provided very usefull feedback...
Netveloper
06-26-2005 10:22 AM
Jon Skeet [C# MVP] Go to last post
3 36
Hello All, I have written an application to process a file full of XML. For each "main element" in the xml file, the application parses it and...
Robert Reineri
06-21-2005 07:19 AM
Lucvdv Go to last post
14 46
This problem occurs after system has been fully initialized and main form is displayed. Calling 'Trim' method during initialization causes no...
Eugene
06-20-2005 05:17 PM
Jon Skeet [C# MVP] Go to last post
5 25
It seems that x.CompareTo(y) returns -1, 0, or 1 when x and y are int, long, uint, float, double, string, or DateTime types, depending on whether x...
howard39 (AT) nospam (DOT) nospam
06-20-2005 03:40 PM
cody Go to last post
4 24
Simple question :- On a web server I sometimes see the error Item has already been added. Key in dictionary: "MethodName" Key being...
Robert Rolls
06-20-2005 05:15 AM
Robert Rolls Go to last post
2 19
Andreas Håkansson <andreas (AT) spamproof (DOT) selfinflicted.org> wrote: Using the call to Wait which takes a timeout. -- Jon Skeet - <skeet (AT)...
Netveloper
06-17-2005 04:06 PM
john conwell Go to last post
12 71
What I want to know is; do all shell executed .NET app run in the same process? For that matter do all runtime-hosts run all of their app-domains in...
Stelrad Doulton
06-17-2005 01:32 PM
Willy Denoyette [MVP] Go to last post
5 32
Check this then http://www.mvps.org/scripting/languages/ -- Cheers, hammett http://www.castleproject.org/~hammett "André" <Andr (AT) discussions...
hammett
06-15-2005 12:37 PM
john conwell Go to last post
2 19
Post New Thread

Display Options
Showing threads 851 to 900 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.