| Thread | Last Post | Replies |
|
| Problems authenticating server for SSLStream negotiation | 31 Jan 2006 08:18 GMT | 7 |
This is absolutely driving me nuts. Any hints would be GREATLY appreciated. I am trying to negotiate a clear channel socket to SSL. Thing is it works great on two development computers, but falls flat on its face when I go to deploy to a server.
|
| Error: COM object that has been separated from its underlying RCW can not be used. | 31 Jan 2006 06:45 GMT | 1 |
I have a smartclient app in vb.net 1.1. In the app's startup form's form_load event I have some code that gets the machine's MAC address which I think is the culprit here. The code runs fine on my dev machine and as far as I know it runs OK on the client machines it gets ...
|
| do I need the .NET framework? | 31 Jan 2006 04:45 GMT | 3 |
Many pardons if this is the wrong group to ask this question. After replacing a failed hard disk, I installed XP home and all critical updates including SP 2. When I try to install Office 2000 premium, it can't find several DLL files and eventually fails to install. When I
|
| READING EMAILS | 31 Jan 2006 02:59 GMT | 13 |
How can i read email files by using vb.net. Any referance web site or code sample?
|
| Newbie Updating UI from separate thread | 30 Jan 2006 19:57 GMT | 1 |
I am having problems updatingh the user interface in a multi-threaded application. BACKGROUND My App has a user interface (the starting class containing main) and a
|
| CodeDom: How to create Editor() property attribute? | 30 Jan 2006 19:52 GMT | 1 |
I'm trying to use the CodeDom to generate the <Editor(...)> property attribute as shown below. I have no problem generating the property itself, and in fact I can generate a <Description("")> attribute. But I cannot seem to be able to get a handle on how to generate the Editor
|
| Microsoft .NET Framework Version vs. ASP.NET Version | 30 Jan 2006 19:09 GMT | 3 |
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft .Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that
|
| ISO8601 DateTime format | 30 Jan 2006 18:42 GMT | 1 |
"2006-01-27T07:42:11.3014976-08:00" is an example how a DateTime gets serialized from a ASP.NET web service. This represents the ISO8601 format. For some reason when I read such a value from a MySQL database, initialize a DateTime object which gets returned by a web service it
|
| asp:treeview | 30 Jan 2006 15:57 GMT | 1 |
How to disable hand cursor on one of the child nodes.
|
| Clipping a pic and saving it in a file in DOT NET | 30 Jan 2006 15:11 GMT | 4 |
Hai Im a newbie I have a picture in a picture box I drag a portion of the picture with the mouse.....
|
| Windows Sockets (TCPClient) problem. | 30 Jan 2006 14:46 GMT | 2 |
hi.. im writing an application that uses tcpclient/tcplistener to send file via network, what im doing is dividing the file into small parts each part equals the buffer size (8192) and send the parts sequentialy.
|
| Installation problems with Visual Studio 2003 | 30 Jan 2006 13:43 GMT | 1 |
I use Visual Studio 2003 in class, and I tried to install the program on my computer at home but it always gets stuck on the prerequisites disc. I believe my computer has problems installing the J# redistibutive package(or something like that. My teacher needed the discs back ...
|
| stackFrame.GetFileLineNumber returns 0 | 30 Jan 2006 12:33 GMT | 1 |
I'm trying to get the current Line Number from the Stack with stackFrame.GetFileLineNumber, how ever the method return 0. What's my error? Thanks in advance for any advice
|
| Getting text from PDF | 30 Jan 2006 11:35 GMT | 4 |
I need to extract all text from PDF-files for fulltext-indexing purposes. How do I do that? I have looked at several PDF-components, but none of them have features to read the text in the PDF - only create PDF's.
|
| Boxing - creating your own property system | 30 Jan 2006 09:57 GMT | 4 |
I've heard something about reflection in the boxing of variables. I need to create my own customized property system, and thought that I could just box variables in objects, but the local MSDN page says that the boxed type and the value type resides in different parts of the ...
|