| Thread | Last Post | Replies |
|
| ftp copy - source code | 28 Feb 2005 23:17 GMT | 2 |
Hi; Can anyone point me at some source code for copying a single file to/from a ftp server? thanks - dave
|
| Good way to check for duplicate values in a SortedList? | 28 Feb 2005 23:07 GMT | 1 |
I know you can't insert duplicate keys in a SortedList, but there's no law against duplicate _values_, and I was wondering if anyone knows of a good way to check if value XYZ is in more than one slot? I know I can loop through the list and check every value against all the ...
|
| IMF vs SmtpMail | 28 Feb 2005 22:50 GMT | 11 |
This began when I installed the Intelligent Message Filter on the Exchange Server 2003 I use to send the mail: "Error sending email: The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 5.7.1
|
| Asp.net to excel export format cells | 28 Feb 2005 21:12 GMT | 1 |
I'm actually trying to export a repeater to excel, everything seems ok but the problem is that the cells are not validated This means that for example date, it is left-centered instead of been right-centered when it is correctly validated, apprently excel doesnt
|
| Clipboard.SetDataObject fails on some machines... | 28 Feb 2005 20:01 GMT | 1 |
When using Clipboard.SetDataObject (string, true) a COM exception occurs, "The requested clipboard operation failed. (800401D0)". If the same call is made again, it works without issue. Note the exception *only* occurs if the second parameter is set to "true".
|
| Using ImpersonateLoggedOnUser | 28 Feb 2005 16:54 GMT | 2 |
We have a .NET application implemented as a Windows service in order to perform impersonation for the purposes of gaining access to various resources. We are using ImpersonateLoggedOnUser() instead of the .NET
|
| Why doesn't VS.Net select the Underlying HTML code? | 28 Feb 2005 16:48 GMT | 1 |
When i click on a HTML or WebForm or anyother element on a asp page in Design Mode and then switch to HMTL view - why isn't the related HTML selected ? this is a very useful feature found in many editors like Dreamweaver,
|
| How to prevent a request being sent to aspnet_wp | 28 Feb 2005 16:41 GMT | 3 |
We are using a web application developed using ASP.net, When user requests any .aspx page, first IIS receives that request & forwards that request to aspnet_wp. On a certain condition, I want to prevent this request(request of .aspx) being forwarded to aspnet_wp.
|
| Cross link between Cab file and project | 28 Feb 2005 13:57 GMT | 1 |
When I compile, in the release folder (or whatever the folder may be that the project is compiled into), the Studio setup first creates a CAB file and when the compile is complete the cab file is consumed by the msi. Or, at least it should be, but lately, the cab file remains, ...
|
| .Net setup/debug issues | 28 Feb 2005 13:25 GMT | 1 |
Im attempting to develop an asp.net application. I have the following installed on my workstation: XP SP2 with all the latest updates; IIS version 5.1 as part of the XP install; MS Visual Studio .Net (MS development environment 2002).
|
| compiling same project to several assemblies? | 28 Feb 2005 12:25 GMT | 2 |
if i have a big project in the same virtual directory can i compile if to several DLLs? i want to be able to seperate different classes to different DLLs, is it possible? TIA, z.
|
| General .NET question | 28 Feb 2005 12:10 GMT | 4 |
In which versions of desktop Windows or service packs .NET was/is distributed? Thanks a lot for your time, Adrian.
|
| list boxes in visual basic .net | 28 Feb 2005 11:22 GMT | 1 |
I am coding an application in .net using a list box. I have the listbox property set to MultiSimple. I can click on several different selections (or all) in the list box, but only the first one is the "active" one. What I want to do is create an application that someone can ...
|
| .NET installation issues | 28 Feb 2005 11:03 GMT | 3 |
I am a student at Georgia Tech and I recently received MSDN academic alliance access so I happliy downloaded Visual Studio .NET 2003 to replace my ancient (but reliable and faifthful =) ) VC++ 6.0. Unfortunately when I try and install it, it says that some of the components on ...
|
| Interlocked vs Mutex efficiency | 28 Feb 2005 10:47 GMT | 6 |
I have the following two code blocks which should only have 3 threads at the most calling the function and collisions are very unlikely because all 3 threads should rarely be calling this function at the *exact* same time. I am wondering which code block I should use for optimum ...
|