| Thread | Last Post | Replies |
|
| Rather weird issue | 08 Jul 2004 18:21 GMT | 3 |
I have a .exe that runs on some machines not on others. I took one of these non-running machines and looked for differences. All assemblies appear to be there. It has both versions of the framework (including service packs) so no joy there ... I should describe the behavior when it ...
|
| Linker errors with long type names | 08 Jul 2004 14:10 GMT | 1 |
Try to build following code with /clr switch: #pragma unmanaged #include <windows.h> #include "Loki/Functor.h"
|
| Program to adjust another process's task priority whenever process starts | 07 Jul 2004 23:35 GMT | 4 |
I would like to find or write a program in .NET that will listen for when a process of a specific name starts and sets the process's task priority to 'Below Normal'. The first job I want the program to do is to to listen for the C++
|
| OutOfMemoryException | 07 Jul 2004 23:21 GMT | 11 |
I get in my application server after a couple of days OutOfMemory-Exceptions. When the OutOfMemory-Exceptions occurs, the process shows ca. 400 MB virtual Memory in the Task Manager. Available are 3 GB real RAM and 5 GB virtual Memory on the maschine.
|
| LinkDemand across AppDomains | 06 Jul 2004 21:57 GMT | 3 |
I've written an assembly that I want to be used only by other known assemblies. So, I added a LinkDemand security attribute with my public key. Everything works fine until I try to load the assembly in another AppDomain that I create. In this case, I get a security exception.
|
| ANN: .NET 2.0 Beta 1 - API changes | 06 Jul 2004 18:10 GMT | 1 |
Compatibility Considerations and Version Changes : http://www.gotdotnet.com/team/changeinfo/default.aspx Obsolete APIs in version 2.0 (beta 1) : http://www.gotdotnet.com/team/changeinfo/Beta1ObsData.zip
|
| disappearing exceptions on delegates... | 06 Jul 2004 17:29 GMT | 5 |
hi, i have a winforms app with a global error catcher in case i forgot to catch any exceptions directly in the code. it works fine for exceptions that happen on the UI thread, but any exceptions that are raised on worker threads / delegates, do not get caught by the global ...
|
| IEExec command line arguments | 06 Jul 2004 14:14 GMT | 1 |
I'm currently learning about Zero-touch deployment with WinForm apps, and I am trying to set up an app in Visual Studio .NET 2003 so that it will run with IEExec.exe to simulate the setup of an appropriate security environment for the application to run in The parameters for ...
|
| String - Counting occurences of a character in it | 06 Jul 2004 13:40 GMT | 1 |
Under MFC I use to do a replace and capture the number of times an item was replaced. In the CLR I have not been able to locate a way to do the same type thing short of replacing an item with spaces then subtracting the lengths of the string to get my value. Is there a ...
|
| Debugger API | 06 Jul 2004 00:14 GMT | 2 |
is there a debugger API for .NET. I need to be able to read a .net assembly for analysis and when I need to report something about it I need to point to the line of code when the .pdb file is present.
|
| Shared memory? | 02 Jul 2004 23:16 GMT | 2 |
I really don't like the speed bottleneck of SOAP. Is it possible to have shared memory, without using networking calls, within .NET? It seems like even though protected memory was a godsend for memory leaks and unauthorized access type stuff, we should at least be given a leash to
|
| System.OutOfMemoryException | 02 Jul 2004 13:44 GMT | 2 |
All, Can someone tell me what causes a System.OutOfMemoryException to occur? We just experienced that error on one of our servers but when I termed in to check it out, there was a full 900 megs of RAM available. The machine has 2 gig of RAM, ProcessModel memory usage % is set to ...
|
| How to retrieve Custom Attributes from the Type | 01 Jul 2004 22:55 GMT | 5 |
I have a problem: I've declared some classes and decorated them with my Custom Attributes. (say ClassA and ClassB) Now I have some Type member (in fact this is FieldInfo.FieldType) which is
|
| Deployment: bin folder outside root folder? | 01 Jul 2004 22:01 GMT | 12 |
I would like to have the following folder structure for an asp.net website: MasterFolder |---\AppRoot | --- webform.aspx
|
| Old Version of framework libraries | 01 Jul 2004 19:25 GMT | 1 |
I have one question How the CLR locates an old version of Frameworks library like System version =1.0.333 and where are store on my machine. I have made a search and I can locate the
|