| Thread | Last Post | Replies |
|
| Rundll cmicnf.cpl missing | 17 May 2008 20:46 GMT | 1 |
This message pup up at start time,i try AD-Aware and still there.Any suggestions plz Also i lost all sound on Pc my speakers work even after redoing my pc from scratch i cant hear nothing any help would be nice
|
| program ID | 17 May 2008 19:22 GMT | 3 |
can somone tell me what CSRSS.EXE. RUNTIME PROCESS is
|
| Hashtables and concurrency | 17 May 2008 02:52 GMT | 9 |
When the MSDN docs say "Hashtable is thread safe for use by multiple reader threads and a single writing thread ... which allows for lock-free reads provided that the writers are serialized to the Hashtable"
|
| "Extension" properties? | 16 May 2008 23:09 GMT | 49 |
Hi all, ... is there any way to use the new CompilerServices Extension attribute with class *Properties*? Internally properties are just implemented as a pair of functions (get/set), aren't they? So shouldn't it be possible to create Extension Properties?
|
| WinInstaller-based Deployment of VC++.NET 2005 CLR app using Crystal | 16 May 2008 16:58 GMT | 4 |
I am having a problem deploying Visual Studio.NET 2005 application written in VC++.NET 2005 CLR and instantiating some Crystal classes for .NET 2005 to other Win XP workstations. I followed the following advice that Gary gave to Aleks Kleyn on 5-
|
| Langauge pack standalone download | 16 May 2008 16:10 GMT | 4 |
At one time, before SP1, there were standalone downloads for the languages on Vista, but after the SP1 release, the old language pack standalone downloads don't work, and I can't seem to find any that're SP1 compatible, even though there are the langauge packs I require on the ...
|
| Problem with FileSystem watcher in a windows service | 16 May 2008 12:58 GMT | 4 |
I have a windows service that uses the FileSystem watcher. It is monitoring a folder for files coming in. The files are being transferred over samba from CentOS Linux. Two files at a time. We found that when files coming in, they were not being actioned, but when I
|
| Current Identity without being impersonated | 16 May 2008 10:23 GMT | 5 |
System.Security.Principal.WindowsIdentity.GetCurrent() can give me the current logged-on user, but I found if I'm using impersonation in the context, it can only give me the user identity who's being impersonated rather than the real logged user on the Windows, what if
|
| Caching table problem | 16 May 2008 09:21 GMT | 1 |
I tried to browse a table which have 2 million of records. it's too slow to browse -it directly so i tried to use caching methods. (Implementing Virtual Mode with Just-In-Time Data Loading in the
|
| LINQ OnConnectionOpen?? | 16 May 2008 07:14 GMT | 3 |
Not sure if this is the best place to post this, but I didn't see any linq specific forums. Anyway, I'm using DLINQ to insert records into a database, which works great. However for our security before I do this I also need to execute a stored procedure, and was wondering if ...
|
| Blank Web Page in Internet Explorer | 15 May 2008 17:00 GMT | 1 |
I keep getting a blank web page popping up in internet explorer. Can anyone help me with a way to stop it happening?
|
| Windows installer error 2771 | 15 May 2008 15:33 GMT | 1 |
I download the service pack 3. Now when I turn on my computer I saw a message that said windows installer error 2771. How can I fix that?
|
| Compiled EXE or DLL to run on a PC need CLR? | 15 May 2008 12:31 GMT | 1 |
If I compiled a C# or VB.NET application as an .exe and deployed to another PC, does that PC need to have CLR installed? I know the .exe is just an IL code, so need to be compiled by CLR before execution.
|
| textbox width auto growth in WPF | 15 May 2008 10:16 GMT | 1 |
Is it possible to make a textbox widt adjust automatically as you type in text, or can I get the width of the text in pixels somehow? Thanks in advance!
|
| ERROR Watching Mapped drive | 15 May 2008 05:07 GMT | 4 |
i have an application which watches mapped drive events using FilsSystem Watcher . the filters i am using are these : NotifyFilters.FileName | NotifyFilters.Attributes | NotifyFilters.Size |
|