CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2005
    Location
    Texas, U.S.A
    Posts
    81

    Crystal Reports Issue

    I have recently upgraded a test machine to .Net 2.0 Beta. One of the web applications I have is giving the following error:

    File or assembly name 'CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304', or one of its dependencies, was not found.

    I did research on the internet and found that if one is upgrading from 1.0 to 1.1 they would get a similar error and the solution was to change the version number. i.e. : Version=9.1.3 something to Version=9.1.5000.0. Since my previous version was already Version=9.1.5000.0 I do not know what to change this to or even if this is the issue. Does anyone have a solution to this issue?
    (Key)Success = BalancedLifeStyle.Invoke(Moderation,null,null);

  2. #2
    Join Date
    Feb 2005
    Location
    Texas, U.S.A
    Posts
    81

    Unhappy Re: Crystal Reports Issue

    I checked with businessobjects and they said they could not help me because they do not support version 2.0 since it was beta. Has anyone used crystal reports successfully with the 2.0 framework?
    (Key)Success = BalancedLifeStyle.Invoke(Moderation,null,null);

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