| Thread | Last Post | Replies |
|
| Out of memory | 12 Oct 2005 08:59 GMT | 18 |
In our server application we get OutOfMemoryException in constructor of dataset even a lot of memory is available on the machine. Any idea? Thanks. Marek Cvrk
|
| multi user access problem in asp.net | 10 Oct 2005 12:04 GMT | 1 |
I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based application for this. I want to make this multiuser application.
|
| Problem with runtime emitted proxies | 10 Oct 2005 11:55 GMT | 3 |
I use system.reflection.emit to create runtime subclasses of some classes. all works very well with one little problem. I cannot use quickwatch on my proxies , they just show up in quickwatch as "{}" instead of showing a tree with properties etc.
|
| Notifying the user of what action to take when a SecurityException was unhandled | 09 Oct 2005 14:08 GMT | 7 |
My application requires full trust to work, so when I run it on a network drive I get the following exception: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib,
|
| Running GUI application in separate application domain | 07 Oct 2005 23:18 GMT | 14 |
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a logical representation of an application. Basically it consists of a bunch of components supplied by some application group. I got this to ...
|
| Heap fragmentation caused by .NET remoting (TcpServerSocket) | 06 Oct 2005 13:57 GMT | 12 |
My server application gets an OutOfMemoryException after running a few hours. I’ve inspecting mini dumps with WinDbg + sos.dll and believe that the application suffer from heap fragmentation caused by pinning of TcpServerSocketHandler + friends. The application uses both ...
|
| Method call parameters' runtime values - dynamically | 06 Oct 2005 13:53 GMT | 6 |
is it possible to get collection of passed-in values in a method call ? I would like to get values of parameters for logging/debuging purposes. e.g private void DoSomeBusinessLogic(int a, int b, String c,...)
|
| Is there 1:1 mapping between managed thread and OS thread in v1.1.4322? | 06 Oct 2005 13:43 GMT | 9 |
I know that there is a note in the documentation of the System.Threading.Thread class saying that there is no fixed relationship between a ThreadId and a managed thread. In some posts, however, I've found info that in the framework version 1.* managed
|
| basic assembler | 06 Oct 2005 10:27 GMT | 1 |
hi, i am trying to make some assembler things (embeded, so no relation with .net or anything, just basic dos assembler), i am checking some sources but i dont know the meaning of two statements: 1. os = 0
|
| using AppDomain.DoCallBack() asynchronously? | 05 Oct 2005 21:57 GMT | 3 |
if i want to call into another AppDomain with messing with Remoting, i can use the AppDomain.DoCallBack() passing in a CrossAppDomainDelegate. But this executes synchronously. Is there a way i can call into another AppDomain asynchronously, but without having mess with ...
|
| CLR thread blocked? | 05 Oct 2005 18:37 GMT | 1 |
I have a .NET application that spawns a lot of threads that are then executed according to availability of threads in the thread pool. In each thread I query a database and then write results to disk to separate files. Typically I have no problems, however, when I try to
|
| Decimal point symbol | 04 Oct 2005 20:30 GMT | 10 |
Is there anyway unified way to parse a string of a decimal value which either contains a comma (,) or a period (.) as the decimal point, without knowing which before you
|
| Where's are good enterprise services resources? | 04 Oct 2005 19:57 GMT | 3 |
Looking through these newsgroups I notice there isn't an actual group for Enterprise Services and I'm wondering if someone could maybe give me a decent set of resources relating to the use/best practices/common issues for them. Thanks!
|
| ApplicationName must be set before the DynamicBase can be set | 03 Oct 2005 23:03 GMT | 1 |
"ApplicationName must be set before the DynamicBase can be set" This is the message of the exception returned when I try to load an assembly into the current domain of my application. The same code worked great in a smaller application I created to test the loading of
|