| Thread | Last Post | Replies |
|
| Capture WebResponse to MemoryStream? | 15 Apr 2008 22:02 GMT | 3 |
.NET 3.5 I have an HttpWebResponse.GetReponseStream() that I iterate over. Well now it looks like I'll have to iterate over it twice. And that type of stream does not support Seek() back to the beginning.
|
| Using HttpWebRequest and HttpWebResponse | 15 Apr 2008 18:16 GMT | 2 |
I maintaining or trying to maintain a relatively simply HttpHandler. The idea is that it takes a request to http://myhandler/url/someURL and creates a request to http://someaddress/someresource. When it gets the response, it streams that response back to the original incoming ...
|
| Lost Links | 15 Apr 2008 13:57 GMT | 1 |
My OS is Windows XP Home + SP2, the Email program is Outlook Express 6 and the browser is IE 7. I am presently unable to click and open embedded web links in Emails and some desktop weblink icons. I've tried 'system restore' but it doesn't help.
|
| Windows explorer has stopped working, loop | 15 Apr 2008 13:55 GMT | 1 |
After a recent Microsoft update I am getting the error message 'Windows explorer has stopped working' it then pops up with another error message saying ' Windows exlporer is restarting'. Then goes back to the first error message. Very annoying continual loop.
|
| Is there a diff-like Method available in the .NET Framework? | 15 Apr 2008 11:10 GMT | 2 |
I want to compare 2 text-files (e.g. .ini, .cnf, ...) and process them, depending on their differences, like strdiff = dotnet.diff(stream1, stream2); So is there a build-in function to do this?
|
| unable to install ANY .net frameworks to xp professional sp2 | 15 Apr 2008 04:08 GMT | 1 |
I have tried installing any of the .net frameworks to windows xp professional sp2, I have even gone so far as to edit the registry. This is the list of my most recent failures error codes. [04/05/08,21:03:08] Microsoft .NET Framework 2.0: [2] Error:
|
| Create TLB With Code? | 14 Apr 2008 22:01 GMT | 1 |
Using .NET Framework 3.5, I would like to programatically create a .tlb (COM Type Library file) for Registration. I do not want to use regsvcs or any other SDK or Visual Studio-related tool. I just want to access the classes that do the work with C#.
|
| .NET Framework | 14 Apr 2008 11:15 GMT | 1 |
Installed Vista Upgrade. Download of .NET Framework 1.1 Upgrade failed with error code of 643. I followed instructions to uinstall all versions of .NET Framework and reinstall in the proper order. Great, but I can't get the first 1.0 to
|
| Signaling for a running application | 14 Apr 2008 08:09 GMT | 3 |
I have a Delphi application (written by me) what I have to port to c#/.NET. In the application all the menupoints open a form, so I tought, I will port the forms of the original appl. by menupoints. So when the user clicks on a menupoint, what already ready in c#, I have to ...
|
| Regex groups and captures | 14 Apr 2008 02:13 GMT | 8 |
Can anyone explain the difference between Match.Captures and Match.Groups in regex's? Note: I understand how Regex works, I just don't understand what the difference is between these two collections.
|
| Generics question | 11 Apr 2008 19:19 GMT | 10 |
Hi... I'm trying to create a generic collection where the higher level code can deal with more specific derivations, but they want to share some general cleanup code. I've tried the following
|
| Problem with create event of filesystemwatcher | 11 Apr 2008 19:10 GMT | 1 |
Hai, I am using filesystemwatcher in a windows service.Create event is to be fired when a file is created in particular folder.its working when i paste a file in to that folder.its not working when a file is created dynamically in
|
| Registry changes | 11 Apr 2008 18:31 GMT | 1 |
I need to make a change to a reistry key on about 200 XP workstations and want to write a script to do it. Anyone know where I can find RegChg.exe? Thank You
|
| Threading problem | 11 Apr 2008 17:42 GMT | 5 |
I'm developing one small "windows application" in C# (Visual Studio 2005) and I have a couple of questions ... Startup form creates an instance of one of my classes. That instance creates a new thread which has an endless loop.
|
| XML deserialisation - backwards compatability | 11 Apr 2008 09:50 GMT | 3 |
I have an issue where I've replaced a single class field with a number of separate fields that allow more fine control. The problem is that my old files, saved using XmlSerialization, still have this old field name in them, and I need to be able to read it and set the new fields
|