Crystal Reports Integration with VB .Net

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Can anyone tell me if the MS Visual Basic .Net Standard
IDE contains the necessary modules to integrate Crystal
Reports into a distributable app?
 
Standard doesn't include Crytsal so you won't be able to create them from
there. However, if you have another version of the IDE, or have an
assembly that has already compiled reports and you link it to your VB.NET
standard, you should be ok. I don't think the installation merge modules
are available, but I'm not positive. You could copy the MSM's though, as
long as you specify the License Key and build it with another IDE.

HTH,

Bill
 
Forgive my newbie status but what do you mean by MSM's? I
have Crystal Reports 8.5 Professional installed on the
development machine ... don't know if that makes any
difference.

Cheers,

Scott.
 
The MSM is a 'merge module' which is something that you can include in your
setup projects. With Crystal, there are various MSM's that you need to have
run on the client machine before the reports will work. One of them is the
licensing component, regwiz.msm and there are a few others that will load
the database drivers.

HTH,

Bill
 
Bill,

Thanks for your help and suggestions. It seems that I
will have to talk our people into spending $2000 (AUD) on
the Visual Studio IDE to get all the things that are
needed.

Cheers,

Scott.
 
Scott said:
Thanks for your help and suggestions. It seems that I
will have to talk our people into spending $2000 (AUD) on
the Visual Studio IDE to get all the things that are
needed.

You can go the upgrade version from just about anything and get it for
a tad under $1000.
 
Back
Top