/any-cpu-demo

Any CPU solution for your architecture-specific problems!

Primary LanguageC#

Any CPU Demo application for architecture-specific assemblies

Any CPU solution for your architecture-specific problems!

Description

Demo application demonstrates basic skeleton for AnyCPU application that relies on architecture-specific dependencies (x86 and x64). The idea is to load correct version of the assembly at runtime, depending on current process architecture.

The same approach is also working under IIS with shadow copy enabled, so it is really generic approach that can be universally used.

There is nothing specific about Atalasoft assemblies in this approach. The same trick can be used with other architecture-specific libraries.

Licensing

To run the demo locally, you need to have DotImage license. There are various way to acquire the license:

Related Articles