Builing .NET 1.0 exe for release

philprice

Centurion
Joined
Mar 21, 2003
Messages
116
Location
Hull, UK
Hi all,

Ive got VS.NET 2003, final beta, I want to build my program for .NET 1.0 just for easyness sake for my users, how do I do this? Also what is the best way to distribute the EXE create, distribute the Release one? Or what, never done this before.

Peace
 
Try right-clicking on the project, and clicking Properties. Then, click
'Common Properties -> Build' and then click the 'Change' button at
the bottom. At that point you can change the supported platform.
 
Back
Top