Deploy SDK decoder without installation

I am trying to prove the concept when using the Microsoft Expression Encoder 3 SDK. I am trying to deploy the SDK on my hosted web server to find out more about whether this will work and what else needs to be installed.

I can not get anything to work on the server. Here are 4 Dlls that I understand that I need me to deploy bin in my folder:

  • Microsoft.Expression.Encoder.dll
  • Microsoft.Expression.Encoder.Types.dll
  • Microsoft.Expression.Encoder.Utilities.dll
  • WindowsBase.dll

Note. I did not install "Encoder Expression Encoder" on a web server that uses Windows Server 2008. I am just trying to remove the DLL.

As soon as I copy the Microsoft.Expression.Encoder.Utilities.dll file to the bin directory of the server, I get the error "The specified module was not found."

Does anyone know how to deploy the Expression Encoder SDK without installing it on the server? If this is not possible, it seems that the SDK lacks a huge "feature".

+3
source share
1 answer

The official answer is that the Expression Encoder SDK for version 3 cannot be deployed without installing the entire application.

See this post from the official Encoder Encoder forum.

How disappointing. I think I will have to use another package.

+7
source

Source: https://habr.com/ru/post/1728753/


All Articles