Click or drag to resize

Compiling a user interface extension

By default when you create a new BC Meridian UI Extension project in Visual Studio, the assembly is compiled for the AnyCPU platform. This means that the .NET runtime will load the assembly based on the best CPU match available. The library can be loaded either as a 32-bit library (for 32-bit applications) or as a 64-bit library (for 64-bit applications).

See Also