Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 258 days
Marc Schodermayr (innovaphone) Thursday, 24 January 2019, 08:42 PM
New SDK Version & Installer Beta
The latest SDK version had been uploaded to the git repository (https://github.com/innovaphone). However, there is now a more comfortable way to setup everything - the innovaphone SDK installer. This installer can be donwloaded at http://webbuild.innovaphone.com/app_sdk/innovaphoneSDKSetup.exe Just run it and everything will be installed: compilers, libraries, SDK files and Visual Studio Integration (Visual Studio 2017 must be installed before running the installer!). If you have manually installed some files previous, please remove them, uninstall the Visual Studio 2017 extension (by opening Visual Studio 2017 and going to Tools - Extensions and Updates...) and remove the INNOVAPHONE-SDK environment variable. Please note that the installer is still beta, so feel free to try it out and share your opinion with us.
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Wednesday, 30 January 2019, 01:51 PM
Re: New SDK Version & Installer Beta
Hi,
something with decompressing of files seems to fail:
...
[01-30 12:37:51.705] Downloading file https://innovaphone.com/favicon.ico to C:\Users\teichert\AppData\Local\Temp\favicon.f056cd85-bbfb-4aa1-ac5b-2578c50922b6.ico...
[01-30 12:37:53.155] Downloading file https://webbuild.innovaphone.com/app_sdk//innovaphone.build-tools.1.0.zip to C:\Users\teichert\AppData\Local\Temp\innovaphone.build-tools.1.0.f9b2e592-23b1-418f-a8c2-893e41137d3e.zip...
[01-30 12:37:54.427] Error while installing build tools: Die Datei oder Assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
...

Install log file is attached.

kind regards
Uwe Teichert innovaphone.sdk.install.2019-30-1--12-35-52.log
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 258 days
Marc Schodermayr (innovaphone) Wednesday, 30 January 2019, 01:56 PM
Re: New SDK Version & Installer Beta
Ok, that's interessting. Which Version of Windows and .NET you have installed?
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Wednesday, 30 January 2019, 02:44 PM
Re: New SDK Version & Installer Beta
Hmm, good question.

in Windows-Features I can see only ASP.NET 4.7
The missing System.IO.Compression.dll can be found in:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.IO.Compression\v4.0_4.0.0.0__b77a5c561934e089\
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Wednesday, 30 January 2019, 02:48 PM in response to Marc Schodermayr (innovaphone)
Re: New SDK Version & Installer Beta
In Visual Studio it is 4-4.6
Unbenannt.png

Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 258 days
Marc Schodermayr (innovaphone) Wednesday, 30 January 2019, 07:07 PM
Re: New SDK Version & Installer Beta
Thanks for the informations. I've made some changes to the installer and uploaded it again. Can you donwload and run the latest version? After that it would be helpful if you can post the log file again.
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Thursday, 31 January 2019, 10:48 AM
Re: New SDK Version & Installer Beta
Hi,
installation has now completed successfully (log attached).

Some more comments:
- button "Read the VS Extension guide" is not opening any document
- button "Open SDK documenataion" is not opening any document
- VS2017 complains on startup, that environment variable INNOVAPHONE-SDK is not set and extension will be disabled

Shouldnt this variable be set by installer? I have changed the install directory, may be this caused some trouble.
innovaphone.sdk.install.2019-31-1--09-38-08.log
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 258 days
Marc Schodermayr (innovaphone) Thursday, 31 January 2019, 05:23 PM
Re: New SDK Version & Installer Beta
Well, the documentation had not been completed yet. Because of this, the function won't work.

What really is strange is the fact, that the installation doesn't seem to work on your machine. I will dig into it to find out, if I can reproduce the problem. If I have a solution, I will let you know.
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Monday, 8 April 2019, 11:51 AM
Re: New SDK Version & Installer Beta
Next try with SDK v13.0.1765
It proceeds a little more and stops here:
...
08.04.2019 11:19:24 - Unable to find component in product catalog with this ID: Component.innovaphoneSDKPackage.d5e92965-1253-414f-a7ec-c3feba9c73ee,version=1.0.0.3
08.04.2019 11:19:24 - Installationsfehler: System.InvalidOperationException: Im Katalog muss ein Wert für "Component" angegeben werden.
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.PerformSetupEngineUnInstall(IInstalledExtension extension, InstallFlags installFlags, Boolean downgrade)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.UninstallInternal(IInstalledExtension extension, Boolean forceDelete, Version targetedVSVersion, InstallFlags installFlags, Boolean downgrade)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.CommitInstalledAndUninstalledExtensions(IEnumerable`1 installedExtensions, IEnumerable`1 uninstalledExtensions, IEnumerable`1 packComponentChanges, Version targetedVSVersion, InstallFlags installFlags)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.BeginInstall(IInstallableExtension installableExtension, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallWorker(IInstallableExtension extension, InstallFlags installFlags, AsyncOperation asyncOp)

innovaphone.sdk.install.2019-08-4--11-03-27.log
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Thursday, 31 January 2019, 11:03 AM in response to Marc Schodermayr (innovaphone)
Re: New SDK Version & Installer Beta
and probably more relevant:
The destination directory is empty and there is also no "C:\innovaphone\sdk\".
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 258 days
Marc Schodermayr (innovaphone) Monday, 8 April 2019, 02:38 PM
1 of 1 users consider this post helpful
Re: New SDK Version & Installer Beta
I think the problem is that you have an old and / or partitial isntalled SDK. Sadly you need to clean up everything manually by the following steps:
  • Close every Visual Studio instance
  • Remove the install directory (can be just deleted)
  • Remove the program group (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\innovaphone SDK)
  • Clean the registry by deleting the following keys (if exist):
    • HKEY_CURRENT_USER\Software\innovaphone\innovaphoneSDK
    • HKEY_LOCAL_MACHINE\SOFTWARE\innovaphone\innovaphoneSDK
    • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\innovaphone\innovaphoneSDK
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2DEBF7A4-CBC1-4CAE-B1A1-4A6F2E69AC9D}
  • Remove the directory C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\innovaphone AG
  • Inside the directory C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions is a file called extensions.configurationchanged which must be touched:
    • Open the file with an editor, enter something and save it. Remove what you have entered (the file must be empty), and save it again.
  • Finally remove the INNOVAPHONE-SDK environment variable. It can be, that you need to edit the system variables to be able to delete it.
Now, everything should be clean. Start the latest installer again and the SDK as well as the extension should install without problems.
Picture of Uwe 2460
Registered 9 years 253 days
Uwe 2460 Tuesday, 9 April 2019, 11:34 AM
Re: New SDK Version & Installer Beta
Hello Marc,

you are right!
Cleaning up the "garbage" from January fixes the problem.

kind regards
Uwe
Picture of Elias Lievens (innovaphone)
Moderator Registered 13 years 96 days
Elias Lievens (innovaphone) Thursday, 11 April 2019, 09:08 AM in response to Marc Schodermayr (innovaphone)
Re: New SDK Version & Installer Beta
Short question: any idea where we can download the latest version of the installer? 'http://webbuild.innovaphone.com/app_sdk/' does not exist anymore, I guess...
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 178 days
Daniel Deterding (innovaphone) Thursday, 11 April 2019, 09:36 AM
1 of 1 users consider this post helpful
Re: New SDK Version & Installer Beta
Hi Elias,

you can download the latest installer on our beta download page under the software tab:
https://store.innovaphone.com/beta/download.htm

Greetings,
Daniel
← You can define your color theme preference here