Hi Matteo Pagani
I was trying to get a React Native Component to be run in WPF Application as mentioned here.
I am getting the following exception when I load the React In Custom Control. Could you please throw some light on what could have gone wrong?
I doubt that ReactApp.Component project is unable to get the handle of the outer React project.
Code
InstanceSettings settings = new InstanceSettings();
settings.UseLiveReload = true;
settings.UseWebDebugger = true;
settings.EnableDeveloperMenu = true;
var instance = Instance.Create(JSFILENAME);
instance.Start(settings); // THis line is giving exception
Error
System.Runtime.InteropServices.SEHException
HResult=0x80004005
Message=External component has thrown an exception.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>