VS2010 crashing

2011-06-13 Thread Peter Maddin
After months of developing my project using VS2010 has just recently has
started crashing.

If I open any xaml user control VS2010 reports a problem and must close.

 

When I last had this problem I deleted the solutions .suo file and this
seemed to fix the problem.

I tried this again but no joy.

 

I have basically finished coding my project and want to clean it up and
complete source code documentation.

When one gets this one sort of problem ones gets an awful sinking feeling.

 

I have Xaml Power Tools 2010 installed. I have stopped this running.

I am using Kellerman Software's logging assembly. I have removed all
references to this.

 

This made no difference at all.

 

Everytime I start VS2010 and then open any xaml user control even a basic
one that I used as a base for the actual ones it crashes.

 

Stop VS2010 and start it again but adding a  new wpf window to the project
causes vs2010  to crash.

 

Stop VS2010 and start it again but adding a new WPF project targeting .net
4.0 to the solution crashes vs2010.

 

Stop VS2010 and start it again  and then creating a brand new solution with
a single WPF project crashes vs2010.

 

I know others have suffered this problem see
http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-cra
shes-when-opening-xaml-file

In this case the culprit was Ankh. Re-installation fixed this.

 

Has anyone else suffered this problem?

 

I am currently installing Service Pack 1.

 

If this does not fix the problem, I will have to re-install VS2010.

 

If I still get a problem I guess its report a bug and sending crash dumps of
to Microsoft.

 

Regards Peter Maddin
Applications Development Officer
PathWest Laboratory Medicine WA
Phone : +618 6396 4285
Mobile: 0414 240 307 
E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au
The contents of this e-mail transmission outside of the WAGHS network are
intended solely for the named recipient's), may be confidential, and may be
privileged or otherwise protected from disclosure in the public interest.
The use, reproduction, disclosure or distribution of the contents of this
e-mail transmission by any person other than the named recipient(s) is
prohibited. If you are not a named recipient please notify the sender
immediately.

 

 



Re: VS2010 crashing

2011-06-13 Thread Stephen Price
I've noticed that Visual Studio 2010 with sp1 installed seems quite
fragile. It crashes regularly for me. I normally have a huge number of
different tools installed and used to have no problems. I've not sat
down and tried to troubleshoot what's causing it but it just feels
like sp1. I could be totally wrong. It might be due to some other tool
thats been updated recently.
That said one of the other guys here thinks the same and he has almost
no tools installed.

One example of crashes I get regular, if I do a get latest (using TFS)
and it needs to reload a project due to a change, more often than not
it crashes Visual Studio. Thats my home machine which I've rebuilt a
few days ago. Will be interesting to see how a clean paved machine
behaves.

Feeling like a delicately balanced house of cards.

On Mon, Jun 13, 2011 at 2:59 PM, Peter Maddin petermad...@iinet.net.au wrote:
 After months of developing my project using VS2010 has just recently has
 started crashing.

 If I open any xaml user control VS2010 reports a problem and must close.



 When I last had this problem I deleted the solutions .suo file and this
 seemed to fix the problem.

 I tried this again but no joy.



 I have basically finished coding my project and want to clean it up and
 complete source code documentation.

 When one gets this one sort of problem ones gets an awful sinking feeling.



 I have Xaml Power Tools 2010 installed. I have stopped this running.

 I am using Kellerman Software’s logging assembly. I have removed all
 references to this.



 This made no difference at all.



 Everytime I start VS2010 and then open any xaml user control even a basic
 one that I used as a base for the actual ones it crashes.



 Stop VS2010 and start it again but adding a  new wpf window to the project
 causes vs2010  to crash.



 Stop VS2010 and start it again but adding a new WPF project targeting .net
 4.0 to the solution crashes vs2010.



 Stop VS2010 and start it again  and then creating a brand new solution with
 a single WPF project crashes vs2010.



 I know others have suffered this problem see
  http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-crashes-when-opening-xaml-file

 In this case the culprit was Ankh. Re-installation fixed this.



 Has anyone else suffered this problem?



 I am currently installing Service Pack 1.



 If this does not fix the problem, I will have to re-install VS2010.



 If I still get a problem I guess its report a bug and sending crash dumps of
 to Microsoft.



 Regards Peter Maddin
 Applications Development Officer
 PathWest Laboratory Medicine WA
 Phone : +618 6396 4285
 Mobile: 0414 240 307
 E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au
 The contents of this e-mail transmission outside of the WAGHS network are
 intended solely for the named recipient's), may be confidential, and may be
 privileged or otherwise protected from disclosure in the public interest.
 The use, reproduction, disclosure or distribution of the contents of this
 e-mail transmission by any person other than the named recipient(s) is
 prohibited. If you are not a named recipient please notify the sender
 immediately.






Re: VS2010 crashing

2011-06-13 Thread Wallace Turner

Have you tried attaching WinDbg to your Visual Studio instance?

Tatham Oddie posted an article how he used this to debug a VS crash;

You might not fix your problem per se but if you knew what caused it 
could perhaps work around it.


its an interesting read anyway.

http://blog.tatham.oddie.com.au/2010/10/07/yet-another-debugging-tale-visual-studio-disappearing/

On 13/06/2011 2:59 PM, Peter Maddin wrote:


After months of developing my project using VS2010 has just recently 
has started crashing.


If I open any xaml user control VS2010 reports a problem and must close.

When I last had this problem I deleted the solutions .suo file and 
this seemed to fix the problem.


I tried this again but no joy.

I have basically finished coding my project and want to clean it up 
and complete source code documentation.


When one gets this one sort of problem ones gets an awful sinking feeling.

I have Xaml Power Tools 2010 installed. I have stopped this running.

I am using Kellerman Software's logging assembly. I have removed all 
references to this.


This made no difference at all.

Everytime I start VS2010 and then open any xaml user control even a 
basic one that I used as a base for the actual ones it crashes.


Stop VS2010 and start it again but adding a  new wpf window to the 
project causes vs2010  to crash.


Stop VS2010 and start it again but adding a new WPF project targeting 
.net 4.0 to the solution crashes vs2010.


Stop VS2010 and start it again  and then creating a brand new solution 
with a single WPF project crashes vs2010.


I know others have suffered this problem see 
http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-crashes-when-opening-xaml-file


In this case the culprit was Ankh. Re-installation fixed this.

*Has anyone else suffered this problem?*

I am currently installing Service Pack 1.

If this does not fix the problem, I will have to re-install VS2010.

If I still get a problem I guess its report a bug and sending crash 
dumps of to Microsoft.


*Regards Peter Maddin*
*Applications Development Officer*
*Path**West Laboratory Medicine WA*
*Phone : +618 6396 4285
Mobile: 0414 240 307*
*E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au*
*The contents of this e-mail transmission outside of the WAGHS network 
are intended solely for the named recipient's), may be confidential, 
and may be privileged or otherwise protected from disclosure in the 
public interest. The use, reproduction, disclosure or distribution of 
the contents of this e-mail transmission by any person other than the 
named recipient(s) is prohibited. If you are not a named recipient 
please notify the sender immediately**.*






RE: VS2010 crashing

2011-06-13 Thread Peter Maddin
No I have not tried that.

 

I installed VS2010 SP1 and that did not fix the problem.

 

I think I will try re-installing VS2010 and see if that fixes the problem.

 

If I still have problems, I'll try running WinDbg.

 

If that fails to fix it, I'll switch across to another notebook  which is a
lot more basic than my current one but might still work ok.

 

Regards Peter

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Wallace Turner
Sent: Monday, 13 June 2011 3:37 PM
To: ozDotNet
Subject: Re: VS2010 crashing

 

Have you tried attaching WinDbg to your Visual Studio instance?

Tatham Oddie posted an article how he used this to debug a VS crash;

You might not fix your problem per se but if you knew what caused it could
perhaps work around it.

its an interesting read anyway.

http://blog.tatham.oddie.com.au/2010/10/07/yet-another-debugging-tale-visual
-studio-disappearing/

On 13/06/2011 2:59 PM, Peter Maddin wrote: 

After months of developing my project using VS2010 has just recently has
started crashing.

If I open any xaml user control VS2010 reports a problem and must close.

 

When I last had this problem I deleted the solutions .suo file and this
seemed to fix the problem.

I tried this again but no joy.

 

I have basically finished coding my project and want to clean it up and
complete source code documentation.

When one gets this one sort of problem ones gets an awful sinking feeling.

 

I have Xaml Power Tools 2010 installed. I have stopped this running.

I am using Kellerman Software's logging assembly. I have removed all
references to this.

 

This made no difference at all.

 

Everytime I start VS2010 and then open any xaml user control even a basic
one that I used as a base for the actual ones it crashes.

 

Stop VS2010 and start it again but adding a  new wpf window to the project
causes vs2010  to crash.

 

Stop VS2010 and start it again but adding a new WPF project targeting .net
4.0 to the solution crashes vs2010.

 

Stop VS2010 and start it again  and then creating a brand new solution with
a single WPF project crashes vs2010.

 

I know others have suffered this problem see
http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-cra
shes-when-opening-xaml-file

In this case the culprit was Ankh. Re-installation fixed this.

 

Has anyone else suffered this problem?

 

I am currently installing Service Pack 1.

 

If this does not fix the problem, I will have to re-install VS2010.

 

If I still get a problem I guess its report a bug and sending crash dumps of
to Microsoft.

 

Regards Peter Maddin
Applications Development Officer
PathWest Laboratory Medicine WA
Phone : +618 6396 4285
Mobile: 0414 240 307 
E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au
The contents of this e-mail transmission outside of the WAGHS network are
intended solely for the named recipient's), may be confidential, and may be
privileged or otherwise protected from disclosure in the public interest.
The use, reproduction, disclosure or distribution of the contents of this
e-mail transmission by any person other than the named recipient(s) is
prohibited. If you are not a named recipient please notify the sender
immediately.

 

 

 



Re: VS2010 crashing

2011-06-13 Thread Not Important
Try resetting vs settings?

On Mon, Jun 13, 2011 at 4:59 PM, Peter Maddin petermad...@iinet.net.auwrote:

 After months of developing my project using VS2010 has just recently has
 started crashing.

 If I open any xaml user control VS2010 reports a problem and must close.



 When I last had this problem I deleted the solutions .suo file and this
 seemed to fix the problem.

 I tried this again but no joy.



 I have basically finished coding my project and want to clean it up and
 complete source code documentation.

 When one gets this one sort of problem ones gets an awful sinking feeling.



 I have Xaml Power Tools 2010 installed. I have stopped this running.

 I am using Kellerman Software’s logging assembly. I have removed all
 references to this.



 This made no difference at all.



 Everytime I start VS2010 and then open any xaml user control even a basic
 one that I used as a base for the actual ones it crashes.



 Stop VS2010 and start it again but adding a  new wpf window to the project
 causes vs2010  to crash.



 Stop VS2010 and start it again but adding a new WPF project targeting .net
 4.0 to the solution crashes vs2010.



 Stop VS2010 and start it again  and then creating a brand new solution with
 a single WPF project crashes vs2010.



 I know others have suffered this problem see
 http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-crashes-when-opening-xaml-file

 In this case the culprit was Ankh. Re-installation fixed this.



 *Has anyone else suffered this problem?*



 I am currently installing Service Pack 1.



 If this does not fix the problem, I will have to re-install VS2010.



 If I still get a problem I guess its report a bug and sending crash dumps
 of to Microsoft.



 *Regards Peter Maddin*
 *Applications Development Officer*
 *Path**West Laboratory Medicine WA*
 *Phone : +618 6396 4285
 Mobile: 0414 240 307*
 *E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au*
 *The contents of this e-mail transmission outside of the WAGHS network are
 intended solely for the named recipient's), may be confidential, and may be
 privileged or otherwise protected from disclosure in the public interest.
 The use, reproduction, disclosure or distribution of the contents of this
 e-mail transmission by any person other than the named recipient(s) is
 prohibited. If you are not a named recipient please notify the sender
 immediately**.*







RE: VS2010 crashing

2011-06-13 Thread Peter Maddin
 Try resetting vs settings?

 

Ok. Not sure what you mean. What settings?

 

Regards Peter

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Not Important
Sent: Monday, 13 June 2011 9:49 PM
To: ozDotNet
Subject: Re: VS2010 crashing

 

Try resetting vs settings?

On Mon, Jun 13, 2011 at 4:59 PM, Peter Maddin petermad...@iinet.net.au
wrote:

After months of developing my project using VS2010 has just recently has
started crashing.

If I open any xaml user control VS2010 reports a problem and must close.

 

When I last had this problem I deleted the solutions .suo file and this
seemed to fix the problem.

I tried this again but no joy.

 

I have basically finished coding my project and want to clean it up and
complete source code documentation.

When one gets this one sort of problem ones gets an awful sinking feeling.

 

I have Xaml Power Tools 2010 installed. I have stopped this running.

I am using Kellerman Software's logging assembly. I have removed all
references to this.

 

This made no difference at all.

 

Everytime I start VS2010 and then open any xaml user control even a basic
one that I used as a base for the actual ones it crashes.

 

Stop VS2010 and start it again but adding a  new wpf window to the project
causes vs2010  to crash.

 

Stop VS2010 and start it again but adding a new WPF project targeting .net
4.0 to the solution crashes vs2010.

 

Stop VS2010 and start it again  and then creating a brand new solution with
a single WPF project crashes vs2010.

 

I know others have suffered this problem see
http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-cra
shes-when-opening-xaml-file

In this case the culprit was Ankh. Re-installation fixed this.

 

Has anyone else suffered this problem?

 

I am currently installing Service Pack 1.

 

If this does not fix the problem, I will have to re-install VS2010.

 

If I still get a problem I guess its report a bug and sending crash dumps of
to Microsoft.

 

Regards Peter Maddin
Applications Development Officer
PathWest Laboratory Medicine WA
Phone : +618 6396 4285 tel:%2B618%206396%204285 
Mobile: 0414 240 307 
E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au
The contents of this e-mail transmission outside of the WAGHS network are
intended solely for the named recipient's), may be confidential, and may be
privileged or otherwise protected from disclosure in the public interest.
The use, reproduction, disclosure or distribution of the contents of this
e-mail transmission by any person other than the named recipient(s) is
prohibited. If you are not a named recipient please notify the sender
immediately.

 

 

 



[OT] DDDAdelaide - voting for speakers now open

2011-06-13 Thread Peter Griffith
DDDAdelaide Saturday 16th July


Details of speakers and  topics -
http://www.dddadelaide.com/proposedsessions



Vote  here - http://www.surveymonkey.com/s/Z885DFS

Survey is live until midnight of 23rd.june.



PG

 

Peter Griffith CP

http://adnugcom.wordpress.com

PH: 0408 832 891  

 



[OT] Anyone looking to sell an old laptop?

2011-06-13 Thread David Burstin
Hi all,

I have a friend who is looking for a cheap laptop - pretty low end
requirements, just something light mainly for web surfing on the go.

Let me know if you have anything.

Cheers
Dave


Re: [OT] Anyone looking to sell an old laptop?

2011-06-13 Thread DotNet Dude
How cheap? Dell Mini 10 is a little over $300 now and that is light
and fine for surfing. Battery life is also decent

On Tue, Jun 14, 2011 at 10:27 AM, David Burstin david.burs...@gmail.com wrote:
 Hi all,
 I have a friend who is looking for a cheap laptop - pretty low end
 requirements, just something light mainly for web surfing on the go.
 Let me know if you have anything.
 Cheers
 Dave


RE: VS2010 crashing

2011-06-13 Thread Peter Maddin
Ok Thanks

 

Got up early this morning to start  a re-install.

Should have read my e-mail first.

 

Regards Peter

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Not Important
Sent: Monday, 13 June 2011 11:37 PM
To: ozDotNet
Subject: Re: VS2010 crashing

 

Tools - Import and Export Settings - reset Settings

On Tue, Jun 14, 2011 at 1:27 AM, Peter Maddin petermad...@iinet.net.au
wrote:

 Try resetting vs settings?

 

Ok. Not sure what you mean. What settings?

 

Regards Peter

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Not Important
Sent: Monday, 13 June 2011 9:49 PM


To: ozDotNet
Subject: Re: VS2010 crashing

 

Try resetting vs settings?

On Mon, Jun 13, 2011 at 4:59 PM, Peter Maddin petermad...@iinet.net.au
wrote:

After months of developing my project using VS2010 has just recently has
started crashing.

If I open any xaml user control VS2010 reports a problem and must close.

 

When I last had this problem I deleted the solutions .suo file and this
seemed to fix the problem.

I tried this again but no joy.

 

I have basically finished coding my project and want to clean it up and
complete source code documentation.

When one gets this one sort of problem ones gets an awful sinking feeling.

 

I have Xaml Power Tools 2010 installed. I have stopped this running.

I am using Kellerman Software's logging assembly. I have removed all
references to this.

 

This made no difference at all.

 

Everytime I start VS2010 and then open any xaml user control even a basic
one that I used as a base for the actual ones it crashes.

 

Stop VS2010 and start it again but adding a  new wpf window to the project
causes vs2010  to crash.

 

Stop VS2010 and start it again but adding a new WPF project targeting .net
4.0 to the solution crashes vs2010.

 

Stop VS2010 and start it again  and then creating a brand new solution with
a single WPF project crashes vs2010.

 

I know others have suffered this problem see
http://connect.microsoft.com/VisualStudio/feedback/details/556808/vs2010-cra
shes-when-opening-xaml-file

In this case the culprit was Ankh. Re-installation fixed this.

 

Has anyone else suffered this problem?

 

I am currently installing Service Pack 1.

 

If this does not fix the problem, I will have to re-install VS2010.

 

If I still get a problem I guess its report a bug and sending crash dumps of
to Microsoft.

 

Regards Peter Maddin
Applications Development Officer
PathWest Laboratory Medicine WA
Phone : +618 6396 4285 tel:%2B618%206396%204285 
Mobile: 0414 240 307 
E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.au
The contents of this e-mail transmission outside of the WAGHS network are
intended solely for the named recipient's), may be confidential, and may be
privileged or otherwise protected from disclosure in the public interest.
The use, reproduction, disclosure or distribution of the contents of this
e-mail transmission by any person other than the named recipient(s) is
prohibited. If you are not a named recipient please notify the sender
immediately.

 

 

 

 



Re: [OT] Anyone looking to sell an old laptop?

2011-06-13 Thread David Burstin
I think she wants to avoid netbooks - her daughter has told her they are too
slow!

On 14 June 2011 10:31, DotNet Dude adotnetd...@gmail.com wrote:

 How cheap? Dell Mini 10 is a little over $300 now and that is light
 and fine for surfing. Battery life is also decent

 On Tue, Jun 14, 2011 at 10:27 AM, David Burstin david.burs...@gmail.com
 wrote:
  Hi all,
  I have a friend who is looking for a cheap laptop - pretty low end
  requirements, just something light mainly for web surfing on the go.
  Let me know if you have anything.
  Cheers
  Dave



Re: [OT] Anyone looking to sell an old laptop?

2011-06-13 Thread Craig van Nieuwkerk
A new netbook is probably faster than a old laptop, and more reliable.
Even so, you can get laptops for less than $500 at JB. Depends on how
much she wants to spend.

On Tue, Jun 14, 2011 at 10:59 AM, David Burstin david.burs...@gmail.com wrote:
 I think she wants to avoid netbooks - her daughter has told her they are too
 slow!



Business Intelligence Development Studio (BIDS) vs VS2010

2011-06-13 Thread Greg Keogh
Folks, after many months absence from the subject I have returned to the
task of writing some SQL 2008 R2 server-side reports. I previously had to
perform the onerous task of uninstalling SQL Server 2008 from my server then
reinstalling SQL Server with Advanced Tools so I could get BIDS to write
reports. I was fascinated to find that BIDS is actually a stripped-down
version of VS2010 with just a report designer and facility to deploy, and I
proved that it works to my satisfaction.

 

But now I have to spend hours writing reports, and it looks like I have to
sit at my server (jammed in the corner of the room with a small virtualised
screen) so I can fire up BIDS to work with the *.rptproj projects. Web
searches hint that VS2010 is unable to edit rptproj files and I see a few
people complaining.

 

I just want to check that this is in fact the way things are, and perhaps
I'm not missing some productivity tricks other know about.

 

Cheers,

Greg



Re: Business Intelligence Development Studio (BIDS) vs VS2010

2011-06-13 Thread William Luu
Hi Greg,

You could always install BIDS locally by installing the SQL Server 2008 R2
Developer Edition? It's probably not installed by default, but I think it is
available.

We're currently still targetting SSRS 2005, so i'm not 100% sure on this.
But my past research indicated that you can author SSRS 2008 R2 reports
using Visual Studio 2008.

From memory I think BIDS (for 2008 R2) is actually just VS 2008 with the
addition of some Reporting Services add-ins. We currently author our SSRS
2005 reports in a copy of Visual Studio 2005 with the Reporting Services
add-ins.


Will

On 14 June 2011 11:06, Greg Keogh g...@mira.net wrote:

 Folks, after many months absence from the subject I have returned to the
 task of writing some SQL 2008 R2 server-side reports. I previously had to
 perform the onerous task of uninstalling SQL Server 2008 from my server then
 reinstalling SQL Server with Advanced Tools so I could get BIDS to write
 reports. I was fascinated to find that BIDS is actually a stripped-down
 version of VS2010 with just a report designer and facility to deploy, and I
 proved that it works to my satisfaction.



 But now I have to spend hours writing reports, and it looks like I have to
 sit at my server (jammed in the corner of the room with a small virtualised
 screen) so I can fire up BIDS to work with the *.rptproj projects. Web
 searches hint that VS2010 is unable to edit rptproj files and I see a few
 people complaining.



 I just want to check that this is in fact the way things are, and perhaps
 I’m not missing some productivity tricks other know about.



 Cheers,

 Greg



Programming model in Windows 8

2011-06-13 Thread David Burela
The Windows 8 Milestone 3 was leaked out of Redmond recently.
A few people have been poking around in the .dlls and discovered some
interesting nuggets of information.

I have tried to pull together into a single post
http://davidburela.wordpress.com/2011/06/14/premature-cries-of-silverlight-wpf-skill-loss-windows-8-supports-all-programming-models

But to summarise, it seems that Windows 8 will have a new programming model
(Direct UI  Jupiter) which is *based on a hybrid of Silverlight  WPF*.
The new UI can be created and invoked through your language of choice e.g.
C++, C#/XAML, HTML + Javascript. There are even talks that you can use the
Direct UI Xaml and Javascript together, similar to how Silverlight 1 acted
in the browser.

-David Burela


Re: Programming model in Windows 8

2011-06-13 Thread Craig van Nieuwkerk
 The new UI can be created and invoked through your language of choice e.g.
 C++, C#/XAML, HTML + Javascript. There are even talks that you can use the
 Direct UI Xaml and Javascript together, similar to how Silverlight 1 acted
 in the browser.

So .NET is not dead, I was so worried. not.

Craig


Re: [OT] Anyone looking to sell an old laptop?

2011-06-13 Thread mike smith
If it's just for web surfing, shouldn't matter.  Stick linux and chrome on
it, to make it fast enough, and avoid the malware.

One of the netbooks comes configured something like that.

On Tue, Jun 14, 2011 at 10:59 AM, David Burstin david.burs...@gmail.comwrote:

 I think she wants to avoid netbooks - her daughter has told her they are
 too slow!


 On 14 June 2011 10:31, DotNet Dude adotnetd...@gmail.com wrote:

 How cheap? Dell Mini 10 is a little over $300 now and that is light
 and fine for surfing. Battery life is also decent

 On Tue, Jun 14, 2011 at 10:27 AM, David Burstin david.burs...@gmail.com
 wrote:
  Hi all,
  I have a friend who is looking for a cheap laptop - pretty low end
  requirements, just something light mainly for web surfing on the go.
  Let me know if you have anything.
  Cheers
  Dave





-- 
Meski

 http://courteous.ly/aAOZcv

Going to Starbucks for coffee is like going to prison for sex. Sure, you'll
get it, but it's going to be rough - Adam Hills