VS 2008 B2 Bug?

VS 2008 B2 Bug?

Old forum URL: forums.lhotka.net/forums/t/3407.aspx


DeanB posted on Tuesday, August 21, 2007

Hi,

I am using VS 2008 B2 with a Windows Forms C# Project.  I have a ReadWrite List.  In the WinForm everytime I try this:

MyList _list = SomeGetListFunction();

//make some changes

//HERE IS THE FAILURE

_list.Save( //As soon as I type the first '(' VS crashes to the desktop!

Does anyone know anything about this?

I opened the project in VS 2005 and it works fine.

By the way Rocky, for the first time since VS Live was in Vegas, I am going to miss it this year.  You guys have a great time and I will see you there next year I hope........  Its even at the Rio again......  If any of you are thinking of taking one of his workshops I HIGHLY recommend them.  I went last year and it was great <shameless plug>.

Dean

RockfordLhotka replied on Wednesday, August 22, 2007

I just tried this and had no problem, so perhaps something is wrong with your VS install?

DeanB replied on Thursday, August 23, 2007

I will look at when I get in the office tomorrow. 

Noticed you weren't speaking at VSLive Austin.  I thought I might catch you there since I am going to miss Vegas.  What other conference do you recommend for WPF? 

I really enjoyed your workshop and learned a great deal.

Thanks. 

RockfordLhotka replied on Thursday, August 23, 2007

I think you’ll see all the major conferences rapidly introduce WPF content: VS Live and Dev Connections being the primaries.

 

But it is a challenge. It isn’t like Windows Forms, ASP.NET or AJAX went away with the introduction of WPF and Silverlight. Yet the conferences can’t arbitrarily add sessions or tracks without adding proportionally more attendees. Catch-22.

 

So the WPF and Silverlight content pretty much comes at the cost of WinForms or ASP.NET content, at least in the short term… At least that’s my guess.

 

Rocky

 

csanchez replied on Thursday, December 13, 2007

Hi:

Have you figured out what cause that issue with the Save Method?

I'm in the same spot right now.

Thanks in advance.
Christian.

ajj3085 replied on Friday, December 14, 2007

Are you still using a VS 2008 Beta? 

Copyright (c) Marimer LLC