regsvr32 on servercore base container

Franc Siswanto 1 Reputation point
2021-08-25T06:05:42.497+00:00

Hi,

I have trouble to register bunch of crystal report DLL inside servercore container, I already pointing regsvr32.exe from syswow64 but still no luck, but I managed to register on windows 7 (32bit), 10 (64bit) and 2016 (64bit) standard (virtualbox) without any trouble.
How to handle it? Is there a specific procedure to follow?
Thanks

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2021-08-25T11:17:18.763+00:00

    Hello @Franc Siswanto ,

    Thank you for your question.

    Please Follow these steps :

    A. The files crystl32.ocx and crviewer.dll should be in C:windowssyswow64 and not in C:windowssyswow64system32 on a Windows 7 64-bit PC.

    1. Unregister the file in C:windowssyswow64system32.
    2. Copy the files to C:windowssyswow64 and register those files.

    B. Do the following steps if the Option A fails:

    1. Create a setup program for your VB6 application with Package and Deployment Wizard or another installation wizard.
    2. Run the setup program on your Windows 7 64-bit PC.

    C. Modify your vb6 application if the above options all fail.

    1. Use Crystal Report Viewer Control – crviewer.dll instead of Crystal Report Control – crystl32.ocx for your report viewer need.
    2. Create a setup program for your VB6 application with Package and Deployment Wizard or another installation wizard.
    3. Run the setup program on your Windows 7 64-bit PC.

    If the reply was helpful,please don't forget to upvote or accept as answer.

    Thanks,

    Aradhya C

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.