K
Kel Good
I have a component which I want to register for COM interop. At the top of
my code file I have the following lines.
Imports System.Reflection
<Assembly: AssemblyKeyFileAttribute("myKey.snk")>
The myKey.snk file is in the component project directory (I have also tried
with it in the bin directory), but I keep getting the following error
message when I try to build:
Error creating assembly manifest: Error reading key file 'myKey.snk' -- The
system cannot find the file specified.
Any ideas?
Thanks.
Kel
my code file I have the following lines.
Imports System.Reflection
<Assembly: AssemblyKeyFileAttribute("myKey.snk")>
The myKey.snk file is in the component project directory (I have also tried
with it in the bin directory), but I keep getting the following error
message when I try to build:
Error creating assembly manifest: Error reading key file 'myKey.snk' -- The
system cannot find the file specified.
Any ideas?
Thanks.
Kel