| Thread | Last Post | Replies |
|
| How to intercept what HttpWebRequest sends? | 07 Oct 2004 02:38 GMT | 5 |
I'm currently thinking about a way how to intercept the binary data that HttpWebRequest sends over the network. The class is a VERY helpful thing but there are a few things that I obviously can't do with it. In particular I'd like to have control over the header
|
| Socket | 07 Oct 2004 02:28 GMT | 7 |
Is there anybody able to tell me if and how to restore a lost socket communication? I try to explain. Computer A and computer B are net connected and they estabilished a socket
|
| Socket returns no data | 07 Oct 2004 00:54 GMT | 4 |
I have run into a problem which may be a bug in the socket class of .net. My application is a server that receives heavy volumes of data via multiple connections using asynchronous socket operations. After receiving flawlessly for several minutes at heavy volumes (400-800
|
| Reading a continuous stream using HTTP classes | 06 Oct 2004 23:10 GMT | 1 |
Apologies in advance if this has been asked before, although I have attempted to find some answers via Google and haven't been able to find anything relevant. I am reading output from a web site that is a continuous stream of HTML
|
| How to Get Local Machine's DNS IP Address | 06 Oct 2004 22:15 GMT | 2 |
I'm trying to programmatically determine the local machine's DNS IP address (i.e. the IP address of the DNS server). Can anyone steer me in the right direction? Thanks!
|
| Forcing interactive login from another station? | 06 Oct 2004 20:14 GMT | 1 |
We are currently running about 50 Windows XP stations in a educational computer lab environment. All stations are part of a domain running under a Windows 2000 Adv. Server PDC.
|
| _2694_ssce.msm corrupt.. | 06 Oct 2004 19:15 GMT | 3 |
Hi guys.. I am installing Visual Studio.NET but i always have that message that _2694_ssce.msm was either corrupt or cannot be read from the disk or there was a network poroblem.. I have some doubt on this message coz i've used
|
| Custom Hashtable | 06 Oct 2004 16:33 GMT | 1 |
Can someone point me in the right direction? I'd like to create a custom Hashtable that implements IList (so it can be used for databinding). David Young
|
| Attach and Access config file for Class Library | 06 Oct 2004 14:37 GMT | 3 |
Is there a way in which we can attach a configuration file for a "Class Library Project" and access its values dynamically. I understand that Class Library would generate a .dll and cannot have other configuration files. But can we add this "App.config" file as a "embedded
|
| Error after installing .net framework SP3 | 06 Oct 2004 10:47 GMT | 2 |
I've just ran windows update and got Framework 1.0 Service pack 3. I'm using VB.Net.Now when I try to view the windows designer on certain forms I get this error: [Resource lookup failed - infinite recursion detected. Resource name:
|
| For...Each Memory Usage | 06 Oct 2004 10:17 GMT | 5 |
I've just come across an interesting problem (?) in VB.NET. It seems that a for..each loop prevents the garbage collector from being able to clean up an object. Check out the two code sections below (if you want to replicate this problem I suggest you use a pretty big data
|
| Component for windows platform and unix | 06 Oct 2004 08:54 GMT | 2 |
I have this question: I would like to develop a component to run on the Windows and UNIX platforms. It is a communication object that will run over TCP/IP. In the Windows environment, my choice of development would be .NET. Is it
|
| Obtaining System.Refelction.Module for the current module | 06 Oct 2004 03:42 GMT | 2 |
How do I obtain the System.Reflection.Module instance for the current module in which I am executing ? Is there a global module instance I can retrieve somehow or is there some other way of obtaining the current module ?
|
| Framework bootstrapper causes slow install of .NET app | 06 Oct 2004 02:23 GMT | 11 |
I am installing two .NET applications, one right after another. Each is in its own .MSI and has the bootstrapper setup.exe to make sure the .NET Framework is installed. When kicking off the first setup.exe, the bootstrapper displays a dialog with "Installing component setup". ...
|
| OT: Free webservices | 06 Oct 2004 00:15 GMT | 3 |
2 OT questions here. 1) can anyone share some links to free web services (hopefully a list)? 2) has anyone seen a web service which can be used to get stock market returns, i.e., I submit MSFT and get the market's closing information on
|