Reputation: 14468
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
Reputation: 942267
No. A managed .exe requires a Main() method.