Description:
Microsoft .NET technology newsgroup.
|
|
|
The application or DLL windows\system32\kurisedu.dll is not a vali
|
| |
The application or DLL windows\system32\kurisedu.dll is not a valid windows image. I'm getting this error message asking me to check it against my installation diskette. I can't find the DDL in the files any place. It jumps up when I try and open any application. Any ideas on how to fix it?
|
|
DLL unloading automatically
|
| |
Hi, In my program, I load a DLL using Assembly.LoadFrom(). The program has no Reference added to the DLL. It is loaded dynamically. The DLL has a class with a static constructor. I can see that it executes when the assembly is loaded. However, after a few hours, the static constructor executes again. There is only one place in the program from which the... more »
|
|
WCF based full duplex service issue
|
| |
Hi, We are working on a Silverlight 3 based tool that we call "Live Presenter". Briefly speaking, the purpose of this tool is to provide an environment where a teacher/presentation host can push himself live to other users (with the help of a camera and a software tool like Expression Encoder; for... more »
|
|
Can't serialize ArrayList
|
| |
Hi guys I'm trying to serialize a class that includes an ArrayList member. Here's the class: [Serializable] public class InstantiationData { public string InstanceTaskAssignedTo; public string InstanceMailMsg; public DateTime InstanceDueDate; public Approvers ADApproversGroup; // this is the ArrayList member //... more »
|
|
Assembly.LoadFile and Code Analysis warning CA2001
|
| |
Hey all, I've implemented a simple plug-in based file parser for a customer and I'm running into CA2001, which I'd like to solve. The problem is that I cannot find any information on how to solve this error, other than removing my call to Assembly.LoadFile. There are some alternatives, but they are either also in the blacklist for CA2001, or... more »
|
|
Memory allocation limits
|
| |
Hello. When trying to allocate a huge amount of memory, our production system throws OutOfMemoryException. Well, there is not enough memory available, that's the reason. But what I don't understand is the folowing: Using System.Diagnostics.Performance Counter("Memory", "Available MBytes") we see that the system still has over 600 MB available. However, when the... more »
|
|
Please Help! Can't Receive emails in my outlook inbox
|
| |
Dear Sir or Madam, I cannot receive emails in my out lookin box. I can send from outlook. I can also send and receive from the web hosted server. I have tried to disable the virus software and I have tried the repair tool thing and nothing is working. I have also tried to work with both the server host and IT and so far, noone... more »
|
|
Atomic operations
|
| |
Hi, is there a documentation out there that tells me which operations are atomic? I currently have to know if increasing a System.Decimal value is an atomic operation. I guess it is not. The value is increased in one thread and read from another thread. I think I have to use a lock. Right?
|
|
|