| Thread | Last Post | Replies |
|
| Unrelated TCP sockets affected! | 22 Jul 2005 01:26 GMT | 3 |
I realize this is a very peculiar situation, and I was sceptical about this "finding" also, but after days of debugging, this is what things have narrowed down to: I have an app (originaly a Web app, but I am able to replicate the issue in
|
| How to control TCP/IP connections used with HttpWebRequest ? | 22 Jul 2005 01:18 GMT | 2 |
After checking with packet sniffer that for every created HttpWebRequest / HttpWebResponse followed by Close() call my box creates new TCP/IP connection I just wonder if there is a way to use single long lasting TCP/IP connection with a given server for multiple HttpWebRequest / ...
|
| Smart Client requirements | 21 Jul 2005 22:42 GMT | 2 |
Can someone tell me if smart client development is bound to the compact framework or is it possible to build smart client with the standard framework? My understanding is that Smart client are for Online/Offline mode and can be easily deployed (no-touch deployment). This is surely ...
|
| How can I disable Net Framework >>without<< uninstalling it? | 21 Jul 2005 21:42 GMT | 6 |
I have the Service Pack installed, but this program is just plain buggy. I don't even WANT it, but I couldn't get my ATI drivers to install unless I had it on the system. I don't mind if the files just sit there; I just don't want them
|
| 1.1 -> 1.0 framework side-by-side execution | 21 Jul 2005 21:21 GMT | 4 |
I understand how side-by-side should work - it both 1.0 and 1.1 frameworks are installed, 1.1 assembly should run against 1.1 framework and 1.0 assembly should run agains 1.0. This is what I don't clearly understand:
|
| HttpWebRequest connecting to tivo webserver | 21 Jul 2005 19:35 GMT | 7 |
I am trying to write a little app that will parse my Tivo's Now Playing xml doc using ASP.NET (or winforms, i just want something to work at this point). Below is the code that I am using. What happens is that I get 401:
|
| COM+ loosely coupled events from .NET | 21 Jul 2005 08:14 GMT | 1 |
Can someone point me to some good documentation and samples on doing COM+ loosely coupled events from .NET?
 Signature Thanks in advance,
|
| CAS issue accessing byte[] resource | 21 Jul 2005 04:11 GMT | 1 |
Hi, I have a CAS problem related to a serialized object in a satellite assembly. Specifically, I have an application with one EXE and two DLLs on my server. The EXE uses one of the DLLs, and that DLL uses the other DLL as a satellite
|
| Debugging a server app | 21 Jul 2005 03:39 GMT | 1 |
I am having the following event logged when I try to debug a COM+ server application: "The server {54AD3709-9B43-42A8-B896-404FDCF4AC85} did not register with DCOM within the required timeout"
|
| Font .FromLogFont(), .ToLogFont() | 21 Jul 2005 03:11 GMT | 1 |
I see the signature of these methods: Font.FromLogFont(object o) Font.ToLogFont(object o) how does that work?
|
| Threading question | 21 Jul 2005 00:04 GMT | 2 |
Ok, I'm trying to learn how to use threading, but I've run into a problem. I'm doing this in VB.Net. I started out making something pretty simple. Just a sort of wrapper for cmd.exe. I used separate threads to read from stdin and stderr. It seemed to be working ok. Then I ...
|
| HttpWebRequest | 20 Jul 2005 23:54 GMT | 1 |
Bonsoir, Je developpe une application permettant le telechargement de fichiers via le net a l'aide du composant HttpWebRequest. Je developpe avec le Framework 1.1.
|
| Simulating a web form upload through windows based application | 20 Jul 2005 20:00 GMT | 1 |
I am developing a standalone or windows based application in vb.net which simulates a website. I would like to simulate this web form from my vb.net application: <form action ="cgi-images/accept_upload.pl" method = POST
|
| Upgrading VC 6.0 to VC 2003 | 20 Jul 2005 19:36 GMT | 4 |
I have an ATL COM object compiled with VC 6.0 that needs to be compiled in Visual Studio .Net 2003. I got the project converted, compiled and linked without errors. It registers correctly but it will not instatiate as an ActiveX control in my classic ASP pages. I get the ...
|
| How to use a C++ class in .NET | 20 Jul 2005 19:35 GMT | 2 |
I have a c++ class in a dll. like this one: class __declspec(dllexport) MyClass { private:
|