question

Ruba-6982 avatar image
0 Votes"
Ruba-6982 asked DylanZhu-MSFT answered

SAP Crystal report not defined

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


vs-debuggingvs-msbuildvs-testing
list.jpg (74.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DylanZhu-MSFT avatar image
0 Votes"
DylanZhu-MSFT answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.