Strong name for Interop.Scripting

  • Thread starter Thread starter shumaker
  • Start date Start date
S

shumaker

I have a reference to Interop.Scripting.dll but cannot build because it
is not strong named. I tried to tlbimp to generate a wrapper, but
recieved an error indicating it was not a valid type library. I
haven't been able to find a Primary Interop Assembly for download
anywhere. If anyone has some suggestions, share them please. Thanks.
 
I was trying to generate from the interop.scripting.dll which I guess
was the automatically generated dll without strong naming. A wrapper
of a wrapper apperently doesn't work. The following did work:
tlbimp.exe C:\WINDOWS\system32\scrrun.dll /keyfile:..\nameHere.snk
/out:Interop.Scripting.StrongNamed.dll
 
Back
Top