Distribution Requirements
Question -- on machines I deploy my C# Exe (will be based on the MS DesignHost sample) what is required? Does the destination machine have to have .NET 2003 or .NET 2005 installed or just the .NET Framework CLR?
Question -- on machines I deploy my C# Exe (will be based on the MS DesignHost sample) what is required? Does the destination machine have to have .NET 2003 or .NET 2005 installed or just the .NET Framework CLR?
Or you can use the Publish feature in Whidbey, which automatically detects the dependencies of your application and creates a setup program that automatically downloads and installs the required components.