views:

200

answers:

0

Today I noticed some weird behavior.

We use TFS for our source control and I have recently checked-in a solution that has rptproj files (along with .rdl/.rds/etc.).

I have had no problem for the past week checking in and out until today. I get an error when I try to open the .sln stating that "The project item '4294967294' does not represent a file.

Right now my .sln only contains one report project with three reports and a data source in it.

When I Googled this problem, I found Davy's Blog that had a suggestion, but it did not work. I tried removing the state element completely and portions of it and it would just tell me that the xml doc doesn't match the schema (even with dummy data in the state element).

I am

  • On a win7 x64 machine
  • Running VS as admin
  • Trying to open via source explorer AND just from win explorer
  • Using VS Team System 2008 / SQLServer 2008 / TFS 2008

If anyone has some advice, I would be very grateful!

Thanks!