| Thread | Last Post | Replies |
|
| Multiple Threads runs HttpWebRequest | 18 Dec 2004 15:37 GMT | 1 |
I have an application which scan the network for http servers, I use the HttpWebRequest. When I use 1 working thread everything is working OK, but when I use more than 1 working thread most of the requests which should
|
| Static methods and variables | 18 Dec 2004 11:42 GMT | 4 |
I have just been reading up on threading and synchronisation which has raised a question that I have not thought about before. If you have a class with static members say in an ASP.NET application. Is there any danger of thread race conditions as the members are not instance.
|
| Outlook Redemption | 18 Dec 2004 05:04 GMT | 4 |
We have just purchased a development tool called Redemption for Outlook which lets us deal with that vagaries of interfacing to all the different versions of Outlook. Works wonderfully well (although the documentation is predictably DREADFUL!!).
|
| calling a delegate in a late bound C# dll | 18 Dec 2004 04:58 GMT | 2 |
How do I call a delegate in late bound C# dll? there some way to do this w/ a sharedinterface file? any examples? i tried this but it doesnt work: (oType.GetMethod("IOCTLJOB").Invoke(pObj, new object[] { pClass1.m_job } )).ToString();
|
| Distributing .NET Framework without ASP.NET | 18 Dec 2004 04:38 GMT | 1 |
I'm trying to distribute the .NET framework to client workstations, but every install is creating a local ASPNET NT account. The sys admins at the client site are not happy about this. Is there a way to install the framework without creating a new local account? The workstations
|
| Current Instance Namespace? | 18 Dec 2004 03:29 GMT | 3 |
How to use Reflection to get the name of the namespace of the current instance of a class? Thanks.
|
| Ctype FUNCTION | 18 Dec 2004 00:20 GMT | 1 |
I would like to know if there is a way to convert a variable of a certain type literaly instead of explicity knowing what type to convert it to. For example i have the following code: dim myObject as Object
|
| How to programmatically retrieving the "Startup Type" for Windows | 17 Dec 2004 20:09 GMT | 4 |
I know that I can use the ServiceController.GetServices(MachineName) to retrieve the list of services for the specified machine, and then I can retrieve the various properties for each service. What I cannot figure out is how to retrieve the "Startup Type" (Automatic,
|
| Cant Get past wizard | 17 Dec 2004 20:01 GMT | 2 |
Everytime i start visual studio, the first thing that comes up is a big gray window that says "Please wait while wizard initializes." It does not initialize. If i close the window, the whole program closes, and i cant click anywhere else while it is up. Because of this i cant ...
|
| Turning Option Strict On and Off ? | 17 Dec 2004 19:58 GMT | 1 |
I have a system made of several DLLs, some in VB. Net, some in VB6. While the VB6 part is not written in VB .Net we still use them and it's working fine. The problem is that we need to handle an operation that is fired in the .Net
|
| How to do you find your own treads? | 17 Dec 2004 17:17 GMT | 1 |
How to do you find your own treads?
|
| Capture network traffic | 17 Dec 2004 17:09 GMT | 1 |
Is it possible to trace network in .NET?
|
| Singleton and Hashtable Help? | 17 Dec 2004 16:37 GMT | 2 |
I have a Hashtable that is a property of a Singleton. Clients do a GetInstance() on the Singleton and then call a read or write method to perform work on the Hashtable.
|
| System.ExecutionEngineException occurred in mscorlib.dll. | 17 Dec 2004 16:37 GMT | 1 |
i'm currently developping a c# application with VS studio .net 2003,.net framework 1.1. This application binds Wininet.dll to establish an ftp connection. I send a "LIST" ftpCommand, then i open the returned handle with
|
| Source Safe | 17 Dec 2004 14:39 GMT | 1 |
When I check out a project to another computer (laptop) under the same logon, source safe does not give me adequate information that this is the case. It is an unusual situation in that the project is checked out with the same ID to a different computer (laptop when I travel, ...
|