Hi Techie,
I upgraded the microsoft version update from V36 to V38 through command prompt. I got stuck at step 25 which was build and sync. As it was failing again and again, I skipped that step and continued from step 26. After that all the steps completed successfully. My version is showing 38. But as i skipped the step 25, i tried to do it manually through visual studio. So i selected all the models and started the build. But i got an error which is /Severity Code Description Project File Line Suppression State
Error The enumeration element 'Tls13' is not defined on type 'System.Net.SecurityProtocolType'. K://AosService//PackagesLocalDirectory//bin//XppSource//Foundation//AxClass_CatCXMLPurchRequestSend.xpp 170/
Severity Code Description Project File Line Suppression State
Error The enumeration element 'Tls13' is not defined on type 'System.Net.SecurityProtocolType'. K://AosService//PackagesLocalDirectory//bin//XppSource//Foundation//AxClass_CatCXMLPunchoutHandler.xpp 278
As from the error we can see that the two classes are there:
1. CatCXMLPurchRequestSend
2. AxClass_CatCXMLPunchoutHandler
Both the classes are from standard model( Application Suit)
Can any one help me to fix this build error.