| Thread | Last Post | Replies |
|
| socket problems in a web app | 10 Mar 2004 15:46 GMT | 1 |
I have two applications; a test console app and a web service app. They are both using the same socket code but I'm seeing different results. Perhaps an expert can advise? My socket code is real simple, i'm just calling
|
| Garbage Collection question | 10 Mar 2004 14:44 GMT | 3 |
If I have an object which internally creates a few font objects, will the font objects be disposed automatically when the main object is disposed i.e. goes out of scope, or will it be stuck and be a memory eater? Regards
|
| WebBrowser Control | 10 Mar 2004 14:26 GMT | 4 |
How can I display a string representation of a html document using a WebBrowser control on a windows form as opposed to passing an URL to the Navigate method?
|
| Loading enbedded image... | 10 Mar 2004 14:11 GMT | 2 |
I have some fairly simple code that keeps throwing an exception. The exception message is "A generic error occurred in GDI+.". Okay, I know what you're thinking. You're thinking: "But Len, that error message is soooo descriptive how could you possibly not know what the
|
| How to set system time using an ASP.NET C++ Web Service? | 10 Mar 2004 13:08 GMT | 1 |
I'm trying to develop a C++ ASP.NET web service in order to remotely set the hour of a PC I cannot do it, since the DateTime Structure does not let set date and time Does anybody know a method to programmatically set the PC time. Thanks
|
| Bug in Encoder.GetString()? | 10 Mar 2004 11:47 GMT | 6 |
I've found similar postings on various newsgroups suggesting that other people have encountered this problem, but none of the postings have replies. I hope therefore that the following may be of help. My application is an ASP.NET one which calls
|
| Send inline images in email | 10 Mar 2004 09:47 GMT | 1 |
Is it possible to send an email with inline images (i.e. no need to specified to image url on web server) by using .NET System.Web.Mail namespace? Thanks!
|
| XSD of config files | 10 Mar 2004 09:07 GMT | 1 |
Anybody has seen DTD or XSD of web.config and/or app.config? Alternatively, is there an example of the most extended app.config file you can have? (to infer a schema) Thanks for your attention/help.
|
| problems with OdbcDataReaders | 10 Mar 2004 09:07 GMT | 1 |
Hello, I have problems with OdbcDataReaders, I always recieve these errors: ExecuteReader requires an open and available Connection. The connections current state is Open, Executing or There is already an open DataReader associated with this
|
| Unable to detect socket connection lost problem | 10 Mar 2004 08:50 GMT | 1 |
I have written two applications: 1. Client written in MFC and VC++ 6.0 2. Server written in C# These two applications communicate each other via socket. The problem is if
|
| SP2 download refuses to install itself | 10 Mar 2004 04:58 GMT | 6 |
On page http://msdn.microsoft.com/netframework/downloads/updates/default.asp the first update listed is .NET Framework Service Pack 2. This provides the latest updates. I downloaded it, but it refused to install itself. The error message is Windows インストーラ サービスでアップグレード修正プロ
|
| logging application block | 10 Mar 2004 01:25 GMT | 1 |
I am looking for any information on logging application block ... An Exemple or Information. I already took the file of Microsoft with the basic class, but I would like a sample to test and see. Thank you .
|
| The process cannot access the file | 09 Mar 2004 23:26 GMT | 2 |
I use the following code to create a new FileStream Dim fs As New FileStream(txtSourceFile.Text, FileMode.Open, FileAccess.Read, FileShare.None where txtSourceFile is a text box which contains the path to the specified file The problem is that whenever I try to open a file with the ...
|
| Urgent Pls help | 09 Mar 2004 20:36 GMT | 2 |
I am going to takeup a project on VB.NET. My client is asking to develop on VB6 and he asked about my recommondation for .NET. I need to provide a technical writeup on the advantages of .NET compared with VB6. I need to include the features and advantages in using .NET
|
| RichTextBox Copy and Paste from one RichTextBox to another. | 09 Mar 2004 20:33 GMT | 1 |
I'm working on a MailMerge. I have a few simple (I hope) questions to have my merge to work the way I want. I have a RichTextBox that has the text in it, with strings like <<NAME>> that I will need to replace for each row. This is what I
|