...does not have an entry point defined.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does this one ring a bell with anyone? I've got a .cs file I'm trying to compile and it's throwing this error.
error CS5001: Program 'C:\mydll.dll' does not have an entry point defined.
Real programmers don't document. If it was hard to write, it should be hard to understand. -
Does this one ring a bell with anyone? I've got a .cs file I'm trying to compile and it's throwing this error.
error CS5001: Program 'C:\mydll.dll' does not have an entry point defined.
Real programmers don't document. If it was hard to write, it should be hard to understand.There's no Main() in your program. Either add one, or use /target:library to create a dll