J
Jason Garland \(Secure Access Pty Ltd\)
Hi
I am trying to work out how to either create a strong name wrapper for AxInterop.SHDocVw.dll
I have researched the following :
- 'Wrapper Assembly Key' but this is apparently for c# projects only
- i tried tlbimp.exe but i get
tlbimp.exe AxInterop.SHDocVw.dll /keyfile:"C:\Signing\SA.Pair.Snk" /out:AxInterop.SHDocVw.Strong.dll
Microsoft (R) .NET Framework Type Library to Assembly Converter 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
TlbImp error: The input file 'C:\ClassControl.Signing\StrongName3rdParty DLLS\AxInterop.SHDocVw.dll' is not a valid type library
- I also tried Aximp.exe
AXIMP.exe AxInterop.SHDocVw.dll /keyfile:"C:\Signing\SA.Pair.Snk" /out:AxInterop.SHDocVw.Strong.dll
AxImp Error: Error loading type library/DLL.
any Thoughts ?
I am trying to work out how to either create a strong name wrapper for AxInterop.SHDocVw.dll
I have researched the following :
- 'Wrapper Assembly Key' but this is apparently for c# projects only
- i tried tlbimp.exe but i get
tlbimp.exe AxInterop.SHDocVw.dll /keyfile:"C:\Signing\SA.Pair.Snk" /out:AxInterop.SHDocVw.Strong.dll
Microsoft (R) .NET Framework Type Library to Assembly Converter 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
TlbImp error: The input file 'C:\ClassControl.Signing\StrongName3rdParty DLLS\AxInterop.SHDocVw.dll' is not a valid type library
- I also tried Aximp.exe
AXIMP.exe AxInterop.SHDocVw.dll /keyfile:"C:\Signing\SA.Pair.Snk" /out:AxInterop.SHDocVw.Strong.dll
AxImp Error: Error loading type library/DLL.
any Thoughts ?