Creating a Crystal Reports rpt file using Visual Studio 2010

前端 未结 2 1108
醉梦人生
醉梦人生 2020-12-21 06:29

We upgraded from 2008 to 2010 Visual Studio and I am trying to create a .rpt file and everytime I create the .rpt file it is renamed to a .mht file and I get the Crystal Rep

2条回答
  •  独厮守ぢ
    2020-12-21 07:09

    Something worth noting when installing Crystal Reports for Visual Studio 2010 which might not be readily apparent (at least it wasn't for me). I kept installing & reinstalling Crystal Reports, but each time I tried to add a report inside Visual Studio, I got the .mht file that told me to download it. This happened for both the 32- & 64-bit installations.

    It occurred to me much later that I've been installing the Redistributable packages (which is meant for deployments to servers & the like) the whole time and not the .exe that supplies the developer tools needed to create reports in Visual Studio.

    Make sure to install the right package on the right machines. This link supplies a table with all the available downloads. If you want to design reports inside Visual Studio, click the link in the first column (Install Executable) to download the correct installer.

提交回复
热议问题