Description:
Microsoft .NET technology newsgroup.
|
|
|
Error when Installing .Net Framework
|
| |
I am running a Windows 2003 Server using it as a Terminal Server. I am trying to install Backup software but fails because it cannot install the .net framework. I currently have version 2 installed. So, I downloaded the 3.5 version from MS website and it fails as well. So I know its not a problem with the backup software. There I am getting is "The Windows... more »
|
|
How do I import a .net dll to a vc++ project?
|
| |
I need to use a .NET DLL I've written in C#, within a VC++ 6.0/MFC project. Googling I find plenty of topics related with using a VC++ DLL in a .NET project... But I need exactly the other way round: a .NET DLL in a VC++ project. Is this possible? How do I import the .net dll to the vc++ project? (both the .net dll and the... more »
|
|
How to get AppDomain for an object instance
|
| |
Hi, I am working on a native COM application that is facing managed object instances from different AppDomains; usually in the form of an IObjectHandle. I have no control over the input object but I have to create my own object managed object in the AppDomain of the input object. I was able to enumerate AppDomains but was unable do determine the... more »
|
|
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 »
|
|
|