Error signing output with public key from file
When I attempt to build your code in Visual Studio 2015, here are the errors I'm getting.
Severity Code Description Project File Line
Error Error signing output with public key from file '..\..\DevelopmentWithADot.snk' -- File not found. DevelopmentWithADot.AspNetSignalRVideoStreaming C:\cygwin64\tmp\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming\CSC
Error Metadata file 'C:\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming\bin\Debug\DevelopmentWithADot.AspNetSignalRVideoStreaming.dll' could not be found DevelopmentWithADot.AspNetSignalRVideoStreaming.Test C:\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming.Test\CSC
Does anyone have any suggestions? TIA.
Yes, of course: just disable the signing of the project in properties.
RP
No dia 19/03/2016, às 03:29, john1726 [email protected] escreveu:
When I attempt to build your code in Visual Studio 2015, here are the errors I'm getting.
Severity Code Description Project File Line Error Error signing output with public key from file '....\DevelopmentWithADot.snk' -- File not found. DevelopmentWithADot.AspNetSignalRVideoStreaming C:\cygwin64\tmp\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming\CSC Error Metadata file 'C:\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming\bin\Debug\DevelopmentWithADot.AspNetSignalRVideoStreaming.dll' could not be found DevelopmentWithADot.AspNetSignalRVideoStreaming.Test C:\DevelopmentWithADot.AspNetSignalRVideoStreaming\DevelopmentWithADot.AspNetSignalRVideoStreaming.Test\CSC Does anyone have any suggestions? TIA.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Change the startup project to DevelopmentWithADot.AspNetSignalRVideoStreaming.Test in solution from project properties