| Thread | Last Post | Replies |
|
| DirectoryServices.DirectoryEntry - Creating virtual directories in | 09 Aug 2005 00:51 GMT | 3 |
I'm using the DirectoryServices class to try and create new virtual directories in IIS. Here's the code I'm using: System.DirectoryServices.DirectoryEntry oDE;
|
| Version info tab missing | 09 Aug 2005 00:48 GMT | 6 |
I have taken over a project which when compiled creates a DLL which has no version info tab. When you do a right-click with your mouse on the DLL file there is no version info. I checked some other DLLs I created so far - they all have a version info tab. I didn't know that it is ...
|
| Borland C++ to Visual Studio | 08 Aug 2005 21:36 GMT | 3 |
We are sitting with a bit of a challenge. We are trying to convert a Borland C++ App to either Microsoft Visual Studio C++.net or Visual Studio 6. We cannot find any resources on the net that can explain how and if this can be done.
|
| componentmodel: saving enum type to app.config | 08 Aug 2005 14:09 GMT | 1 |
(using .NET Framework 1.1) Hello, I'm finishing work on a component that is available for users in their visual designer. It has various properties that can be sent by users. Using
|
| Files system | 08 Aug 2005 12:31 GMT | 1 |
|
| Generic ReadOnlyCollection sealed | 08 Aug 2005 10:02 GMT | 5 |
I'm trying to create a custom read only collection. I found the generic ReadOnlyCollection class and the documentation says "Implementers are encouraged to extend this base class instead of creating their own." OK, sounds good. The only problem is that it seems that most of the
|
| WaitForMultipleObjects equivalent in .Net? | 08 Aug 2005 08:08 GMT | 1 |
I need to implement my own ThreadPool class because I want to have control over the threads and their lifetimes. The ThreadPool class will take care of thread recovery in case threads lock up and the implementation provided by .Net does not provide for the same.
|
| Running InstallUtil twice damages InstallState file? | 08 Aug 2005 04:46 GMT | 3 |
I have a .NET assembly, written in C#, which has the RunInstaller(true) attribute, and inherits from one of our utility classes called BaseInstaller, which in turn inherits from the Installer class. This assembly is contained in an InstallShield 10.5 generated MSI.
|
| Installation problem | 08 Aug 2005 04:25 GMT | 4 |
I'm trying to install the .NET framework by launching the following from within my MSI app on XP SP2 (though other OSs will also be supported): dotnetfx.exe /q:a /c:"install /l /q" It returns error 4120, namely, "an internal error occurred while trying to
|
| does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm? | 08 Aug 2005 01:18 GMT | 2 |
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
|
| Convert EXE to ActiveX Control | 08 Aug 2005 00:32 GMT | 1 |
I have developed a .exe VoiceChat software that uses winsock to communicate with PCs that have the same software. I used VB6 I am trying to integrate this program into my website, The most efficient way that came to mind is to convert this .exe into an ActiveX Control so that
|
| Some img tages being stripped out in ASP.NET 2.0 | 07 Aug 2005 20:34 GMT | 2 |
I've just started using this new version. I have created a simple site which make use of the MasterPage concept as well. It works fine on the development machine. On the host site some of the img tags have been stripped out. There are
|
| Convert jpeg's to HEX | 07 Aug 2005 17:46 GMT | 3 |
I want to convert jpeg's to Hex but I don't really seem to get it right. The code I use is the following: Private Function tmpGetByteFileFromDisk(ByVal FilePath As String) As Byte() Try
|
| HttpWebRequest Err: An unexpected error occurred on a receive | 07 Aug 2005 17:21 GMT | 5 |
Hai, I'm trying to run an remote asp page which is on Windows 2003 server. After running 2 Minutes i'm getting the following error (On Browser & Inside VB.NET too).
|
| VS.NET 2005 snippet help | 07 Aug 2005 13:41 GMT | 4 |
I would like to write a template / snippet for property, as they more or less all follow the same verbose template. Or maybe I just would like to edit the existing one? Anyway I would like to have this (psedo-code) template
|