1

i generated(with build project) a DLL file with a class library project in VS. Now I wanted to implement it in a program, but it sees no Publickeytoken in the DLL File. Do You know how I make this Token in VS?

F.King
  • 11
  • 1
  • 3
  • Do you need one? Why? If you need it, set the strong name key in the properties window. – Patrick Hofman Feb 06 '18 at 08:49
  • 1
    the public key token is part of the assembly manifest. it is generated only for strongly named (signed) assemblies. – Cee McSharpface Feb 06 '18 at 08:50
  • I created one strongly named key with the algorithm sha256RSA. But in the program (dynamics NAV) it does not show the token. And without that i cant use the functions from this DLL – F.King Feb 06 '18 at 09:00

0 Answers0