| Thread | Last Post | Replies |
|
| How to load cookie file into Cookie class? | 26 Apr 2005 19:16 GMT | 2 |
I'd like to load cookie files from "Temporary Internet Files" directory to .Net Cookie class. Can I do it? How to do it? Thanks in advance!!! Cindy
|
| Problems with sockets, started with conversion to .NET. | 22 Apr 2005 07:10 GMT | 1 |
With .NET and C++, when using the CSocket class for creating a Client and a Server, both using the CSocketFile and CArchive classes to transmit/receive data, it appears that the Client socket sometimes completes the send operation ( Serialize() followed by Flush() ) yet the ...
|
| Stacktrace of an executing thread | 20 Apr 2005 17:45 GMT | 2 |
At any time, I want to be able to programatically get the stack trace of an executing thread in my application, can this be done?
|
| How to access a web page that uses cookie in .net | 19 Apr 2005 20:43 GMT | 1 |
I want to use .Net APIs, like HttpWebRequest, to access a web page to get response content back. A lot of web pages need corresponding cookies to get the correct content. Otherwise a sign-in page is returned back. How can I avoid the sign-in page?
|
| About the Duwamish7.0 | 19 Apr 2005 20:40 GMT | 1 |
In Duwamish7.0,Common.Data In every classes which inhert from dataset all have this code , [System.ComponentModel.DesignerCategory("Code")] meaning ?
|
| system.web.mail namespace not found | 17 Apr 2005 19:01 GMT | 1 |
Unfortunately I have to post same massage again, Please give response. I am using .net 2003 with Win Server 2003. But I am unable to use System.Web.Mail NameSpace , Please tell me its DLL name , and how to install it.
|
| SSL in dotNet? | 13 Apr 2005 21:21 GMT | 3 |
Is it possible to use SSL directly in dotNet? I don't want to use it in conjunction with https or any web based stuff. I just want to configure a secure channel between authenticated PCs
|
| file comparison in .Net | 11 Apr 2005 22:36 GMT | 1 |
I got to compare the contents of 2 files programatically. Is there any direct or indirect .Net API to this task? If there is no .Net API available, which is the best way to do..? Any pointers will be of great help to me.
|
| .NET 1.1 install failed. | 11 Apr 2005 22:05 GMT | 3 |
Today I tried to install .NET framework 1.1 SDK. Then this message showed "Before you can install Tools or Samples, Microsoft .NET Framework 1.1 must be installed. However you can choose to install only the documentation. Click Previous to change
|
| How to load html string into html dom in .Net? | 08 Apr 2005 20:16 GMT | 4 |
I have a piece of html code and want to load it into html dom. Can I do it in .net? Is there any APIs to manipulate html dom in .net? Thanks in advance, Cindy
|
| Error 1935 during installation | 08 Apr 2005 16:13 GMT | 1 |
While trying to install the Framework SDK, I received the following error message (taken from the installation log, German): Fehler 1935.Während der Installation der Assemblierung "SoapSudsCode,Version="1.0.5000.0",FileVersion="1.1.4322.573",Culture="neutral" ...
|
| Interface Mapping with Metadata API | 07 Apr 2005 08:27 GMT | 3 |
I need to find out for class Foo whether a method implements a method from interface IFoo or not. In case of method Bar() I can use EnumMethodImpls, but for Baz() there is no MethodImpl entry. interface IFoo
|
| Date formatting | 05 Apr 2005 16:35 GMT | 2 |
I am using the the date format string "dddd, MMMM dd, yyyy" which formats Date type to Monday, April 04, 2005. Is there any way I can specify in the format string so that the day should be in capital letter eg MONDAY, April 04, 2005. I don't want to parse myself.
|
| DB Connection Timeout | 05 Apr 2005 11:31 GMT | 2 |
I am having a long running stored procedure and I'd like my C# code to wait longer before it timesout. So I use the following connection string but still it always timesout after about 40 secs. "Server=" + ServerName + ";Database=" + Database + ";Integrated
|
| how to write a simple Windows Service using SDK? | 01 Apr 2005 23:23 GMT | 1 |
While it's pretty easy to write a Service using Visual Studio, - I am wondering if we can do it using SDK only? - Is there some sort of documentation how to do it, like samples? TIA
|