I don't know the product, but you don't have an "exe" in XF applications. I think dotmemory does not support XF apps
How To profile Xamarin forms app with dotMemory

HELLO EVERYONE, i'm trying to profile xamarin forms app with dotmemory which ask me to give him the .exe of the app that i cant find anywhere.
i search in the web on how or where i can find it, but nothing.
can anyone please tell me where i can find the exe of xamarin forms app, or if there is another way profilling the xamarin forms app with dotMemory.
thanks
-
1 additional answer
Sort by: Most helpful
-
imad diraa 41 Reputation points
2021-07-12T11:37:05.967+00:00 @Alessandro Caliaro yes, in the end i found that to profile xamarin forms app, you have to use xamarin profiler that can be used in visual studio x enterprise, which is not that great as dotmemory. but in the end there is a dotmemory library which is free that allow us to profile the xamarin forms app at runtime throught the code.
you can also as suggested from @Kyle Wang , compile the Xamarin.UWP at exe and profile it from dotmemory wich is the only way.
but unfortunately i have a complected app that require a lot of work to compile it in UWP.thanks for the answer
-
@Kyle Wang yes, you are right, thanks for the answer