| Thread | Last Post | Replies |
|
| operator overloading | 09 Jul 2007 01:32 GMT | 4 |
I have 2 objects which could be of any type (but both are of same type) I would like to check if it has the "greater than" or "less than" operator overloaded. If it does, then i would like to compare the 2
|
| Windows update will not turn on | 08 Jul 2007 14:59 GMT | 1 |
My automatic updates will not turn on.I have been hru the start menu and typed in msc services, but i have no auto matic update tab when i scroll down as per your request.I have also typed in the %update code to with no results.can you help me out
|
| List of exceptions | 08 Jul 2007 09:22 GMT | 6 |
Where can we get a comprehensive list of all .NET exceptions with examples of when to use each of them ?
|
| tcpclient in .net 2.0 | 06 Jul 2007 20:57 GMT | 1 |
Maybe someone has come across this situation and has a way to handle it. If I have a tcpClient object and do a GetStream.Read on it after setting a ReceiveTimeout, I'm getting different behavior in .Net 2.0
|
| Migrate large .NET 1.1 app to 2.0 or 3.0 (ie, when will SP's ship? | 06 Jul 2007 17:35 GMT | 1 |
We're trying to decide whether to migrate a large .NET 1.1 (ELB 1.1) app to .NET 2.0 or 3.0 (with ELB 3.1, probably)... within the next two months. I've seen discussions that hint that the (long overdue) SP1 for .NET 2.0 will ship around the time that Orcas ships (early '08?). ...
|
| Word 2002 crash | 06 Jul 2007 14:54 GMT | 1 |
I was writing a story and the screen froze with a dialogue box word can't read it. Loss my data.Finally located my story but not in the original format that I wrote it in. I was using Word 2002 in Microsoft Works Suite 2006. And also I had to convert file format Word 2007 in Word ...
|
| Launching a "Fire and Forget" stored procedure | 06 Jul 2007 09:09 GMT | 2 |
I have an asp.net applicaiton and I woul like to add some logging features (not only for errors but even for user activities), my principal interest is to NOT
|
| .NET 3.0 and IIS 6.0 on Windows Server 2003 SP2 | 06 Jul 2007 09:05 GMT | 1 |
Sorry if this is the wrong place to post... did a quick search and couldn't find a better location I installed .NET 3.0 on my Windows Server 2003 SP2 (x64) running IIS 6.0. Now I get a simple "Service Unavalable". I saw a post that said to use IIS
|
| "Enter network password" nuisance prompt... | 06 Jul 2007 07:27 GMT | 1 |
Any help would be much appreciated in the following problem. I subscibe to a european streaming TV website - while it worked flawlessly for months, all of a sudden this message began to pop up! Login still works, but the player freezes at the connecting to media stage, while ...
|
| Vista Home Premium - Microsoft .NET Framework 2.0 Configuration problem | 06 Jul 2007 00:12 GMT | 3 |
I've just done a clean install of Vista Home Premium - then installed Visual Studio 2005 Express C# - and SP1 - and the Windows Update for it. But I can't get Microsoft .NET Framework 2.0 Configuration to run
|
| xml / xsl problem | 05 Jul 2007 18:06 GMT | 1 |
I have a xml file with about 20 records and a xsl file to display the records, out of 20 only 1 record is being displayed, is there some way to debug and find out why the other records are not being displayed. TIA
|
| Why is ref needed here? | 05 Jul 2007 17:53 GMT | 3 |
When I pass my List<> without the ref keyword persons2 is empty (Count = 0 below). If I add the ref keyword to the caller and the function then Count is correct.
|
| Thread Synchronization with ManualResetEvent | 05 Jul 2007 17:43 GMT | 2 |
I have some understanding problems, about (thread) synchronization. Hopefully somebody can explain it to me. I have the following two processes that use the same piece of hardware. However, they are not allowed to use it at the same time:
|
| Replacement of an session in Visual basic.net | 05 Jul 2007 17:03 GMT | 1 |
I'm new with visual basic .net so i don't know very much of it.. But, i i'm searchin for 3 days on the internet for the folowing solusion: I want to use something of an session in vb.net so i can check if the user that has loged on, have some rights for some pages.
|
| enum problems | 05 Jul 2007 16:57 GMT | 5 |
I need to store an enum datatype in a variable and then reference it members from the variable. I have tried this but it does not work. Private Enum enuTest1 As Byte Opt1 = 0
|