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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|