| Thread | Last Post | Replies |
|
| Running NUNIT throws CannotUnloadAppDomainException | 29 Aug 2006 13:23 GMT | 7 |
Hi; All of a sudden when I try to run NUNIT from inside VS 2005 (ASP.NET 2.0 app) using nunitaddin, I get: The thread 'PortalTests' (0x4e8) has exited with code 0 (0x0).
|
| force firing of timer | 29 Aug 2006 04:15 GMT | 10 |
Hi; First, I need a worker deamon in my ASP.NET web app. Is System.Timers.Timer the best way to do this? Second, I set the timer to fire once and each time it fires, I do the needed
|
| Calendar.IsWeekend() | 28 Aug 2006 14:37 GMT | 5 |
Hi; Is there a way to determine if a given day in a Calendar is a weekend? And/or can this be determined from the user's culture? Because it is Friday/Saturday in the middle east and Saturday/Sunday in Europe/Americas,
|
| File.Flush() - return instantly | 28 Aug 2006 04:22 GMT | 4 |
Hi; Is there a way, without creating a worker thread, to call Flush and the call returns instantly and the file will be set to flush soon. I am ok if it does not flush before returning - I just want it to flush in the next second or so.
|
| How can i create the function of ScreenCapture in the windows service????? | 25 Aug 2006 21:58 GMT | 1 |
How can i create the function of ScreenCapture in the windows service?????
|
| Keyword Similar to App in VB.Net | 22 Aug 2006 05:20 GMT | 1 |
Can anyone here suggest me the keyword App similar to that in VB.NET? Iam developing a application which uses MS-Access as the database. In vb6.0 I use App to find the path and connect to the database example: dbname = App.Path & "\XXXXXX.mdb"
|
| Calendar.FirstDayOfWeek | 21 Aug 2006 17:27 GMT | 2 |
Hi; Also, is there a way to get the first day of the week for a calendar/culture?
 Signature thanks - dave
|
| Loaded method | 11 Aug 2006 03:47 GMT | 3 |
Does a component derived from System.ComponentModel.Component has a method (Let's name it Loaded()) which is called by the form on which the component is dropped when all component dropped on the form have been instanciated an initialized ? Something called just after ...
|
| Legal to redistribute "certmgr.exe" and "makecert.exe"? | 04 Aug 2006 17:12 GMT | 3 |
I'm trying to find a Microsoft alternative to the OpenSSL tools and I'm wondering if it's legal to redistribute these executables: C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\certmgr.exe C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\makecert ...
|
| File from database | 03 Aug 2006 21:59 GMT | 6 |
Hi; I have a file stored in my database as a blob. I would like to have a url to the file like http://www.myportal.com/files/FileName.pdf so that if the user then goes to save the file locally, it has the name FileName.pdf (where I
|
| Not .NET but very funny | 01 Aug 2006 13:39 GMT | 1 |
Hi; This is not .NET related - but it is one of the funniest programmer videos ever - http://www.windwardreports.com/film.htm
|