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 > february 2006 > threads for thursday february 2

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

GZipStream Decompress always reads 4K minimum...!
Posted by Bob at 2/2/2006 5:30:53 PM
I have a network stream of data I am reading, of which, a section is compressed and can be decompressed using GZipStream's decompression. This part works great, however, even if the part being decompressed is 1K, GZipStream /always/ reads 4K minimum off my primary stream. Using .NET Reflec...more >>


Is there class to read .ini files?
Posted by nonamehkg NO[at]SPAM hotmail.com at 2/2/2006 3:32:17 PM
Is there class to read .ini files in .net? Thanks ...more >>

How to correctly handle exceptions in other threads
Posted by Steve B. at 2/2/2006 2:29:59 PM
Hi, I'm building a device application that works on two threads (using VS 2005 and CF 2.0). I'm using threads because one of my operations is quite long (up to 30 minutes or more), and I want to display the user a progress bar and messages in a listbox. This operation is a Sql Mobile Me...more >>

Prevent framework 2.0 - when called through COM
Posted by at 2/2/2006 2:27:30 PM
I have a .net program written in 1.1, that doesn't work in .net 2.2. We use it from a non-dotnet application, so it is called through a COM interface. The problem is that when it is called through the COM interface, it runs in 2.0 and fails. How do I prevent that? -- Best regards, ...more >>

Application Hangs when computer sleeps
Posted by anonymous at 2/2/2006 2:08:51 PM
I've written an application using C# 2.0 for the .NET Framework 2.0. Everything works fine, but if a laptop running the application hybernates while a background thread is running the application will hang. Is there a way to disover when the computer is going to hybernate so I can suspend al...more >>

Hello World Web Service
Posted by John Thompson at 2/2/2006 2:07:28 PM
Hello, I recently developed the hello world web service in Visual Studio 2005. If I right-click on the Service.asmx file that is created, everything works fine in Visual Studio. After verifying this, I did a Publish Web Site for this web service. After that, I installed IIS and wanted to...more >>

813349: Support for Exchange APIs with the .NET Framework
Posted by Li Weng at 2/2/2006 11:29:39 AM
Hi, According to Article 813349, "If the .NET application assemblies do not reside directly on the Exchange Server, Microsoft recommends using WebDAV." But WebDAV can't access Recipient table. So WebDAV can't retrieve Undeliverable email contents (Non Delivery Report). For technical detail...more >>

will a client application using ado.net get an exception if the command is executing a stored procedure that does a RAISEERROR in its tsql?
Posted by Daniel at 2/2/2006 11:11:19 AM
will a client application using ado.net get an exception if the command is executing a stored procedure that does a RAISEERROR in its tsql? ...more >>



System.Convert.FromBase64String
Posted by Jeff Brooks at 2/2/2006 10:37:26 AM
I have an application that gets a shipping label from DHL. The shipping label is sent to me via XML. I am able to display the text in a text box. I need to convert it to a gif file. The field is defined as <image imageformat="gif" dt:dt="bin.base64" xmlns:dt="urn:schemas-microsoft-com:da...more >>

vb.net emails,mailMsg.To format string
Posted by (rbutch NO[at]SPAM coair.com) at 2/2/2006 10:21:50 AM
hey guys i've got a little anomole here. im storing email to/from addresses in a table and fetching them at runtime to be plugged into the mailMsg.To Field. well for some reason it only works if i hard code the info. i.e. mailMsg.To = "rik.But@str.com" i've stepped thru debugger and the str...more >>

Web Service Deployment Issues
Posted by Sathyaish at 2/2/2006 9:39:42 AM
I have a Web Service developed using C# and the .NET framework v1.1. When I access the DLL on the localhost, using the URL http://localhost/Folder/bin/MyService.dll it works fine. However, when I x-copy deploy the DLL and its web.config (authorization allow *) to a remote server and set al...more >>

Multiple instances of executables?
Posted by MrGrundh at 2/2/2006 8:10:28 AM
Multiple instances of executables? I want to schedule task in "Schedule tasks" that starts an app (build in vb.net 2005) every 5 minutes. Every time the app starts i want to check if this job with the same task name, task name is passed as an argument to the app at start, is completed. If i...more >>

.net application deployment problem on wince 4.1
Posted by jmR at 2/2/2006 7:31:58 AM
I have developed an application "exe" using visual studio .net 2003 for wince 4.1. The application works fine on debug and release mode. The application is deployed into the compact flash card of the device. After the deployment, I can execute the application directly from the device without a...more >>

AccessViolationException
Posted by Subramanian at 2/2/2006 5:11:28 AM
I get the following exception when i am trying to call an unmanaged code{using pointers to generate ID} from c# INFO: Initializing UUID generator... *** exception in native code *** System.AccessViolationException: Attempted to read or write protected memory. This is often an indication tha...more >>

Get a String in a Browser
Posted by mimi at 2/2/2006 12:00:00 AM
Here's my problem. I know the handle of a browser. I want to search whether browser's content contain a specific word. Is it possible to do that by C# + framework 1.1. Any API can fulfill this? thank you mimi ...more >>


DevelopmentNow Blog