We have an requirement to integrate our WPF application and Windows Store app with some very old COM technology.
It requires us hosting a 3rd party web site in a browser control. That page does a GetObject call in VBScript to find a COM component that we will have had to add to the RunningObjectTable (ROT).
The 3rd party web site cannot be changed any time soon. This works currently in old VC++ app.
I am currently having and issue with the WPF app but will deal with that in a separate question.
I am guessing what we are considering doing is not going to work in a Windows Store app. I was hoping someone can confirm what I believe
- The WebView control in Windows Store will not support VBScript running within it
- A Windows Store app cannot target a .NET Framework dll (*Rather that NETCore) that is a wrapper around a COM interface