OYIon / LiveSharp

Public repository for the LiveSharp project
96 stars 4 forks source link

Not implemented exception on Tizen.net watch app #43

Open EmilAlipiev opened 4 years ago

EmilAlipiev commented 4 years ago

have you tested it on a Tizen.net or tizen forms app? It throws exception as not implemented exception. It supposed to be similar to xamarin.forms but somehow not working

ionoy commented 4 years ago

Not yet. Can you post the exception details?

EmilAlipiev commented 4 years ago

Something is changed in the new 1.1.20 version but still not working on Tizen watch. Here is the log

13:05:11 Error: failed to start workspace process
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Method 'GetMethod' in type 'LiveSharp.Services.InjectedMethodsService' from assembly 'LiveSharp.Workspace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at LiveSharp.LiveSharpWorkspace..ctor(ILogger logger, IEventBus eventBus, Action`3 broadcastSender)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at LiveSharp.ServerApp.Services.ServerService.StartWorkspace(String nuGetPackagePath, String solutionPath, String projectDir, String projectName) in /Users/runner/runners/2.160.1/work/1/s/src/LiveSharp.ServerApp/Services/ServerService.cs:line 194
ionoy commented 4 years ago

Did you update LiveSharp Server to the latest version?