Hi again.
I've build r500, made setup file and install new version.
Then I add new project to mig solution with copy of x10 interface plugin, then remove all x10 code, leaving just empty class with MigInterface methods implemented.
Then modify zip files. When I try to install plugin a windows with button proceed is being shown, after that nothing happend.
In logs I've got something like this (some lines are in Polish language)
2015-11-10 22:38:45.3586 Info WebServiceGateway 169.254.80.80 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interface.Install [OPEN]
2015-11-10 22:38:45.3586 Debug Interface not found Onixarts.TestOA
2015-11-10 22:38:45.3586 Debug Interface not found Onixarts.TestOA
2015-11-10 22:38:45.3711 Error System.IO.FileNotFoundException: Nie moLLna zaL,adowaÄ? pliku lub zestawu 'file:///C:\Program Files\HomeGenie\Onixarts.MIG.Interfaces.Test' lub jednej z jego zaleLLnoL>ci. Nie moLLna odnaleLsÄ? okreL>lonego pliku.
Nazwa pliku: 'file:///C:\Program Files\HomeGenie\Onixarts.MIG.Interfaces.Test'
w System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
w System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
w System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
w System.Reflection.Assembly.LoadFrom(String assemblyFile)
w MIG.MigService.TypeLookup(String typeName, String assemblyName)
w MIG.MigService.AddInterface(String domain, String assemblyName)
=== Informacje o stanie sprzed powiÄ.zania ===
DZIENNIK: Where-ref bind. Location = C:\Program Files\HomeGenie\Onixarts.MIG.Interfaces.Test
DZIENNIK: Appbase = file:///C:/Program Files/HomeGenie/
DZIENNIK: Initial PrivatePath = NULL
Zestaw wywoL,ujÄ.cy: (Unknown).
===
DZIENNIK: to powiÄ.zanie zaczyna siÄT w kontekL>cie L,adowania LoadFrom.
OSTRZEL»ENIE: Obraz macierzysty nie bÄTdzie sondowany w kontekL>cie LoadFrom. Obraz macierzysty bÄTdzie sondowany tylko w domyL>lnym kontekL>cie L,adowania, takim jak Assembly.Load().
DZIENNIK: uLLycie pliku konfiguracji aplikacji: C:\Program Files\HomeGenie\HomeGenie.exe.Config
DZIENNIK: uLLycie pliku konfiguracji hosta:
DZIENNIK: uLLycie pliku konfiguracji komputera z C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
DZIENNIK: to samo powiÄ.zanie byL,o widoczne wczeL>niej i nie powiodL,o siÄT z hr = 0x80070002.
2015-11-10 22:38:45.3711 Info WebServiceGateway 169.254.80.80 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interface.Install [CLOSED AFTER 0,014 seconds]
There info says, that it can't load assembly or its reference. But there is no additiona references in my project.
Have You any suggestions about that?