CrystalDesions.ReportAppServer.CommLayer Invisible to VS 2022

RONALD BEAUMAN 81 Reputation points
2023-09-07T02:34:14.9233333+00:00

I am developing an application using Crystal Reports for VS SP34. When I try to run my application, I get the following message:

DisplayName = CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304

Commlayer is invisible to the development environment. I have added this library to the global assembly cache, but without positive results. What am I missing?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,830 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 28,951 Reputation points Microsoft Vendor
    2023-09-07T07:01:05.5133333+00:00

    Hello @RONALD BEAUMAN ,

    Welcome to Microsoft Q&A forum.

    The message seems only indicates the information of the dll file. Does the complete error message indicate that this assembly cannot be loaded or found?

    If so, can you confirm that you installed the correct version(mentioned in error message) of the CrystalDecisions.ReportAppServer.CommLayer assembly into the GAC by using the command like gacutil -i xxxxx.dll? If you can confirm, then please try to rebuild and rerun your project.

    If the same error appears, please try to install the 32 bit runtime of CR, perhaps your application platform requires 32 bit runtime.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.