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 > june 2007 > threads for june 29 - 30, 2007

Filter by week: 1 2 3 4 5

framework download for Turion 64 mobile processor question
Posted by SandpointGuy at 6/30/2007 11:16:06 AM
I just got a notebook with an "AMD Turion 64 x2 mobile techology "processor. Which version of the framework should I download? x86 or x64? Thanks, Mark...more >>


How can I make Console::ReadLine accepts int? In other words.
Posted by Allen Maki at 6/29/2007 9:30:07 PM
Hi everybody, I need your help. I am using Visual C++ .NET How can I make Console::ReadLine accepts int? In other words. I know I can do this: string* =3D Console::ReadLine(); Can anybody tell me how can I do this: int =3D Console::Readline();...more >>

CSS Files
Posted by Barry at 6/29/2007 3:35:35 PM
Hi I am updating a website downloaded from Microsoft, in the aspx files there are controls having referance to cssclass but there are no css files in the project, have i missed something or has MS done away with css files eg <asp:TextBox Width="500px" Text='<%# Bind("Title") %>' runat="se...more >>

Click Once Install doesn't work on one PC
Posted by Jones at 6/29/2007 2:24:16 PM
I saw a couple posts on this but nothing really clear. I've got a very simple c# windows form application that basically is just a form and a label. There is only on pc that I'm having problems with (my bosses of course). When we run the set up it seems to download ok, but when it starts it o...more >>

ApplicationException in TimerBase.AddTimerNative method.
Posted by Jan Obrestad at 6/29/2007 2:02:38 PM
Hello. I'm developing a module in .Net for a program that's made in c++. With a new version of this program I started getting strange exceptions in my module. I found out that the exceptions originated in the AddTimerNative method of the TimerBase class. Using Reflector I've found out that...more >>

Folder Compression
Posted by Bishoy at 6/29/2007 9:54:00 AM
Can GZipStream class compress an entire directory not only a file? If not, how to compress a directory? Thanks....more >>

AssemblyResource not found
Posted by Chuck P at 6/29/2007 9:42:00 AM
I have an embedded js resource in my Assembly asp.net 2.0 In the immediate Window I do: ((System.Web.UI.WebResourceAttribute)Attribute.GetCustomAttributes(Asm)[7]) {System.Web.UI.WebResourceAttribute} base {System.Attribute}: {System.Web.UI.WebResourceAttribute} ContentType: "applic...more >>

cutom stream
Posted by ajit at 6/29/2007 8:24:01 AM
I am planning to implement custom stream which will be memory stram until certain point and then become file stream if it exceed cetain size any ideas would be very helpful...more >>



NetworkStream.Close() - Last bit of data not being sent
Posted by Tom at 6/29/2007 7:39:04 AM
Hello, This is my first post on google groups btw :) I am having an issue with the NetworkStream object. byte[] buffer = new byte[1024]; int bytesRead = 0; Networkstream ns = new networkstream(socket); while ((bytesRead = fileStream.Read(buffer, 0, buffer.Length)) > 0) { ns.Wr...more >>

Help - use of PerformanceCounter for monitoring heartbeat?
Posted by at 6/29/2007 5:44:53 AM
I have a C# .NET 1.1 application where I need to monitor heartbeat requests from an external system - the external system (which I cannot otherwise access) is going to send a message to my application on a periodic basis to let me know it is still functional, and my application needs to monitor ...more >>

How to sign satellite assembly with .pfx file
Posted by Jaakko Salmenius at 6/29/2007 12:00:00 AM
I have an application using strong names. VS signs the application when compiling the assembly file. After that I create localized satellite assembly files manually from my makefile. Until now I used .snk file to sign the assemblies. Using it was easy to sign the satellite assembly files when ...more >>


DevelopmentNow Blog