Alpal94 / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Video.FFMPEG Release code signing issue #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Try compiling Video.FFMPEG as Release configuration.
2. You'll get a MSB3073 VCEnd error complaining of a missing SNK.

What is the expected output? What do you see instead?

Everything compiles fine under the Debug configuration but not under Release.

What version of the product are you using?

I'm running VS 2012.

Please provide any additional information below.

This can be solved by going to Project Properties -> Configuration Properties 
-> Linker -> Advanced and pasting "$(ProjectDir)AForge.Video.FFMPEG.snk" (sans 
quotes) into the "Key File" attribute.  As per...

How to sign C++/CLI assemblies with a strong name:
http://www.codeproject.com/Articles/35678/How-to-sign-C-CLI-assemblies-with-a-st
rong-name

Original issue reported on code.google.com by pbagadzi...@gmail.com on 8 Aug 2013 at 12:34

GoogleCodeExporter commented 8 years ago
Project/Solution files given with the framework are done for VS.NET 2010.

Original comment by andrew.k...@gmail.com on 8 Aug 2013 at 12:45