Muleskinner
Muleskinner

Reputation: 14468

vb.net vs2008 empty executable

Is it possible to compile a vb.net project into an empty exe file (only containing the header information like version number, company, product name etc) in VS2008?

Upvotes: 1

Views: 130

Answers (1)

Hans Passant
Hans Passant

Reputation: 942267

No. A managed .exe requires a Main() method.

Upvotes: 1

Related Questions