| Thread | Last Post | Replies |
|
| fatal error CS0007: Unexpected common language runtime initialization error -- 'The specified module could not be found. ' | 01 Sep 2004 00:39 GMT | 2 |
HELP ME PLEASE!! I have been working with .NET for a while now and never run into this one. I have an ASP.NET application with C# code-behinds and get the error message that is below when I deploy (either by using an MSI or
|
| class definiton if different dll's | 31 Aug 2004 17:56 GMT | 2 |
I'm wondering is it possible to have excatly the same class definied in different assebmlies and still be able to load all of them? Let's say that I have assebly that contains definiton of a class and the other one which also defines excatly the same class.
|
| Default Shared policy | 30 Aug 2004 17:59 GMT | 1 |
I have a question about the default share policy of the .Net framework. In the SSCLI, I see that just mscorlib is shared. Is that on the .Net framework ? An other question, each appdomain must load mscorlib to use base type if
|
| Managed EXE DLL Injection | 30 Aug 2004 08:46 GMT | 2 |
I am writing some kind of an encryptor for.NET assemblies, This require me: A. To encrypt the IL code ( done successfully ) B. To enable transparent means of decrypting the IL code on run-time in a way that the encrypted DLL will stay independent.
|
| How to use different color to display the item text in a ListView class with View property set to "details"? | 28 Aug 2004 06:03 GMT | 1 |
How to use different color to display the item text in a ListView class with View property set to "details"? I want to use different color for different row in the ListView. Thank you very much!
|
| SpinWait.... | 27 Aug 2004 15:17 GMT | 2 |
What is an iteration with respect to Thread.SpinWait...... Cheers Ollie
|
| Unload assembly | 27 Aug 2004 09:53 GMT | 3 |
I know how to load a assembly form specified directory, using Assembly.LoadFrom but How can I unload it? Is there something similar to FreeLibrary? Thanks in advance
|
| Using the CLR profiler Api | 26 Aug 2004 12:41 GMT | 1 |
I would like to use the CLR profiler api to code my own profiler and log it...how to do I start...do I have to write a COM dll that needs to be registered on the client machine that will recieve the callbacks...
|
| Desperate help | 25 Aug 2004 07:54 GMT | 7 |
Here is the situation. I have a dll (.Net 1.1 C# to be exact) It has a path harcoded into it inside an include that is used as a resource.
|
| IL .data equivalent in C# | 24 Aug 2004 19:52 GMT | 1 |
What is the equivalent of the Intermediate Langauge instruction .data in C#?
|
| Decimal: fixed-point or floating-point | 24 Aug 2004 16:51 GMT | 22 |
It's been pointed out to me that, contrary to my long-held beliefs, the documentation for System.Decimal claims that it's a fixed-point data type. I reckon this is entirely incorrect - it's a floating-point data type in base 10.
|
| Question on GC and delegates | 23 Aug 2004 22:40 GMT | 2 |
I posted this problem originally on the xml group. I have an app that processes XmlDocument and uses XmlElement.GetElementsByTagName quite liberally for various operations. It appears that the XmlNodeList (actually a subtree) returned by this method internally hooks itself to the ...
|
| Memory Leak Investigation | 20 Aug 2004 21:20 GMT | 4 |
Okay guys, I've read 100 different threads on this subject, let's see if anyone has some good ideas for situation I'm in. Data: 1. My application fails with either an SEHException (during an
|
| Socket.BeginReceive without callback? | 19 Aug 2004 12:05 GMT | 3 |
Something isn't clear (to me) in the documentation. In the "Remarks" section for the Socket.BeginReceive method, it says: You can create a callback method that implements the AsyncCallback delegate and pass its name to the BeginReceive method.
|
| PublicKeyToken | 18 Aug 2004 20:13 GMT | 2 |
I am looking for the calcul method of the PublicKeyToken of an assembly. Is it a hash method ? How the runtime use this information ? Thank you
|