suicao / aforge

Automatically exported from code.google.com/p/aforge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video.FFMPEG Release code signing issue

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Rejected