repl-lib icon indicating copy to clipboard operation
repl-lib copied to clipboard

strong name assembly load error

Open keithn opened this issue 15 years ago • 2 comments

downloaded, and ran the console....

{"Could not load file or assembly 'Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)":"Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35"}

keithn avatar May 18 '09 22:05 keithn

Ugh - we're using delay signed assemblies in the console. You'll need to turn on skip verification to run using these assemblies. Will fix with updated binaries soon.

sn -Vr *,31bf3856ad364e35

jflam avatar May 19 '09 18:05 jflam

I just wanted to check in and see if the updated binaries would be updated soon? Thanks for the great lib.

jprescottsanders avatar Apr 10 '10 09:04 jprescottsanders