| Thread | Last Post | Replies |
|
| Screen does not refresh when screen saver active | 18 Jun 2007 21:14 GMT | 4 |
I have a C# .NET Framework 1.1 application running on XP SP2 that displays alerts. When no alerts are active, the application is hidden. The app runs a background thread to check for alerts. When an alert is detected, the message information is displayed using a delegate to ...
|
| Opening Attachments- Windows Installer | 18 Jun 2007 20:21 GMT | 2 |
I cannot open any attachments on my computer, whether it is via e-mail or saved on my system. I get a message each time I try to open it saying that Windows Installer is preparing to install and then nothing happens. I have rebooted several times, run my virus scan, and restored ...
|
| ThreadPool and AppDomains and DeadLock - HELP! | 18 Jun 2007 19:29 GMT | 6 |
We have a plug-in architecture which dynamically loads plug-ins into their own AppDomains. The plug-ins are multithreaded and use the Thread Pool for asynchronous communications, timers etc. They typically use the lock keyword to synchronize access to objects that are used from ...
|
| Customize Application Data Folder | 18 Jun 2007 19:05 GMT | 2 |
The folder that the framework creates under the Application Data folder is not consistent. Instead of: .\Local Settings\Application Data\My Company\MyApp.exe_Url_<guid>
|
| Configuration API | 18 Jun 2007 10:51 GMT | 3 |
I was looking for specific feature in Configuration but I failed. What I need, is to set up custom configuration loader - we do not use .NET Configuration normally for server applications but trying to employ WCF we need to register into ConfigurationManager (or ...
|
| How to to install dotnet.framework for a limited user account in Windows | 18 Jun 2007 08:38 GMT | 2 |
Is it poossible to install dotnet.framework for a limited user account in Windows XP? Thanks!!!
|
| Problems saving videos to disc? | 17 Jun 2007 21:59 GMT | 3 |
Hi, I am having trouble getting some videos to save to disc. I have the videos saved in a project file on Movie maker but when I click to burn it to disc I keep getting either an insert Disc message of it says that the disc is not recordable. I am using DVD+R. I could use some ...
|
| Can't open .jpg files in Windows Mail | 17 Jun 2007 20:14 GMT | 4 |
When I get a jpg (jpeg) file in an email, I can't display the picture in the default program which is Windows Photo Galery. I get a message that the interface is not supported. If I change the program default to another program, e.g. Photoshop Elements, the picture opens. To ...
|
| Tracing in c# | 17 Jun 2007 19:06 GMT | 1 |
I've configured Trace switch in my app.config file: DebugLevel = new TraceSwitch("DebugLevel", "Trace Level for Entire Application"); and have created and initialized a trace listener in my application code:
|
| C# threading, events and main thread. | 17 Jun 2007 18:59 GMT | 11 |
I've been working on this one for a couple of days, and am completly at my wits end. Is there some method for executing a function or event in the main thread, when called from a 'worker' thread? I understand how it works in the Windows forms world, but what about an
|
| blue screen stop errors | 17 Jun 2007 09:02 GMT | 4 |
On my Windows XP Home laptop, I keep getting blue screen stop errors. Sometimes the pc will start after mulitple attempts. The errors say, IRQL NOT LESS OR EQUAL, or PAGE FAULT IN NONPAGED AREA, and some others, too. HELP!!!
|
| P/Invoking incorrectly, but the CLR fixes it silently? | 17 Jun 2007 04:13 GMT | 3 |
I have just noticed something interesting about the CLR's generation of stub code for p/invoke calls (this is on .NET 2.0): I am using a library called Cairo for some vector graphics drawing. On windows, it's a DLL written in plain C, exporting its functions as
|
| asp-Hoster (www.aphager.com) | 16 Jun 2007 23:05 GMT | 1 |
Which one is the best asp.net hoster? Greetings aph90 www.aphager.com
|
| Exchange 2003 API Pointers? | 16 Jun 2007 18:57 GMT | 4 |
Looking for all pointers, references, code sample for sending commands to Exchane 2003. I would like to send mail using MAPI, create/modify appointments, etc. I don't want an Outlook interface, but something that will talk to Exchange directly (impersonating any user I see
|
| WebDav Library for .NET? | 16 Jun 2007 18:56 GMT | 2 |
I have to work with a WebDAV server, and was wondering what .NET libraries or sample code exist to do so. Thanks.
|