Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If your Framework was stored in an XML file named My_Framework.XML and enabled for languages ENG and FRA,  these additional .NET files would be produced during a save: 

ENG

My_Framework_ENG.application

My_Framework_ENG.exe.manifest

My_Framework_ENG.framework.deploy

My_Framework_ENG.app.exe.deploy

FRA

My_Framework_FRA.application

My_Framework_FRA.exe.manifest

My_Framework_FRA.framework.deploy

My_Framework_FRA.app.exe.deploy


So there are four files per language, suffixed with .application, .exe.manifest, .framework.deploy and app.exe.deploy.

...

  • In the MIME tab, click on the ADD button to add the following Content-type entries:
File ExtensionValue

application

application/x-ms-application

manifest

application/x-ms-manifest

deploy

application/octet-stream


Or if  editing the configuration file with a text editor, in the relevant section add these lines:

...