CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2009
    Posts
    2

    Unhappy Crystal Report with Vista Home Premium Error

    Hi all,

    I don't know where went wrong or what hotfix or what patch I need for the below error.

    Here is my problem:
    I have an application developed by Visual Studio 2005 Professional edition with MS SQL Server 2005 Express. This application will be used in Microsoft Vista Home Premium OS PC.
    For my application everything is working OK! But not on Reporting.
    I use built in Crystal report in VS 2005.
    I connect my dataset's datatable with these reports in code behind. Not directly connect to MS SQL Server 2005 express.

    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 check 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
    Attached Images Attached Images  
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured