开发者

how to run crystal reports in ubuntu linux

开发者 https://www.devze.com 2022-12-12 00:23 出处:网络
I am trying to use the crystal reports application in ubuntu. So far i was able to connect the MYSQL database using c# in .net platform and run a small application in ubuntu over crossover linux.

I am trying to use the crystal reports application in ubuntu. So far i was able to connect the MYSQL database using c# in .net platform and run a small application in ubuntu over crossover linux.

But when i try to fetch the data from mysql database and display in crystal reports i get an error as shown in the below picture:

alt text http://img136.imageshack.us/img136/3282/screenshot2i.jpg

alt text http://img155.imageshack.us/img155/3504/screenshot1my.p开发者_如何学Pythonng

This thread is an extension of the below thread.

Can't connect to MySQL for .NET application deployed in Wine using Ubuntu


The WineHQ db claims that it will run. However, if you do intend to target the Linux and Windows platforms, I would suggest a more cross platform compatible library.


I got the answer by my own after doing a small research.

The error was due the licensing problem of visual studio .net 2005. The following packages had to be configured in Merge Reports (i.e C:\Program Files\Common Files\Merge Modules)

Crystal_Managed2003.msm Crystal_Database_Access2003.msm Crystal_Database_Access2003_enu.msm Crystal_regwiz2003.msm

And then we need to enter the license key while deploying the application correctly.

Later the following packages would be installed automatically when we run the deployed .net application in ubuntu linux

Refer screenshot below

how to run crystal reports in ubuntu linux

0

精彩评论

暂无评论...
验证码 换一张
取 消