| Thread | Last Post | Replies |
|
| New FileSystemWatcher Failure Mode | 23 Sep 2004 21:11 GMT | 3 |
I've recently discovered a new failure mode for the FileSystemWatcher class. I'm using FSW in a service to watch and process files in the watched directory. The watcher service is running on a different physical machine from the
|
| FileSystemWatcher stops working on network share | 23 Sep 2004 21:09 GMT | 3 |
The symptoms I am seeing is that I have a Windows Service with a FSW component working fine monitoring a UNC path. However, if there is a network disconnect and then a reconnect, the FSW stops getting any events. I don't know exactly how much of a network break is required for ...
|
| webbrowser control: navigate to another URL in a subdoc | 23 Sep 2004 20:04 GMT | 2 |
I have an application with an AxWebbrowser control, and the webpage is a document with a frameset with multiple documents in it. What i would like to do, is the subdocument of the frameset to navigate to another URL, while maintaining the frameset with the
|
| Help! Differences between .Net Development and Redistributable versions | 23 Sep 2004 14:21 GMT | 1 |
We have just finished development of a Windows Forms application. When we install the release version of the project on a client machine which uses the .NET Framework Version 1.1 Redistributable Package we get subtle differences in behavior from the same release binary run under ...
|
| Fundamental Socket Question | 23 Sep 2004 13:30 GMT | 2 |
When I try to set/get a System.Net.Sockets.Socket's MaxConnections socket option value, an exception is thrown. Is the MaxConnections field not supported on Windows? Example code:
|
| How to get the UPS state and event ? | 23 Sep 2004 11:21 GMT | 1 |
How to get the UPS state and event ? thanks
|
| why relative hint path but absolute reference path | 23 Sep 2004 09:45 GMT | 1 |
I have a vs.net 2002 solution that contains a number of projects All projects are created in folders under the solution folder. The idea here is that this entire solution should be 'moveable' ie. copied to and useable from a new directory or computer.
|
| Problem with Regasm Tool | 23 Sep 2004 04:45 GMT | 2 |
We have just set up a Small Business Server 2003 machine and encountered a problem when using the .NET regasm tool. I have to install a .NET dll file to be used by a COM application. I used the gacutil tool to install the dll in the GAC. When I ran the regasm tool to
|
| error handler dumping local variables | 23 Sep 2004 03:16 GMT | 9 |
I would like to create an assembly to include in my projects that is called in the try/catch error handler and dumps the values of the local variables of the method that has thrown the error. Any help (or sample code) would be very appreciated.
|
| How to test for a given Type at runtime | 22 Sep 2004 21:33 GMT | 3 |
I know I my coffee must have worn off or something, but how do I test if a given property of type Type is a particular type. Confused? For example, let's say I have a System.Reflection.PropertyInfo object and I want to test its PropertyType property to see if the property (that the
|
| upload maintaining the same time as the local folder | 22 Sep 2004 20:48 GMT | 1 |
How can I make sure that an uploaded file has the same time stamp as the file on the local machine?
|
| Rethrown custom exception behaving badly from Out-of-process compo | 22 Sep 2004 20:19 GMT | 4 |
I am catching an exception in a class derived from ServicedComponent (original exception being thrown from class the does NOT inherit from ServicedComponent) and rethrowing a custom exception (ARSApplicationException), including the original exception in the custom
|
| what's better Static Methods or Instace Methods | 22 Sep 2004 17:42 GMT | 12 |
My AIM is the performance, so what is better to use, static method or instance method? and why? Thanks a lot
|
| remoting and file transfer | 22 Sep 2004 15:18 GMT | 1 |
Hello, I'm trying to learn about file transfer using remoting, and I was wondering if there is some sample code that could help me understand it. I've tried google, but almost all examples i've seen use sockets
|
| dotnet installation | 22 Sep 2004 14:17 GMT | 1 |
I try to install donNet on XP Pro but I can not pass all prerequisites stage. I have problem with installing .Net Framework 1.1 and J# .Net Redistributable Package 1.1
|