| Thread | Last Post | Replies |
|
| Standby problems - Win XP will not stay in Standby | 08 Sep 2007 23:35 GMT | 1 |
Very recently my computer has developed a condition where it will not stay in Standby mpode, either automatic or manual. It will go in to Standby but will immediately fire up again within a couple of seconds. This problem has only just developed in the last week. Computer is ...
|
| Running 3.0 Framework application on XP | 08 Sep 2007 22:38 GMT | 5 |
Do the extensions added by 3.0 run on XP or are only targeted for Vista? WR
|
| how to create a docking desktop toolbar in C# .net 2.0 | 08 Sep 2007 19:46 GMT | 4 |
How can I create a docking desktop tool bar in C# .net 2.0...This tool bar should dock on any side like the windows taskbar. I have created such toolbar in Visual C++ 6.0, but can't figure out how to do it in C#
|
| Robustly detecting an error when starting an app via code | 08 Sep 2007 18:01 GMT | 3 |
Can anyone tell me if there is a standard way of detecting an error in a process that I've started using the .net framework's System.Diagnostics.Process class? I need to regularly call a secondary application but be able to tell if
|
| ClickOnce on Terminal Server | 08 Sep 2007 15:11 GMT | 1 |
I have a ClickOnceapp. I try to run this (via URL) from a Terminal Server (win 2000). The TS are using redirected Start menu, desktop and profiles. The ClickOnceApp are setup to work offline as well as online (will create icon on the start menu). When a install det ClickOnceapp
|
| Problems with CollectionBase | 08 Sep 2007 01:22 GMT | 6 |
Looking at the documentation for System.Collections.CollectionBase (http://msdn2.microsoft.com/en-us/library/ system.collections.collectionbase.aspx), I find: public abstract class CollectionBase : IList, ICollection, IEnumerable
|
| ICMP using raw socket not working on Vista | 08 Sep 2007 00:18 GMT | 2 |
I have some code (see below) that sends an ICMP echo request and that works fine on Windows XP and 2003 but fails on Vista. The code sends the echo request but times out trying to receive the echo reply. If I use MS network monitor I can see the echo request being sent and the ...
|
| Thread locking in C sharp | 07 Sep 2007 18:32 GMT | 2 |
When i try to do something like that: Button On Click->Call ShowInfo(); class testing {
|
| Running .NET 3.0+ applications on .NET 2.0 Machines | 07 Sep 2007 14:59 GMT | 1 |
I have just finished reading a 2 year old post with 42 replies on running .NET 2.0 on .NET 1.1 machines. The question was never answered. There was too much discussion on: "why your customers don't upgrade". I had the same problem. I could not deploy my .NET 2.0 application ...
|
| Autosize for tabcontrol | 07 Sep 2007 12:25 GMT | 3 |
I am still somewhat wet behind the ears with .net 2.0. I'm creating a program for my helpdesk to assist in some common stuff we have to do, reset passwords and notifying techs of P1 tickets. The question i have is right now I have a form with a TabControl filling the entier form.
|
| Using ServicePointManager | 07 Sep 2007 09:54 GMT | 1 |
Is the object global? I would like to ignore ftp server certificate validity making connection to it in one part of my application. Will it apply the validation bypass to this thread, process or whole .net platform?
|
| Windows 2003 64bit break DAO access? | 07 Sep 2007 09:49 GMT | 1 |
I have a C# program using DAO: DAO.DBEngine dbEngine = new DAO.DBEngine(); DAO.Workspace workspace = dbEngine.Workspaces[0]; DAO.Database db = workspace.OpenDatabase(excelFileName, false, true, "Excel
|
| Specify which assembly to load | 07 Sep 2007 06:00 GMT | 2 |
I have assembly A.dll installed in the global assembly cache. I have also the source code for assembly A.dll and assembly is included in the one of my project. I can not debug my application and step into functions and classes in the
|
| How to upgrade a GAC'ed dll | 07 Sep 2007 05:43 GMT | 3 |
I'm building an application that contains a dll that will be used by several other applications. The dll is installed in the GAC, to make it easy for everyone to find it. When my application is upgraded, I'm also installing a policy in the GAC so
|
| .NET Framework 3.0 "activation" ? | 06 Sep 2007 23:05 GMT | 3 |
Having Visual Studio 2005 .NET Framework 2.0 Windows XP SP2
|