repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1548.cs
blob
0deb401250f6cf2a5dbca4f7f059cbde21b62926
1
// cs1548.cs: Error during assembly signing. The specified file `file_not_found.snk' does not exist
2
// Line: 0
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyKeyFile
(
"file_not_found.snk"
)]
7
8
class
MyClass
{
9
10
public static void
Main
(
string
[]
args
)
11
{
12
}
13
}