| Thread | Last Post | Replies |
|
| Xbox 360 power supply service help | 08 Oct 2006 18:08 GMT | 1 |
I have the 3 rings of light and after looking at the information for curing it, it looks like I need "service". No where however, does it say how or where I acquire this "service". Please help
|
| how to receive xml data | 08 Oct 2006 12:55 GMT | 2 |
I am developing a vb.net windows application.The backend is sql server2000. presently company is receiving data in email format. the data entry person checks the email every hour and enter the new info to the application/db. in the future the website company will send the data in ...
|
| File IO and Threading | 08 Oct 2006 04:58 GMT | 3 |
I seem to have run into a strange problem. I'm hoping one of you understand the inner working of the file IO better than I and could explain why I'm seeing what I am. Basically, I have a log folder where I append to text files frequently. Every 10 minutes or so, I check to see ...
|
| Context menu Problem | 08 Oct 2006 04:50 GMT | 1 |
i want to disable the the delete option of context menu when i tab and hold my exe file in Pocketpc 2003 . can anybody guide how to do it using C-sharp
|
| FTPS using C# 2.0 | 07 Oct 2006 16:28 GMT | 6 |
I have a need to create a windows service that monitors some directories waiting for new files to appear. When certain new files are detected, it is to FTPS them to another internal server for processing. Now, I know that the .NET framework version 2.0 has built-in classes to ...
|
| [Net 2.0] question about background worker and thread synchronization | 07 Oct 2006 02:41 GMT | 6 |
I'm building an application that performs some long operations against files. In order to view the progress, I'm using two background workers. The first backgroundworker is listing recursively all files in a folder and
|
| An argument (okay a debate) with a developer | 07 Oct 2006 01:24 GMT | 16 |
Hello all. I'm a systems admin and not a developer. I work in a large IT department with teams of developers. Currently we are asking them to develop a utility for us that will migrate code, among other things. It's going to be written in .NET code, and is meant to replace our
|
| Detect Moving, Copying files. | 06 Oct 2006 20:11 GMT | 2 |
I found that I'm able to determine whether a file is in the process of being moved or copied to a landing directory that I monitor. I figure this out by attempting to open the file for reading. If I try the open and get FileIOException I decide that the file is in transit. If ...
|
| .NET 3.0 Workflow tracking service encryption | 06 Oct 2006 19:27 GMT | 2 |
The workflow tracking service appears to be using the MD5CryptoServiceProvider when hashing. This generates an exception on a FIPS-enabled machine as this algorithm is not FIPS-compliant. Is the algorithm selection configurable, or are there plans to modify this service
|
| Directory.GetFiles() | 06 Oct 2006 15:54 GMT | 2 |
I am using Directory.GetFiles(DirName, "*.tif"); to get all tif files in the directory. But it'll also give the other files i.e. *.tif1,*.tif_old,*.tif2.
|
| List<T> issue on framework 2.0 | 06 Oct 2006 13:43 GMT | 4 |
For an unknown reason, I get an exception for getting the item at index 17 when the List<T> contains 23 items. It does not happen every time. Actually, my app can run without a problem for 2-3 weeks, then BOOM!! I get the exception out of nowhere... and the strangest thing is ...
|
| Making test certificates for SslStream class | 06 Oct 2006 09:46 GMT | 2 |
This is only my second contact with certificates, and the first time I had detailed instructions that didn't explain any why, so please be lenient ;) I'm trying to set up a SslStream, and trying to create the proper certificates to test it with.
|
| GC problem with large object - .net 1.1 | 06 Oct 2006 09:24 GMT | 6 |
I have an applications witch works with bitmaps. Such bitmaps are in windows (forms) sizeable. Each time it is neccary to allocate new bitmap with any size-step, because the bitmap is generated.
|
| access data | 06 Oct 2006 08:05 GMT | 4 |
Why isn't this working? (it works in my other program...) Error is: Data type mismatch in criteria expression public DatabasePath As String
|
| VS 2005 Professional Vs Enterprise | 06 Oct 2006 03:47 GMT | 2 |
What is the difference between Visual Studio 2005 Professional and Enterprise edition? I am currently installing Professional Edition. Has Enterprise more developer features?
|