c# - How do I real time communicate a Universal Windows App with a older .Net 4.5 app in the same solution. IPC? -
i have been struggling on month, learning. here have:
c# solution 3 projects
-universal windows platform app (cortana voice support) ::above shows floating png image , cortana enabled -universal windows service (cortana background service) ::needed cortana support -.net 4.5 c# app html dom automation ::automates locating elements , clicking of website
i can't re-code .net app's functionality in universal app because of libraries uses won't install. (ghostdriver, phantomjs, , hotkey library provided via nuget. installing on universal platform fails on 3 libraries).
what needed:
-master universal windows app or service sends signal .net app -.net app receives signal , calls method/function providing functionality.
i've never tried calling methods in other apps within same solution , wondering if there few-code workaround. need think method of inter process communication or events, can't find examples of uwp. .net communicating other older non universal apps.
thank much!
if understand correctly, developing app can automate dom operation through cortana.
do need submit app app store?
if no, scott said, can use wcf communicate between uwp process , .net 4.5 desktop app process.
if yes, andrew pointed out, need intermediate remote server hosting service.
Comments
Post a Comment