| Thread | Last Post | Replies |
|
| Arabic Language support and Unicode Performance | 13 Sep 2004 13:42 GMT | 2 |
I am supposed to develop a world ready application in C# 2003 (which will run in xp) which should aupport Arabic & Hebrew also. My doubts(Fears) are: 1. Do i have to create all the forms, message boxes in Arabic also. Does it mean that my application will have duplicate forms. One ...
|
| How to prevent the Memory Leak. | 13 Sep 2004 13:40 GMT | 2 |
I am working on C#.net. I am facing the problem in releasing the memory. As far as I know, .Net having the provision for automatic garbage collector. But I don't know when that will be called. I am using the Dispose method on unreferenced object to release the memory before the ...
|
| .NET application freeze | 13 Sep 2004 13:20 GMT | 2 |
Hi .NET experts, My company has a three tier web application written by VB.NET. This application runs fine sometimes. However, it also
|
| EnvDTE of CodeDom | 13 Sep 2004 13:03 GMT | 1 |
Friends, I have one problem with opening project/solution and it's members using EnvDTE. I have a project. Which I want to open in memory and want to check out any
|
| DotNet Framework SDK 2.0 Installation problem | 13 Sep 2004 12:19 GMT | 2 |
Hi, All: Anyone had problem to open the SDK 2.0's documentation? I installed SDK 2.0 on my pc several times, never be able to open the documentation, it always shows "downloading...".
|
| .net components disappeared? | 13 Sep 2004 12:13 GMT | 2 |
I suddendly found the components, Data, Web Forms, Components, disappeared from Tool List. I have another machine which has same .net installed, but no problem. Any help, please.
|
| Programmatic access to the GAC | 13 Sep 2004 11:58 GMT | 1 |
I need to be able to access the contents of the GAC dynamically - i.e. to be able to list the contents of the GAC, access their properties and then dynamically use an assembly selected by the user. This seems to consist of 2 problems:
|
| FolderBrowserDialog does not display the directory structure after installing .NET Framework SP1 | 13 Sep 2004 10:47 GMT | 2 |
It only contains the buttons to create a new folder, Ok and Cancel. Is there any main thread where issues regarding to SP1 of the .NET Framework 1.1 are assembled? This is the second UI bug I found after installing the SP a few hours ago.
|
| Why did Microsoft limited itself to Windows? | 12 Sep 2004 21:27 GMT | 1 |
Since i'm developing for the .NET platform, i keep asking myself a question for which i've not been able to find any good answer so far. Microsoft had with .NET the potential of having a good competitor and alternative to Java. I'm aware of the various open source projects aimed at
|
| Problem with .NET 1.1 SP1 - Events | 12 Sep 2004 19:32 GMT | 10 |
I suspect that several others have seem the same program but here goes: I have sets of code (C# and VB.Net) that both show the same problem. Basically, the call to "ManagementEventWatcher.Start" fails with an access denied since upgrading to SP1 for .Net 1.1 - the same code runs on ...
|
| 1.1 sp1 | 12 Sep 2004 18:03 GMT | 11 |
now that .NET 1.1 SP1 is available for download from MS at http://www.microsoft.com/downloads/details.aspx?FamilyID=a8f5654f-088e-40b2-bbdb -a83353618b38&DisplayLang=en the question is... how in the world do you deploy this over active directory as an upgrade to an existing ...
|
| custom | 12 Sep 2004 15:53 GMT | 1 |
I am attempting to deploy the .NET framework across a mid-sized corporate environment. I need to customize the install and then deploy it on all machines. Is there a way, and how, to customize a .NET framework install to then deploy? Thanks
|
| Another locking question. | 12 Sep 2004 09:50 GMT | 4 |
Is it possible to lock on one object from several threads at a time? If so, is the order in which it "unlocks" the same as the order in which it locks? e.g.:
|
| C# Reflection: const string from enum; how to | 12 Sep 2004 08:40 GMT | 2 |
Without delving into too much detail I wish to accomplish the following: Given: enum enumError
|
| Identifying the Method Name Calling Your Code | 12 Sep 2004 08:11 GMT | 5 |
I have a function called RegisterXX. Its called from a bunch of places. I need to know the method name that is calling my RegisterXX for example given the following code: public void MyFunctionA
|