SAP Crystal report not defined

Ruba 1 Reputation point
2021-04-07T13:06:47.79+00:00

dear all ,

I'm working on windows 10 visual studio 2019 and upgraded from VS 2008 after upgrade Ive added to config file

<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup> it worked well on my pc but with every build soluion i need to put it back

when i tried to run it on clients it wont work

so i moved on with the steps of below

https://blogs.sap.com/2020/10/30/upgrading-a-visual-studio-2008-2019-.net-project-with-the-latest-cr-.net-sdk-packages/

now its working and giving me
type file is not defined !!!

please I need help 85371-list.jpg

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
966 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
337 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,666 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2021-04-08T05:30:59.95+00:00

    Hi Ruba,

    It seems that you also need to update some new syntax rules for your VB project.

    You can refer to this thread: https://stackoverflow.com/a/156933/11557747, and follow this document: What's new for Visual Basic to check other hidden errors in your project

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    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.**

    0 comments No comments