| Thread | Last Post | Replies |
|
| Good Book for XSLT | 17 Aug 2007 12:29 GMT | 1 |
I need a good book to study XSLT, any one can suggests me name of some good books. Thanks and Regards Sandeep Singh
|
| Running Caspol from a batch file | 17 Aug 2007 09:45 GMT | 2 |
Can anybody tell me if there is a paramater I can use with CASPOL from within a batch file to prevent the dos window being displayed. I am trying to remove a group using
|
| Bug in My.Computer.FileSystem.WriteAllText | 17 Aug 2007 07:34 GMT | 3 |
I've found that My.Computer.FileSystem.WriteAllText in .Net 2.0 writes three additional, non-text bytes in front of the string it's supposed to be writing. These bytes are not in the normal text range of values, and don't show up if you load the file into Notepad or other text ...
|
| Weak Dictionary / Cache | 17 Aug 2007 04:00 GMT | 17 |
I am trying to implement a weak dictionary (more like a lookup table) for caching purposes. The idea is that when you put an object in it, both the key and the value (and the key-value pair) are eligible for garbage collection.
|
| error installing .net Framework 3.0 | 17 Aug 2007 01:43 GMT | 5 |
I am trying to install/repair .Net Framework 3.0. The install goes part way and "crashes". The error message in the log file says, "Windows Presentation Foundation: [2] Error: Installation failed for component Windows Presentation Foundation. MSI returned error code 1612". How do ...
|
| Why so many copies of .NET DLL? | 16 Aug 2007 21:00 GMT | 1 |
Why does .NET make so many copies of my DLLs? I inherited a large project and there are two pervasive DLLs that get used everywhere: PlcmObject.dll and PlcmUtil.dll Why our build procedure copies them all over our build directory is a
|
| Implementing a Thread.JoinAll(timeout) using managed threading | 16 Aug 2007 19:34 GMT | 1 |
I recently found myself in a situation wanting to Thread.JoinAll(timeout) (i.e. blocking the calling thread until all a list of threads have finished or the timeout has expired). I wanted to do this using only managed threading[1], which means Monitors instead
|
| Microsoft Outlook online and vista | 16 Aug 2007 19:14 GMT | 3 |
I currently have two email accounts that both use microsoft outlook web access.. The one account I can use perfectly, the other account I can only read emails. Why? When I reply, it has an error (it looks like a sheet of paper with a red x in it). My security settings have ...
|
| FTP vb.net firewall | 16 Aug 2007 16:59 GMT | 1 |
i have recently implemented an ftp class in vb.net for work with one of my clients. unfortunately when i put my software live i found that the client requires the a firewall parameter to be passed into the ftp class to make it work correctly.
|
| comparing DataSets? | 16 Aug 2007 16:48 GMT | 2 |
dataset1.table1 is filled from a table in a database dataset2.table1 is filled from a table in a database How can I programatically compare the two tables to see if their schemas are compatible (Same column definitions and contraints and keys...) and can be
|
| Animations, Bitmaps and Icons of Visual Studio 2005 | 16 Aug 2007 14:23 GMT | 3 |
Good morning. I'd like to know if I can use for free the animations, the bitmaps and the icons inside the archive VS2005ImageLibrary.zip in the installation path of VB2005 C:\Program Files\Microsoft Visual Studio
|
| Parsing a webpage | 16 Aug 2007 11:40 GMT | 4 |
I am retrieving a website for a site using httpWebRequest. What I want to do with the retrieved webpage is list all the hyperlinks in the page. If I do a simple regex search for <a then I get links that are commented out in code and I don't want that. I want links that are ...
|
| DownloadFileAsync | 16 Aug 2007 09:54 GMT | 4 |
DownloadFileAsync blocks (or hangs) the application for 3 or 4 seconds if there is no internet connection available, the expected behavior should be to continue normally and raise the error in the DownloadFileCompleted event in AsyncCompletedEventArgs, however this is not the ...
|
| How to list element names from an xml schema | 15 Aug 2007 23:01 GMT | 1 |
if I have a schema like this: <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="Root">
|
| Enumerating network adaptors | 15 Aug 2007 21:38 GMT | 2 |
I need to enumerate all the network adaptors in a PC and their IP addresses. I have tried with WMI but I do not seem able to figure out from the several adaptors in the system which are active and connected to a network. Any suggestions would be much appreciated.
|