Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2008 - Objects disappearing?

I've only been using VS 2008 Team Foundation for a few weeks. Over the last few days, I've noticed that sometimes one of my objects/controls on my page just disappears from intellisense. The project builds perfectly and the objects are still in the HTML, but I still can't find the object.

Any one else notice this?

Edit: For what it's worth, I know if I close VS and then open it up again, it comes back.

like image 818
Brian Childress Avatar asked Aug 08 '08 19:08

Brian Childress


Video Answer


2 Answers

The Visual Studio 2008 and .NET 3.5 Framework Service Pack 1 has gone out of beta, maybe you can see if this bug still occurs?

like image 196
Jon Limjap Avatar answered Sep 21 '22 03:09

Jon Limjap


I am also having a number of problems with VS 2008. Who would guess that I don't ever need to select multiple controls on a web form...

Anyway, a lot has been fixed in Service Pack 1, which is in Beta currently. Might be worth installing that. It has gone a little way to fixing absolute positioning. This isn't your problem, of course, but your fix might be in there as well.

like image 38
Xetius Avatar answered Sep 20 '22 03:09

Xetius