Skip to Content
0
Former Member
Sep 23, 2008 at 02:10 PM

Deploying crystal reports basic for visual studio 2008 for VB6

47 Views

My application has a module in .net and other in vb6.

I have a problem on deploying crystal reports in client machines, for module in vb6.

The vb6 application uses crystal viewer control obtained from crystal reports basic for visual studio 2008.

What type of deployment should I use?

Currently, I have a setup with prerequisite "crystal reports basic for visual studio 2008".

But I think it misses the dlls crviewer.dll and craxddrt.dll, so I put them in setup and with the register COM options, and it works, but it's not working very well.

When I open a form that uses crystal viewer, the setup (I have created) is lunched and says that have to restart machine. Then it opens the report, but the next time I use the application it does the same thing.