I am using Visual Studio 2010 Professional and have a .NET web service project where I need to make a RDLC report using a dataset based on an object. I have made a minimal test project where I have managed to get it working but when I try to add a new dataset to the Report in the main project it jumps automatically to the "Choose Your Data Connection" page in the wizard, meaning I can't select the type of datasource.
To clarify, these are the pages of the wizard in my test project if I pick for example the Database type:
Choose a Data Source Type => Choose a Database Model => Choose Your Data Connection => ...
Meanwhile these are the pages of the wizard in my main project:
Choose Your Data Connection => ...
It's missing two whole pages! I guess there must be a setting somewhere that's blocking me from choosing anything other than a Database dataset. The problem is that this project is large in size and written by many different people, making discovery difficult.