How can I make sure that the appropriate .NET Framework version is installed when distributing my WPF application?
• One option is to detect the version installed on the client machine and direct them to download and install the Framework themselves. Another option is to obtain the redistributable and include (“chain”) the .NET Framework setup proces into your application’s setup process. Learn more about these options here: • http://msdn.microsoft.com/en-us/library/cc160716.aspx • Another option that is worth exploring is the .NET Framework Client Profile, which provides a subset of the full .NET Framework that targets client applications (about 28MB). It even allows you to create a custom bootstrapper and installation UI.
Related Questions
- Ive just installed the registered version ( /NET Assembly ) after I purchased from you, and my mockup application does not show my data, as it did using the trial version. Whats wrong?
- I have installed a later version of Microsoft XML Core Services (MSXML). Why isn my application using it?
- What version of the .NET Framework is necessary to use the Forms Editor application?