Strong name for Interop.Scripting

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.
 
S

shumaker

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top