all groups > dotnet framework > april 2007 > threads for april 29 - 30, 2007
Filter by week: 1 2 3 4 5
search results dialog box
Posted by petegb at 4/30/2007 6:19:01 PM
when i open search from the start menu, i get a listing in the task bar, but
the box cannot be seen. when i click on the task bar block it appears to fly
off the screen to the upper right... more >>
The Interlocked on the Edge of Forever
Posted by Chris Mullins [MVP] at 4/30/2007 1:13:47 PM
I've got a quick question that's been bugging me for a long, long time:
Let's say I've got a member variable (in a heavily threaded app):
private int _firstTime = 0;
To make changes to this is easy enough:
InterlockedExchange(ref _firstTime, 1);
.... or I can use the InterlockedCompa... more >>
some config error happens periodically only
Posted by gsl at 4/30/2007 12:11:47 PM
Hi
we have a number of web applications
once in a while they produce an error like below
if you restart IIS - they disappear
it happens on two servers
any ideas?
Thamks
GSL
++++++++++++++++++++++++++++++++++++++++++++++++
Configuration Error
Description: An error occurred durin... more >>
Determining if two paths are the same
Posted by Mark Chambers at 4/30/2007 10:27:40 AM
Hi there,
Given two file names in relative or absolute format, I need to determine if
they point to the same file. While I can simply pass each to
"Path.GetFullPath()" and compare the results, what is the rule regarding
case. That is, how do you determine whether the local file system is
... more >>
Directory Sizes and Performance
Posted by Flinky Wisty Pomm at 4/30/2007 3:44:54 AM
Hi all,
I need to regularly traverse a large networked file system and return
a list of directories and their respective sizes. The file system is
large enough that performance is a serious concern.
As well as the recursive [File/Directory]Info solution, I've seen
reference to using the Fil... more >>
Interface & Event
Posted by hufaunder NO[at]SPAM yahoo.com at 4/29/2007 1:25:23 PM
I have an interface ITest that includes an event TestStatusChange.
There is also a class Test that implements ITest. In one of the
functions of Test I want to call the event (see code at the end) but
get the following error:
"The event 'eventTest.Test.TestStatusChanged' can only appear on the
... more >>
System.Speech
Posted by Arne Garvander at 4/29/2007 6:24:03 AM
How do I add a reference to System.Speech in Visual Studio?
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)... more >>
Any groups created for WPF / WCF ?
Posted by Jigar Mehta at 4/29/2007 12:00:00 AM
Hello,
is there any specific newsgroups created for WCF or WPF ?
I tried searching but could not find.. it would be a good idea if Microsoft
can create such newsgroups, will help people developing early applications
on these new technologies. Newsgroup on LINQ would also be a good idea.. !... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|