bad image c# issue Get link Facebook X Pinterest Email Other Apps November 21, 2024 Main issue is bit 64 or 32Make changes accordingly In my case oracle db is 32 bit and project is 64So I change change my project to x86 I.e 32 bit Get link Facebook X Pinterest Email Other Apps
Read Json data into c#object February 21, 2021 (Image mai jo link hai wo json file ki hai ) 1.the link in image thats has json data 2.create one model ref image 3.code to deserialize the json and store in model. 4.need to add newtonjson from nuget package Read more