| Thread | Last Post | Replies |
|
| Retrieving the Windows path and reading settings file | 28 Apr 2005 08:24 GMT | 2 |
I need to read settings for another application for a very small application. The settings are stored in a text file, and this file is stored in the Windows directory. How can I retrieve the path for the Windows Directory on the local machine?
|
| String.Lenght vs String.Empty | 28 Apr 2005 07:20 GMT | 1 |
I read that to check for empty strings , comparing strings using String.Length == 0 is faster than String.Empty or "" . Is it true...? If so, how?
|
| Running 2 instances of .NET framework | 28 Apr 2005 05:56 GMT | 2 |
I currently have 1.1 on my desktop and need to install 2.0 for sqlserver 2005. I'll need the 1.1 framework to continue asp.net development. Can I have both 1.1 and 2.0 on my computers without problems? thanks.
|
| Captcha Images | 28 Apr 2005 03:22 GMT | 1 |
Is there anyway to read Captcha Images ? I have to get the charecters that are placed inside the captcha images. Thanks in advance, Prasad Dannani.
|
| What can replace the ActiveX in .NET | 28 Apr 2005 01:46 GMT | 1 |
Currently I have in-house software package written around ActiveX(supporting VB and C++). We are moving to .NET and I wonder what (component technology) in the .NET can replace(?) the ActiveX? I am a novice in .NET.
|
| Captcha Images | 28 Apr 2005 01:45 GMT | 1 |
Is there anyway to read Captcha Images ? I have to get the charecters that are placed inside the captcha images. Thanks in advance, Prasad Dannani.
|
| Implementation of interface in C# | 28 Apr 2005 01:36 GMT | 5 |
Is it possible to implement the methods of an interface as private. For exemple, I have an interface : public interface ITest{ void MyMethod();
|
| ServicedComponent Not releasing File Handles | 28 Apr 2005 00:14 GMT | 1 |
We have run into an issue with a COM+ ServicedComponent What it does is allows us to store a file to a network share from a web application. Here is the code for the Save Routine: [AutoComplete]
|
| KB890828 | 28 Apr 2005 00:10 GMT | 1 |
How do I get the HotFix for this KB article?
|
| Interface not working as expected | 27 Apr 2005 23:49 GMT | 4 |
I'm declaring an interface (or two), but getting a compile-time error... │ public abstract class Args │ { │ }
|
| .NET Framework install FAILED | 27 Apr 2005 22:22 GMT | 1 |
I have been trying for several days to get .NET Framework 1.1 to install using the windowsupdate site. I get no specific error message but that the "update was not installed". I have to have .NET to install the latest AutoCAD 2006 software.
|
| PrivilegeNotHeld, .Net 1.1 sp1 bug, hotfix | 27 Apr 2005 21:37 GMT | 8 |
Hi... One of our ops people was looking for a utility that would let him remotely reboot machines in the farm, and he search the web for .Net samples how to do this. He found a couple, including a nice one written by John O'Donnell, but
|
| Sending Client Certificates with HttpWebRequest Object | 27 Apr 2005 20:40 GMT | 1 |
I have to attach a client certificate with my httpwebrequest object. i found some articles in net both they are not working for me. Can anyone suggest the better way Thanks in Advance
|
| Reading Session Values using System.Net.HttpWebRequest | 27 Apr 2005 20:40 GMT | 1 |
I am using System.Net.HttpWebRequest object to retreive information from some sites through screen scraping. Can i read session values using these objects ? Thanks in Advance
|
| WebRequest not working | 27 Apr 2005 20:34 GMT | 1 |
Can anyone tell me why the below code to downoalds a web page doesn't work and it only downloads the below single html comment tag. ("\n\n<!-- Request Elapsed Time = 15 ms -->\n\n")? It doesnt happen to all URLs just the one is this sample. Is there some
|