2 Attachment(s)
[RESOLVED] Crystal Report with Vista Home Premium
Hi all,
Can anybody help me??? I'm in urgent and I'm out of idea too. Please.
Here is my problem:
I have an application which is developed by Visual Studio 2005 Professional and it also has reporting (Crystal reports).
When I deployed and tested the project to customer PC which is running OS of Vista Home Premium, it hit error at Report portion.
The way I load report is through DataSet (Connecting through ADO.Net Dataset).
I have tested it in XP and XP Virtual Machine (this VM has nothing inside it. Purely clean), it working perfect. But not in Vista Home Premium :(
Any body know how to solve it???
I attached my error message box and message with this post.
(Note: This is an error message for Crystal Report's Sample Project. Mine is also the same process like this one.)
Here is the link for this sample.
http://scsfdev.fileave.com/General/V...a_DataSets.zip
(When I find it line by line I found that if I SetDataSource to my DataTable this error will popup. If I don't set datasource, it will not happen.)
Please help me :(
Thanks.
1 Attachment(s)
Re: Crystal Report with Vista Home Premium
Hi scsfdev,
I run your project on Vista in vbnet2008, and get some upgrade,
and now its work fine on Vista.
Re: Crystal Report with Vista Home Premium
Hi all,
thanks for supporting.
Now the above issue is solved by changing the way I connect to DB. (I gave up using ADO Dataset.)
How I did is, I use OLEDB SQL Server connection. And its work fine.
So, I just use some time to change all (around 18 to 20) reports DB connection. I will not blame any side. I will blame myself that I didn't use Vista OS to develop application :mad:
Although this case is solved, I still wonder why I can't use ADO.Net Dataset with Crystal On Vista OS.