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