Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > october 2004 > threads for tuesday october 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Reading a continuous stream using HTTP classes
Posted by Dave Nottage at 10/5/2004 11:24:35 PM
Apologies in advance if this has been asked before, although I have attempted to find some answers via Google and haven't been able to find anything relevant. I am reading output from a web site that is a continuous stream of HTML (ie the page never ends), and was wondering how I'd go about do...more >>


Obtaining System.Refelction.Module for the current module
Posted by Edward Diener at 10/5/2004 8:38:05 PM
How do I obtain the System.Reflection.Module instance for the current module in which I am executing ? Is there a global module instance I can retrieve somehow or is there some other way of obtaining the current module ? ...more >>

xsd.exe Object reference not set to an instance of an object.
Posted by Reader at 10/5/2004 4:24:23 PM
I am trying to generate a class from an xsd and i get this error. Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 1.1.4322.573] Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Error: Error generating classes for schema 'adf_messa...more >>

Book recommendation?
Posted by Jeff Johnson [MVP: VB] at 10/5/2004 1:56:04 PM
Has anyone read the book Microsoft .NET Remoting by Williams, Naftel, & McClean (Microsoft Press)? There are mixed reviews on Amazon. I'd like to know what you think. If you've also read Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting by MacDonald, I'd...more >>

OT: Free webservices
Posted by Eric Sabine at 10/5/2004 1:42:07 PM
2 OT questions here. 1) can anyone share some links to free web services (hopefully a list)? 2) has anyone seen a web service which can be used to get stock market returns, i.e., I submit MSFT and get the market's closing information on that security. Thanks, Eric ...more >>

SP1
Posted by Peter Bladh at 10/5/2004 1:20:22 PM
Hi! How do I know if .NET Framework 1.1 sp1 is installed? Thanks! / peter ...more >>

.NET Framework 1.1 SP1 bugs
Posted by John Smith at 10/5/2004 1:18:41 PM
hello guys, where do we report .NET Framework 1.1. SP1 bugs. ...more >>

COM to .NET Framework 1.1 SP1 Problem
Posted by Tomer Doron at 10/5/2004 12:49:10 PM
Hi, Been building a nice integration layer between COM and .NET which worked perfectly up until the moment I installed Framework 1.1 SP1. The COM layer creates and initializes .NET classes registered as COM classes and running in COM+. After installing SP1, the COM layer cannot create the ...more >>



how can i encrypt/decrypt binary data?
Posted by assaf at 10/5/2004 11:46:22 AM
hi all the folowing code demonstrates a simple app that tries to encrypt a serialized integer. it is devided into 4 methods: 1. serializing the integer. 2. encrypting the buffer. 3. decrypting the buffer. 4. desirializing the buffer. it seems like the encryption succeeds, but in met...more >>

Treeview AfterSelect Event
Posted by MVB at 10/5/2004 8:55:01 AM
Hi I have a treeview control in my application. It is a simple directory view tree. In the Afterselect event of a tree node I expand that node showing all the directories under that node. After that ..,if I delete any of the folders from the explorer ,my treeview does'nt refresh.It still sh...more >>

How to encrypt while using BinaryFormatter?
Posted by assaf at 10/5/2004 8:40:49 AM
hi all i am using des symmetric crypto. i need to encrypt my app packets. i use XmlSerializer, to serialize my packets into a memory stream. i then extract the byte array. i encrypt this array, and all works well. however, when i use a BinaryFormatter, instead of the XmlSerializer...more >>

Dropping user controls on a form
Posted by Beringer at 10/5/2004 7:30:51 AM
I not sure if this is the correct forum for such a question but if someone can help me great! I just created a user control (have created several user controls and don't have this problem) and when I try to drop it on a form (during design mode) I get the following exception: "Object referen...more >>

.NET distributable package
Posted by Marek at 10/5/2004 7:09:39 AM
Where can I find some information on hot to distribute .NET "runtime" along with a .NET application. Of course, assuming that it is legal. Regards, Marek ...more >>

PInvoke with Function SetupDiGetDeviceInstanceId
Posted by Devotal at 10/5/2004 5:55:08 AM
Hy, Can anybody tell me how to get the function SetupDiGetDeviceInstanceId over Platform Invoke Call to my C# Application. I tried to code it, but I always get an error. Can you help me and send a little example code ? My E-Mail Adress is madbitfreak@yahoo.com [DllImport("SetupApi.dl...more >>

Constants and Enum value changes are not applied
Posted by sunil NO[at]SPAM volcanomail.com at 10/5/2004 4:31:19 AM
Dear All, If I change an Enum or a Constant value in a dll and use this changed dll in a already compiled application of mine then these changed values are not reflected in the application's instance... Is there a workaround for this? How can I else send a hot patch? What are the similar iss...more >>

For...Each Memory Usage
Posted by jkiernander NO[at]SPAM pmsi-consulting.com at 10/5/2004 3:40:27 AM
I've just come across an interesting problem (?) in VB.NET. It seems that a for..each loop prevents the garbage collector from being able to clean up an object. Check out the two code sections below (if you want to replicate this problem I suggest you use a pretty big data table so that the me...more >>


DevelopmentNow Blog