| Thread | Last Post | Replies |
|
| Timer Thread | 10 Apr 2006 16:22 GMT | 1 |
Hi, I have a query that takes over a minute to execute so I want to put a timer on the form while its running. Both procedures work individually, but when I try to create a thread i get this error:
|
| network programming in .net 1.x vs 2.0 | 10 Apr 2006 12:50 GMT | 1 |
I've just purchased a book on network programming in .Net. I've come to realize in looking at it that it covers .Net 1.x. I'm working mostly in .Net 2 now and I'm wondering what, if anything, am I going to miss or lose by using this book.
|
| Namespace - in ASP.NET and libraries | 10 Apr 2006 12:49 GMT | 12 |
all my libraries (dll - .NET 1.1) have there own namespace which starts with "mycompany....." If i have now also own classes in the application - i want also to use the same namespace - but i see that the i can not more access the my external
|
| downloading file problem | 10 Apr 2006 07:49 GMT | 2 |
In my application I download a file in the background. With code like below: ==== Stream input;
|
| VS2005 Embedded Crystal Reports Deployment problem. | 10 Apr 2006 03:38 GMT | 2 |
WinApp project migrated from VS2003. ( Where reports used to deploy OK) The help indicates that you just need to make a new setup project with no special consideration for Crystal Reports. (Previously a series of merge modules had to be added)
|
| concurrent file I/O | 09 Apr 2006 23:13 GMT | 1 |
Is it possible to configure .NET file i/o as pipes (i.e. concurrent read and writes to the same file)? What about .NET application getting input from file concurrently being appended to by an out-of-process EXE?
|
| System.Net.Mail.SmtpClient and lost attachments | 09 Apr 2006 13:53 GMT | 3 |
We're running into an intermittent problem with the System.Net.Mail.SmtpClient class in the .NET 2.0 Framework when working with PDF attachments (it may be any attachment, but we're working with PDF files). About 10% of the emails sent via this class are missing their
|
| Control flow obfuscation. | 09 Apr 2006 00:20 GMT | 9 |
Have you seen real control flow obfuscation(CFO)? I mean not in advertising material but in work? I suppose there are three main obfuscators, which supports CFO. 1. Xenocode
|
| How do I upload a file with French letters in the file name to FTP | 08 Apr 2006 21:42 GMT | 1 |
When I try to upload a file, which the file name contains French letters, to a FTP server with Socket, I got the following error: The filename, directory name, or volume label syntax is incorrect. Anybody has the solution?
|
| console application without visible console? | 08 Apr 2006 16:10 GMT | 1 |
Sirs: Is it possible to configure console application so that it runs without a visible console? Thank you,
|
| Open CLI by Intel Labs | 08 Apr 2006 13:12 GMT | 1 |
I’ve found interesting project OCL. It’s implementations of portions of the CLI (Common language infrastructure) by Intel Labs. http://sourceforge.net/projects/ocl Is there somebody who answers me what is the project? What is it purpose?
|
| Weird threading question, anyone know how to do this? | 08 Apr 2006 05:08 GMT | 5 |
I want to implement the following behavior... 1. I start a subordinate thread running. Suppose it initially runs code section A. 2. At the end of code section A, before it gets to code section B, the
|
| install 2.0 or install 1.1 then 2.0 | 08 Apr 2006 00:18 GMT | 1 |
Hi, do I install 2.0 or I need install 1.1 then 2.0? Thanks! Greg
|
| detecting if a file is in use... | 07 Apr 2006 23:07 GMT | 3 |
i have an application that has a background thread that downloads files from a remote server and places them within a local directory. additionally, i have another thread that is running the FileSystemWatcher provided by .NET which notifies me when a file is created in that ...
|
| HOWTO: Convert "Type" to a byte array and Back | 07 Apr 2006 21:18 GMT | 2 |
I am trying to convert an ArrayList (that can contain an array of any type) to a byte array. Using the BinaryWriter and BinaryReader is not helpful, for example since the ArrayList can contain an array of doubles it is necessary to cast the
|