shared memory - C# UWP Windows 10 Inter Process Communication with MemoryMappedFiles missing -


i'm facing new problem, occured while coding ipc app.

before uwp able use directive using system.io.memorymappedfiles; sucessfully. can't use using system.io.memorymappedfiles; , need it.

is facing same issue? if yes, how solved it?

my app doesn't compile anymore.

i tried reimport system.core.dll reference , dllimport, neither worked.

direct inter-process communication not available in universal apps.

you can use app services or launchuriforresultsasync perform tasks span multiple apps.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -