DevelopmentWithADot.AspNetSignalRVideoStreaming icon indicating copy to clipboard operation
DevelopmentWithADot.AspNetSignalRVideoStreaming copied to clipboard

Error signing output with public key from file

Open john1726 opened this issue 9 years ago • 2 comments

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.

john1726 avatar Mar 19 '16 03:03 john1726

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

rjperes avatar Mar 19 '16 07:03 rjperes

Change the startup project to DevelopmentWithADot.AspNetSignalRVideoStreaming.Test in solution from project properties

akhilal666 avatar Apr 22 '18 07:04 akhilal666