| Thread | Last Post | Replies |
|
| Pushing Updates Out | 09 Apr 2005 22:08 GMT | 4 |
I'm looking for a good way to *push* updates out. Web Updates, BITS, and ClickOnce all seem to be based on the client *pulling* updates. With our applications we normally have to deploy updates to the database, business tier, and applications in sync. IOW, once the
|
| Customizing Hashtable | 09 Apr 2005 20:57 GMT | 3 |
I use a custom IHashCodeProvider with a Hashtable. What would your take be on the question what this should return to indicate "invalid" (as for null references) -- zero? Thanks,
|
| Customizing Hashtable, question 2 | 09 Apr 2005 20:55 GMT | 3 |
does anyone know whether the custom IComparer and IHashCodeProvider are used for (a) keys only, (b) values only, (c) both? (I'd prefer c to be the answer :) Thanks,
|
| C# & GC | 09 Apr 2005 20:38 GMT | 20 |
I create application which transform huge XML files (~ 150 Mb) to CVS files. And I am facing strange problem. First 1000 rows parsed in 1 sec after 20000 rows speed down to 100 rows per sec, after 70000 rows speed down to 20 rows per sec ( I should parse ~ 2 500 000 rows).
|
| Windows Installer (Setup.msi) | 09 Apr 2005 19:03 GMT | 1 |
I have an application that is installed on a client Computer. I have to uninstall the original version in order to install a new version of the application that is running on a different version of the framework. When I attempted to run the MSI it says that I must uninstall the ...
|
| What is the SP for Dotnet framework... | 09 Apr 2005 19:00 GMT | 5 |
I've installed MS.Net Framework 1.1 on Windows 2003 server. Can some one let me know,as,how to identify if any Dotnet SP is installed? What are the steps involved in this? Thanks,
|
| ODP.NET v9.0.2.400 Errors | 09 Apr 2005 17:27 GMT | 2 |
Can anyone shed some light to the following problem? I get "Data provider internal error (-3000)" when I try to use ODP.NET to connect to an Oracle instance. This problem is not affecting exe's. I need to use this provider because it allows me to do bulk inserts into Oracle.
|
| Nasty bug in string handling/comparison | 09 Apr 2005 08:01 GMT | 11 |
Perhaps someone from Microsoft could comment on this behaviour I've just stumbled across: String and StringBuilder have a problem with the german ß (szlig). They assume that 'ß' is equal to 'ss', which is not true!
|
| Problem using StreamReader and BinanryReader / Writer Together. | 09 Apr 2005 07:32 GMT | 2 |
I am rewriting a C++ application in C#. This file has a combination of Text and Binary data. I used CFile before to read the text. If I hit a certain string that denotes the following data is binary, I used the current position in the
|
| WebException thrown by HttpWebRequest.GetResponse() method | 08 Apr 2005 23:05 GMT | 2 |
I have a problem using HttpWebRequest class. I create an application, which communicates with a network device (not a PC), which has a built in HTTP 1.1 server listening on port 80. For some requests, which I send to the server it answers with a short byte sequence: HTTP/1.1 200 ...
|
| Excel Report in VB.NET | 08 Apr 2005 21:15 GMT | 3 |
I am trying to generate Excel sheet using Provider=Microsoft.Jet.OLEDB.4.0; I am always getting the error while inserting data into any cell other than A.
|
| Async Callback methods | 08 Apr 2005 19:03 GMT | 8 |
I have a program that using BeginInvoke on a Delegate to cause the Save to execute on the background thread. When the call completes I have a callback method which executes and updates the UI (after moving back to the main thread). The problem I have is that if there was an ...
|
| What is .netframework | 08 Apr 2005 18:54 GMT | 3 |
I have XP Professional Edition and Windows Update tells me I need the .Net Framework. I am cautious of downloading / installing this if it is not needed. How can I tell if I need it? What is the advantages of installing and the disadvantages of not installing? (in layman's ...
|
| Timed out waiting for a program to execute. | 08 Apr 2005 15:42 GMT | 1 |
I am recieving this error on few pages. They are running fine on dev server. It's only happening production for few pages. I searched internet and it seems lot of people have this problem. But none provided the solution.
|
| FileSystemWatcher problem | 08 Apr 2005 15:37 GMT | 1 |
I've got a FileSystemWatcher set like this: ----CODE SAMPLE------------- fsw = new FileSystemWatcher(@"D:\Test\"); fsw.NotifyFilter = NotifyFilters.LastWrite;
|