Articles found: 3
|
Wednesday, September 20, 2006 |
 Il quesito è semplice: perché se effettuo una verifica sull'esistenza di un file
condiviso mi viene sempre restituito False?
Proviamo
a rappresentare l'errore:
FileInfo file = new FileInfo(@"\\\\192.168.1.1\\C\\fileTest1.txt");
Response.Write(file.Exists.ToString());
Indicando informazioni corrette sul percorso remoto del file, quello che vedremo a video eseguendo la nostra pagina Web, sarà sempre False.
Il motivo è semplice come il quesito: nel momento in cui cerchiamo di interrogare
il FileSystem del computer remoto, l'applicativo .
|
Friday, September 22, 2006 |
RSS.NET is an open-source .NET class library for RSS feeds. It provides a reusable
object model for parsing and writing RSS feeds. It is fully compatible with RSS
versions 0.90, 0.91, 0.92, and 2.0.1, implementing all constructs.
Check it: http://www.
|
Thursday, September 28, 2006 |
The Microsoft .NET Framework 3.0 (formerly known as WinFX), is the new managed code programming model for Windows. It combines the power of the .NET Framework 2.0 with new technologies for building applications that have visually compelling user experiences, seamless communication across technology boundaries, and the ability to support a wide range of business processes.
|