connect two Projects
I want to show incomming calls on an existing website. In order to do so I want to open an app in myApps whenver a new call appears. This app is supposed to call a function of the website with the phone number as its parameter. I created the app in the same solution as the website but as a seperat project because I wanted to use the innovaphone- javascript runtime for the app. Now I cant connect these two project. I tried doing it by reference but I get the following error message: "A reference to "..." cannot be added because the two projecrs target different platforms. "
How can I solve this problem or is there an other solution for my problem?