I have done a tonne of work in porting quite a large VB6 project over to .NET but have hit a snag on the crystal reports. I've converted the dsr files to rpt. The next stage is getting it into the code
The VB6 way was to use the following
Dim report As New cryMyReport
Even after importing the rpt files into the project, cryMyReport
is not recognised.
What do I need to do to get my .NET app recognise and use the rpt files?