A coworker and I are having a problem with the design view in VS.NET. I can see any DataSets that we have put on one page in design view, but he cannot. I look in the resx file and the DataSets are all there, but they refuse to show up on his computer. Also, some pages will not show DataSets in design view on either of our computers.
This project was upgraded from v1.0 to v1.1 of the .NET Framework. That might have something to do with it. I do not think it is a side-by-side installation issue, because it works for me both before and after uninstalling VS.NET 2002 and v1.0 of the Framework. I saw one post on Google Groups mentioning that this might be a resx file problem, but I tried running the ReGenResx tool from GotDotNet on one file in question and it did not seem to solve the problem.
Is anyone else out there having problems with the designer dropping DataSets and/or refusing to show them? If so, have you come up with a solution?