| Thread | Last Post | Replies |
|
| assembly version compatibility | 15 Dec 2004 10:36 GMT | 10 |
I have a few questions concerning the version compatiblity of assemblies. Let me first depict the scenario: I am a component designer, my customers are mainly people who design and sell end-user applications.
|
| CLR Memory Footprint | 14 Dec 2004 23:11 GMT | 4 |
I'm working on a project that integrates with Office and the Windows shell. Right now we have add-ins for Excel, PowerPoint, Word and Outlook, and a couple of shell extensions for Windows Explorer, all written in C++. We're at a point where we want to overhaul some of this stuff, ...
|
| DateTime is not CLS compliant | 14 Dec 2004 12:17 GMT | 5 |
What are we supposed to use for a DateTime if we want to stay CLS compliant????
|
| Double.ToString(string format)? | 11 Dec 2004 02:34 GMT | 2 |
I want to show a float number with two digits after the dot. However, I try all kinds of format string and it doesn't work : G10.2, G.2, G0.2, F10.2, F.2, F0.2....... Could anyone help me, the document in MSDN is not helpful...
|
| ReleaseFusionInterfaces hang causes my CPU to go nuts. | 11 Dec 2004 01:11 GMT | 1 |
Hi, (sorry if this is a copy posting, got a timeout the first time, any crash-dumps is the previous post should be hang-dumps) I am experiencing a problem with my .net (C#) application. When
|
| Managed DLL base address | 11 Dec 2004 00:33 GMT | 1 |
Does it help to specify a unique base address for managed DLLs? I understand that it does help native DLLs, but I am curious about managed DLLs. I can find very little discussion about this. I noticed that if I use Sysinternals Process Explorer to hilight the
|
| Obtaining the PDB file location stored in debug assemblies... | 09 Dec 2004 23:23 GMT | 1 |
What is the best way to get the full path name of an assembly's PDB file? Hex editing an assembly that was compiled in debug mode shows that it knows where the PDB was originally created. I can find out if the assembly should have an associated PDB by looking for
|
| error LNK2005: _DllMain@12 when using /clr compiler flag | 09 Dec 2004 23:19 GMT | 1 |
When building a COM DLL project with /clr the following errors occures: error LNK2005: _DllMain@12 already defined in msvcrt.lib(dllmain.obj) warning LNK4243: DLL containing objects compiled with /clr is not
|
| Disabling Download Cache? | 08 Dec 2004 02:13 GMT | 1 |
Over a year ago, Bill Menees asked the questoin, "Is there any way to completely disable the download cache?" - answer was "no, but you can just delete everything in it". Is there any new info on disabling the download cache at all? Like Bill, I'm
|
| Catching Stack Unwinding | 06 Dec 2004 23:50 GMT | 3 |
I've installed a global exception handler and it uses the Exception Management Block. I get lovely stack traces, and I've written a custom publisher that takes a full MiniDump to analyze with sos.dll, but my code is called after the stack is unwound, so I can't get the values of ...
|
| STA and MTA in VB.NET and Multithreading - MSFT pls explain in HOW | 05 Dec 2004 23:22 GMT | 4 |
Being a VB.NET programmer I wandered what is MTA and STA is all about for my daily life, cause in my 30+ books about .NET its only mentioned it in three lines. However now I have a problem using events to synch multiple threads.
|
| Using AppDomain to get Assembly Version Info | 04 Dec 2004 11:58 GMT | 2 |
I'm trying to write a very simpleminded web-based system to keep an application current. The basic concept is that my application calls a webservice each time it starts to see if there are any updated assemblies to download. If there are it downloads them and restarts itself (this ...
|
| How to replace a object in place? | 03 Dec 2004 01:53 GMT | 3 |
For example : class A { int a;
|
| Sandboxed appdomain opening winforms | 02 Dec 2004 23:01 GMT | 6 |
I'm having trouble running untrusted code inside a sandboxed AppDomain, and I was hoping that someone could help me! The code is user-supplied, and so I want my Winform application to run the code in a seperate AppDomain without any more permissions than given in the
|
| Loading svr build of CLR for my .net Windows Service | 01 Dec 2004 20:03 GMT | 5 |
I have a few questions regarding CLR Hosting...I have read a few sites that explain them...but I still have some unanswered questions...like... 1. Every process (.net app) loads its own CLR. Is this right?
|