I am trying to run a third party .NET application in mono on an ARM in Linux, but am getting the following error:
System.IO.FileNotFoundException:
Could not load file or assembly 'Cassini, Version=3.5.0.3, Culture=neutral, PublicKeyToken=76c670a36a765fa4' or one of its dependencies.
I was considering compiling the Cassini source code available from Microsoft on the ARM, but the PublicKeyToken
property in the error makes me think the assembly would have to be signed by Microsoft to work with this third party application. Am I correct?
You are correct: CLR Inside Out: Using Strong Name Signatures