I have installed SQL Server 2008 Express on two workstations. On one workstation, it has updated the VS2008 installation so that I can create reporting projects containing reports as *.rdl files. On the other workstations, VS2008 can only create/edit *.rdlc files. The report edition interface is also different.
I do not understand where the difference comes from. Two major differences between the two workstations are: - one is x86 and had no VS installation before installing SQL Server 2008 Express - the other one is x64 and had VS2005 and VS2008 previously installed
I feel like on the second workstation the SQL Server installer updated VS2005 instead of VS2008.
My understanding is that rdlc files are more recent and somehow probably better, but I'd like to edit rdl file for compatibility purpose and also because I'm used to this user interface.
Any advice?
Many thanks.